• Stephane Nicoll's avatar
    Polish contribution · 0490fbc7
    Stephane Nicoll authored
    `InfoProvider` is now `InfoContributor` and contributes to the `Info`
    instance via a builder. The `Info` instance is immutable. Each
    contributor can be disabled via the `management.info.<name>.enabled`
    key or all can be disabled using `management.info.defaults.enabled` (this
    is similar to what the health endpoint does).
    
    By default, all keys from the environment starting with `info.` are
    exposed. If a `git.properties` file is present in the classpath, the
    content of `GitInfo` is exposed using the `git` key.
    
    A `SimpleInfoContributor` and `AbstractEnvironmentInfoContributor` are
    available for convenience. `InfoContributor` instances can be ordered
    the usual way, with a default order provided by
    `InfoProviderAutoConfiguration#DEFAULT_ORDER`.
    
    Closes gh-3492
    0490fbc7
Name
Last commit
Last update
.mvn Loading commit data...
eclipse Loading commit data...
spring-boot Loading commit data...
spring-boot-actuator Loading commit data...
spring-boot-actuator-docs Loading commit data...
spring-boot-autoconfigure Loading commit data...
spring-boot-cli Loading commit data...
spring-boot-dependencies Loading commit data...
spring-boot-deployment-tests Loading commit data...
spring-boot-devtools Loading commit data...
spring-boot-docs Loading commit data...
spring-boot-full-build Loading commit data...
spring-boot-integration-tests Loading commit data...
spring-boot-parent Loading commit data...
spring-boot-samples Loading commit data...
spring-boot-starters Loading commit data...
spring-boot-test Loading commit data...
spring-boot-tools Loading commit data...
.gitignore Loading commit data...
.settings-template.xml Loading commit data...
.travis.yml Loading commit data...
CODE_OF_CONDUCT.adoc Loading commit data...
CONTRIBUTING.adoc Loading commit data...
LICENSE.txt Loading commit data...
README.adoc Loading commit data...
mvnw Loading commit data...
mvnw.cmd Loading commit data...
pom.xml Loading commit data...