Release Notes / Version 10.2101
Table Of ContentsAlong with the update to the Spring Boot release 2.1.6, the CoreMedia applications now run with embedded Apache Tomcat 9.0.21 per default. This also includes the update to the Servlet Spec 4.0 .
Upgrade Steps The major change of moving to the Servlet Spec 4.0 is the change of the following Maven coordinates which have to be updated in the project workspace.
javax.servlet:javax.servlet-api:3.1.0
->jakarta.servlet:jakarta.servlet-api:4.0.2
javax.servlet.jsp:javax.servlet.jsp-api:2.2.1
->jakarta.servlet.jsp-api:jakarta.servlet.jsp-api:2.3.5
javax.servlet.jsp.jstl:javax.servlet.jsp.jstl-api:1.2.1
->jakarta.servlet.jsp.jstl:jakarta.servlet.jsp.jstl-api:1.2.4
org.glassfish.web:jstl-impl:1.2
->org.apache.taglibs:taglibs-standard-impl:1.2.5
With the update to Apache Tomcat 9 the
tomcat7-maven-plugin
is not supported anymore. Please refer to our documentation and use the
spring-boot-maven-plugin
instead.
(CMS-5938)