Release Notes / Version 10.2107
Table Of ContentsCAE used to set up Spring MVC without taking advantage of Spring Boot's WebMvcAutoConfiguration. Now it uses Spring Boot's WebMvcAutoConfiguration integrating the well known beans such as 'httpMessageConverters' and 'handlerInterceptors'. This change is considered breaking because the most important Spring MVC beans are now set up by Spring Boot itself.
(CMS-10859)