spring-boot/spring-boot-tools
Stephane Nicoll f2d32d3e98 Add support for property deprecation
Previously, an item could only have a 'deprecated' boolean flag to
indicate that the property is deprecated. It is desirable to provide an
additional description for the deprecation as well as the name of the
property to use instead.

The `deprecated` boolean flag is now supported. Instead, a `deprecated`
object can be specified with two optional attributes: `reason` to provide
an explanation for the deprecation and `replacement` to refer to the
property that should be used instead. If none of them is present, an
empty deprecation object should be set.

For backward compatibility, the `deprecated` field is still set.

Deprecation information can only set via manual meta-data.

Closes gh-3449
2015-07-15 15:41:52 +02:00
..
spring-boot-antlib Create spring-boot-antlib module 2015-06-30 00:30:28 -07:00
spring-boot-configuration-metadata Add support for property deprecation 2015-07-15 15:41:52 +02:00
spring-boot-configuration-processor Add support for property deprecation 2015-07-15 15:41:52 +02:00
spring-boot-gradle-plugin Add Maven incantation to make STS 3.7 happy 2015-07-10 15:56:40 +01:00
spring-boot-loader Add missing jar (.gitignored) 2015-07-14 12:44:23 +01:00
spring-boot-loader-tools Merge branch '1.2.x' 2015-07-09 10:37:30 -07:00
spring-boot-maven-plugin Remove unnecessary keyword 2015-07-09 14:33:01 +02:00
pom.xml Add configuration meta-data parser 2015-07-13 11:53:31 +02:00