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 83e81e13f2 Add support of metadata generation for Endpoints
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
7 years ago
..
spring-boot-antlib Make Spring Boot Antlib's integration tests compatible with JDK 9 7 years ago
spring-boot-autoconfigure-processor Next development version 7 years ago
spring-boot-configuration-metadata Next development version 7 years ago
spring-boot-configuration-processor Add support of metadata generation for Endpoints 7 years ago
spring-boot-gradle-plugin Make BootRunIntegrationTests compatible with Java 9 7 years ago
spring-boot-loader Merge branch '1.5.x' 7 years ago
spring-boot-loader-tools Next development version 7 years ago
spring-boot-maven-plugin Fix typo in Maven plugin integration test 7 years ago
spring-boot-test-support Make ModifiedClassPathRunner compatible with JDK 9 7 years ago
pom.xml Next development version 7 years ago