Release Notes / Version 12.2406.0
Table Of ContentsEnhanced Documentation of Spring Boot ConfigurationProperties
We enhanced the documentation of Spring Boot
ConfigurationProperties
along with fixing some
issues:
Type information of a given property is now shorted for types from
java.base
module (such asMap
rather thanjava.util.Map
).Deprecated properties are now sorted along with the non-deprecated ones. This especially fixes an issue, that some deprecated properties never made it into the manuals yet.
All properties within a table are now correctly sorted. Before, you may have seen “parts of the properties” to be not correctly sorted.
Deprecation information is now enriched by the information as provided by
spring-configuration-metadata.json
, which is, if available, mentioning the replacement (as before), the version since when the property is deprecated and the reason for the deprecation, which may also contain more details on required upgrade steps.
(CMS-24871)