Release Notes / Version 11.2310
Table Of ContentsThe following spring classes are deprecated and will be removed with Spring 6:
org.springframework.beans.factory.annotation.Required
org.springframework.web.servlet.handler.HandlerInterceptorAdapter
Classes which formerly implemented
org.springframework.web.servlet.handler.HandlerInterceptorAdapter
now implement
org.springframework.web.servlet.HandlerInterceptor
.
Classes which formerly used
org.springframework.beans.factory.annotation.Required
on setters now provide an initialization method to check if the
required members are non-null.
Along with that the following methods were removed without replacement:
com.coremedia.blueprint.cae.contentbeans.CMHasContextsImpl#setDataViewFactory
com.coremedia.blueprint.personalization.include.P13NContainerHandler#setContentRepository
com.coremedia.blueprint.personalization.include.P13NFragmentHandler#setContentRepository
spring/test/dummy-views.xml
has been deleted
without replacement.
(CMS-22568)