Release Notes / Version 12.2406.0
Table Of ContentsRemoved plugins.early-starters property in favor of new plugin descriptor property
The plugin manager property plugins.early-starters
was removed in favor of the new plugin descriptor property
plugin.independent
. CoreMedia Plugins, like the
awskms-encryption-plugin, which are independent
plugins and can be started on their own - possibly early in an
application lifecycle - will provide the necessary configuration
themselves now.
(CMS-25131)
Third-Party Update: Bouncy Castle
Bouncy Castle has been updated to version 1.78 to fix security issues like CVE-2024-29857 and CVE-2024-30172.
(CMS-24725)
Updated Maven dependencies and plugins
Updated several dependency and plugin versions.
The following plugins and dependencies have been updated:
CoreMedia Client API and Mock Adapter for Commerce Hub → 3.0.4
CoreMedia Plugins Maven Plugin → 1.2.0
Angus Activation → 2.0.2
Angus Mail → 2.0.3
Apache HttpComponents Client → 5.3.1
AspectJ → 1.9.22.1
AssertJ → 3.26.0
Bouncy Castle Java → 1.78.1
Byte Buddy → 1.14.17
Commons CLI → 1.8.0
Commons Codec → 1.17.0
Commons Compress → 1.26.2
Commons Exec → 1.4.0
Commons IO → 2.16.1
Commons Text → 1.12.0
Enterprise Security API → 2.5.4.0
Error Prone → 2.28.0
Freemarker → 2.3.33
Google API Common for Java → 2.32.0
Google API Extensions for Java → 2.49.0
Google Auth Library for Java → 1.35.0
Google HTTP Client Library for Java → 1.44.2
Google OAuth Client Library for Java → 1.36.0
gRPC-Java → 1.64.0
Gson → 2.11.0
Guava → 33.2.1-jre
Hibernate → 6.4.9.Final
Jackson → 2.17.1
Jakarta Validation API → 3.1.0
Jib Maven Plugin → 3.4.3
Liquibase → 4.28.0
Logback → 1.5.6
Micrometer → 1.13.1
Netty → 4.1.111.Final
PF4J → 3.11.1
SLF4J → 2.0.13
Spring Boot → 3.3.0
Spring Data BOM → 2024.0.1
Spring Framework → 6.1.9
Spring for GraphQL → 1.3.0
Spring Security → 6.3.0
Tomcat → 10.1.24
(CMS-24612)
cm query Provides Format Option
The cm query
command has been enhanced to support a
--format
option.
It allows to control to output either using the default multi-column output or new single-column outputs suitable, for example, for forwarding results to subsequent processing via shell pipes.
Supported formats despite the default:
id: Prints the CoreMedia Content or Version ID
uuid: Prints the UUID
path: Prints the path of the content related to the
CapObject
found.
The Content Server Manual has been updated accordingly.
(CMS-24348)