Release Notes / Version 12.2412.0
Table Of ContentsAvoid Auto-wiring on Spring Beans with Scope "Prototype"
A bug in the Spring framework may lead to problems with initialization
of members annotated with @Autowired
when it comes
to beans of scope prototype. Content beans (or
any Spring bean with scope prototype, for that
matter) should thus not use autowired members. Auto-wiring on
prototype beans in the Blueprint has been
exchanged by explicit dependency injection.
Follow Section, “Avoid Auto-wiring on Spring Beans with Scope "Prototype"” for upgrade information.
(CMS-26015)
Query List with context condition sometimes contained context documents in the result
A query list with a context condition contained the context documents in the result, if the query list result types include pages. The query list result documents are now filtered, so that the context documents are not contained anymore. If the context documents should still be contained in the result, they can be added as fixed items.
(CMS-25611)
Blueprint CAE Class GenericIdToContentWrapperConverter Removed
Removed deprecated class
com.coremedia.blueprint.uapi.converter.GenericIdToContentWrapperConverter
without replacement.
(CMS-8668)