Release Notes / Version 12.2406.2
Table Of ContentsApplication 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)
Fixed UrlValidator
The UrlValidator complained about URLs containing "%" characters. URL validation has been fixed to properly deal with URL encoding.
(CMS-27815)


