Release Notes / Version 10.2107
Table Of ContentsUpdated commerce adapter versions
Updated commerce adapter versions:
Mock adapter and generic client: 1.7.5
Hybris adapter: 1.5.4
SFCC adapter: 1.5.4
HCL adapter: 1.7.5
(CMS-22974)
Upgrade to Docker compose v2
Docker compose v2 is no longer a separate tool but is now a plugin to the docker binary. This change only affects the documentation of how to use the compose setup.
(CMS-22396)
java-application-base image update
The
coremedia/java-application-base
image has been updated. The update includes the following fixes:
the
/coremedia/prometheus/jmx_prometheus_javaagent.jarnow has the correct filemode so it can be used with a different user thancoremedia:1000.the environment variable
SPRING_PROFILEShas ben replaced with the correct environment variableSPRING_PROFILES_ACTIVEasSPRING_PROFILEShas been deprecated by Spring. IfSPRING_PROFILES_ACTIVEis not set the application script will first checkSPRING_PROFILESas a compatibility fallback before setting the defaultdefault.The environment variable
ZGCto toggle the experimental Z garbage collector has been removed. This was an experimental feature.There was a leftover corretto rpm binary in the corretto image that unneccessarily increased the image size. It has been removed.
The images had wrongly overridden the
default.policyfile that is shipped with the jvm distros. Instead now theJAVA_HOME/config/security/java.policyis overridden and all changes from the current included JVM will now be active.
(CMS-22205)


