You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
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
7 years ago
..
spring-boot-antlib Make Spring Boot Antlib's integration tests compatible with JDK 9 7 years ago
spring-boot-autoconfigure-processor Remove unused ExpectedExceptions 7 years ago
spring-boot-configuration-metadata Next development version 7 years ago
spring-boot-configuration-processor Replace enabledByDefault to DefaultEnablement 7 years ago
spring-boot-gradle-plugin Make BootRunIntegrationTests compatible with Java 9 7 years ago
spring-boot-loader Remove unused ExpectedExceptions 7 years ago
spring-boot-loader-tools Merge branch '1.5.x' 7 years ago
spring-boot-maven-plugin Polish 7 years ago
spring-boot-test-support Make ModifiedClassPathRunner compatible with JDK 9 7 years ago
pom.xml Next development version 7 years ago