Release Notes / Version 12.2412.0
Table Of ContentsFixed bug in AbsoluteUrlPrefixRuleProvider matching null
The
com.coremedia.blueprint.base.links.impl.AbsoluteUrlPrefixRuleProvider
now interprets the ?
as undefined value for
matching null
again.
(CMS-25962)
Improved Acrolinx Plugin
Fixes:
Fixed issue that only property editors of the first tab of a document have been registered for Acrolinx. Note that property editors must have been rendered in order to by analyzed by Acrolinx. So select the document form tab first, the press "Check" inside the Acrolinx.
Fixed selection issue with with textarea property editors.
(CMS-25676)
Normalized Extension Dependency Order
In recent releases, the dependencies of enabled Blueprint extensions
were not correctly ordered as established by the extensions tool. This
would lead to a diff when calling extensions:sync
even without enabling or disabling any extensions. This has been
corrected.
To minimize merge conflicts, you should invoke the extensions tool to normalize the dependency order in your customized Blueprint workspace, too. To that end, in your workspace root directory, simply call
mvn -f workspace-configuration/extensions extensions:sync
and commit the resulting diff before merging the new CoreMedia Blueprint version.
(CMS-25563)
Fix ParameterAppendingLinkTransformer for opaque URLs
ParameterAppendingLinkTransformer does not modify opaque URIs like "mailto:mail@www.example.com" anymore.
(CMS-25421)
Consolidated And Updated Oracle Driver Dependencies
We now consistently use
com.oracle.database.jdbc:ojdbc11:23.4.0.24.05
as
Oracle database driver. The dependency is managed in
com.coremedia.cms:common-thirdparty-bom
and added
as dependency in
com.coremedia.blueprint:database-drivers
.
Previously we had different flavors and versions of the ojdbc dependency in different poms and in our documentation.
common-thirdparty-bom
previously managed
com.oracle.database.jdbc:ojdbc8:12.2.0.1
which was
also included in database-drivers
. Additionally,
editorial-comments-data-oracle
which is used in
studio-server also added a runtime dependency on
com.oracle.ojdbc:ojdbc8:19.3.0.0
(CMS-25158)
Fixed Bug in Blueprint Link Building
Due to a bug, the Blueprint CAE built dead links to CMChannel (aka Page) contents which are not linked into the navigation hierarchy. In particular, such links occured in sitemaps. This has been fixed now, and such channels cannot be linked to any longer.
(CMS-24884)
Update Documentation on CAE Spring Security
The CAE Developer Manual - Spring Security section now contains a paragraph about User Authentication configuration and hints towards necessary actions in case the Elastic Social extension was disabled.
(CMS-24169)
Fixed Cache Size Error
An error in the UAPI cache size calculation could lead to Out-Of-Memory errors in CMS clients. This has been fixed now.
(CMS-24040)