• Stephane Nicoll's avatar
    Add support of metadata generation for Endpoints · 83e81e13
    Stephane Nicoll authored
    This commit improves the configuration metadata annotation processor to
    explicitly handle `@Endpoint` annotated class. Adding a new endpoint on
    a project potentially creates the following keys:
    
    * `endpoints.<id>.enabled`
    * `endpoints.<id>.cache.time-to-live`
    * `endpoints.<id>.jmx.enabled`
    * `endpoints.<id>.web.enabled`
    
    Default values are extracted from the annotation type. If an endpoint
    is restricted to a given tech, properties from unrelated techs are not
    generated.
    
    Closes gh-9692
    83e81e13
Name
Last commit
Last update
.github Loading commit data...
.mvn Loading commit data...
eclipse Loading commit data...
spring-boot Loading commit data...
spring-boot-actuator 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-test-autoconfigure Loading commit data...
spring-boot-tools Loading commit data...
.editorconfig 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...
SUPPORT.adoc Loading commit data...
mvnw Loading commit data...
mvnw.cmd Loading commit data...
pom.xml Loading commit data...