Release Notes / Version 12.2506.0
Table Of ContentsFixed ContentHub Issue with duplicate beans
An issue has been fixed regarding the
BaseFileSystemConfiguration in the
ContentHubAdapter. You do not need to import the
BaseFileSystemConfiguration class anymore, as the
ContentHubMimeTypeService bean is now available
automatically if your Adapter lives in the Blueprint. If it lives in a
Plugin, you can access ContentHubMimeTypeService
via the new ContentHubBeansForPluginsConfiguration.
(CMS-28208)
Application SBOMs are optionally added to the Spring-Boot actuator
Application SBOMs are now optionally added to the Spring-Boot actuator. This prevents an error where the application would not start if the SBOM was missing, e.g. when building was disabled by setting the 'skipSboms=true' switch for the Maven build.
(CMS-27975)
cm sql Fixed
cm sql failed to start with a
NullPointerException when trying to build the UI.
This has been fixed.
(CMS-27941)
The link and button to open workflow from then nagbar
The link and button to open the associated workflow from the nagbar of a document opens now the workflow in the sidebar or in the full workflow app in dependency of the user preference “Show Content App split view to display workflows.“.
(CMS-27865)
Fixed UrlValidator
The UrlValidator complained about URLs containing "%" characters. URL validation has been fixed to properly deal with URL encoding.
(CMS-27815)
Fixed Method ContentSiteAspect#setMasterVersion
Fixed a bug that caused a StackOverflowError when calling
com.coremedia.cap.multisite.ContentSiteAspect#setMasterVersion
with a null argument.
(CMS-27646)
Fixed: Added receiveDraggedItemsToService to index.ts
Fixed: Added receiveDraggedItemsToService to index.ts
(CMS-27599)
Fixed QuickCreate Dialog "skipInitializers" Flag
The configuration flag "skipInitializers" is no longer ignored when content is created through the Quick-Create dialog.
(CMS-27457)
MongoDbHealthIndicator has been Changed to use the hello-command
The MongoDbHealthIndicator has been changed to use
the hello-command instead of creating a new
MongoClient every time. This prevents unnecessary
creation of ConnectionPools and Connections to the MongoDb Server
Nodes.
(CMS-27244)
Fixed Filtering of Searchable Content Types
When filtering searchable content types in the library there used to be duplicates for some content types. That's now fixed.
(CMS-26018)
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)


