Release Notes / Version 11.2307
Table Of Contentsjava-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)


