Release Notes / Version 12.2406.0
Table Of ContentsUpdated 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
Angus Activation → 2.0.2
Angus Mail → 2.0.3
AspectJ → 1.9.22.1
Bouncy Castle for JDK 1.8 and up → 1.78.1
Commons Codec → 1.17.0
Error Prone → 2.27.1
Google API Common for Java → 2.31.0
Google API Extensions for Java → 2.48.0
Google OAuth Client Library for Java → 1.36.0
gRPC-Java → 1.63.0
Hibernate → 6.4.8.Final
Jib Maven Plugin → 3.4.2
Micrometer → 1.13.0
Netty → 4.1.109.Final
SLF4J → 2.0.13
Spring Boot → 3.2.5
Spring Data BOM → 2023.1.5
Tomcat → 10.1.24
(CMS-24613)
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)