Release Notes / Version 10.2107
Table Of ContentsDeprecated 'repository.workflow' and 'repository.caplist' properties
Deprecated the properties
repository.workflow
and
repository.caplist
. Use
repository.workflow.connect
and
repository.caplist.connect
instead.
(CMS-20034)
Tomcat TLD Scanning has been Disabled for all Applications Except CAE
Since the CAE is the only application using taglibs, the tomcat scanning mechanism has been disabled for all Spring Boot applications except for the CAE.
For the CAE an exclude pattern has been defined, excluding problematic jars. The list includes:
xmpcore*.jar
grpc-netty-shaded*.jar
listenablefuture*.jar
jsr305*.jar
checker-compat-qual*.jar
j2objc-annotations*.jar
Please make sure that you are not already setting:
the property
server.tomcat.additional-tld-skip-patterns
the environment variable
SERVER_TOMCAT_ADDITIONALTLDSKIPPATTERNS
the environment variable
SERVER_TOMCAT_ADDITIONAL_TLD_SKIP_PATTERNS
If you set one of these properties outside of the CAEs
application.properties
, make sure to remove those and merge your additions into the CAEs
application.proeprties
.
(CMS-19953)