Release Notes / Version 12.2506.0
Table Of ContentsOptions for Command Line Tools
With the update to
org.apache.commons.cli.DefaultParser, the handling
of command line options has become stricter.
To allow backwards compatible configuration, several long options have
been added explicitly. In these cases, only the long options are
documented, but the short options will still work, e.g.,
--bloburl can be passed as
-bloburl. This fallback behavior is part of
commons-cli and may change in the future.
Generally, the usage of a long option should be preferred over the use
of a short option, i.e. prefer --url over
-url, while the latter one will still work for now.
The following changes are introduced:
serverimport: long option
--bloburlserverexport: long options
- bloburl,blobsizelimit,cut,prettyand-encoding(as an enhancement for existing-enc)
(CMS-27223)
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.11
CoreMedia Adapter for Salesforce Commerce Cloud B2C → 3.0.12
CoreMedia Adapter for HCL Commerce → 3.0.10
Apache HttpComponents Client 5 → 5.4.2
AssertJ → 3.27.3
Bouncy Castle Java → 1.80
Byte Buddy → 1.17.0
Commons Codec → 1.18.0
Commons Pool → 2.12.1
FreeMarker → 2.3.34
Google API Common for Java → 2.43.0
Google API Extensions for Java → 2.60.0
Google Auth Library for Java → 1.31.0
Google HTTP Client Library for Java → 1.45.3
Google OAuth Client Library for Java → 1.37.0
GraphQL Java DataLoader → 3.4.0
gRPC-Java → 1.70.0
Gson → 2.12.1
Guava → 33.4.0-jre
Hibernate → 6.6.6.Final
Hibernate Validator → 8.0.2.Final
Jackson → 2.18.2
Jakarta Validation API → 3.1.1
Javassist → 3.30.2-GA
JBoss Logging → 3.6.1.Final
JSON-Java → 20240303 → 20250107
JUnit Jupiter → 5.11.4
Micrometer → 1.14.3
Mockito → 5.15.2
Netty → 4.1.118.Final
Plugin Framework for Java → 3.13.0
Protocol Buffers for Java → 4.29.3
Reactor Project BOM → 2024.0.2
Spring Boot → 3.4.2
Spring Data BOM → 2024.1.2
Spring Framework → 6.2.2
Spring Security → 6.4.2
Tomcat → 10.1.34
(CMS-27087)


