spring-boot/spring-boot-tools
Stephane Nicoll 222ed44bd4 Replace enabledByDefault to DefaultEnablement
This commit introduces a DefaultEnablement enum that replaces the
"enabledByDefault" boolean flag of Endpoint. This allows to better
control what indicates the default enablement of an endpoint.

With DefaultEnablement#ENABLED, the endpoint is enabled unless an
endpoint specific property says otherwise. With DefaultEnabled#DISABLED,
the endpoint is disabled unless an endpoint specific property says
otherwise. DefaultEnablement#NEUTRAL provides a dedicated option to
indicate that we should resort to the default settings in absence of
a specific property.

See gh-10161
2017-09-12 12:23:04 +02:00
..
spring-boot-antlib Make Spring Boot Antlib's integration tests compatible with JDK 9 2017-08-16 17:41:20 +02:00
spring-boot-autoconfigure-processor Remove unused ExpectedExceptions 2017-08-29 13:19:04 +02:00
spring-boot-configuration-metadata Next development version 2017-07-27 08:00:21 +00:00
spring-boot-configuration-processor Replace enabledByDefault to DefaultEnablement 2017-09-12 12:23:04 +02:00
spring-boot-gradle-plugin Make BootRunIntegrationTests compatible with Java 9 2017-08-16 15:52:22 +02:00
spring-boot-loader Remove unused ExpectedExceptions 2017-08-29 13:19:04 +02:00
spring-boot-loader-tools Merge branch '1.5.x' 2017-09-07 09:43:50 +02:00
spring-boot-maven-plugin Polish 2017-08-30 10:33:53 +02:00
spring-boot-test-support Make ModifiedClassPathRunner compatible with JDK 9 2017-08-16 16:05:14 +02:00
pom.xml Next development version 2017-07-27 08:00:21 +00:00