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-project
Andy Wilkinson ed50bf2494 Honour EndpointFilter configured on an endpoint's superclass
Previously, @EndpointFilter would only have an effect when used as
an annotation or meta-annotation on the endpoint class itself. It
would have no effect when used on a super-class of the endpoint
bean's class.

This commit updates EndpointDiscoverer so that an @EndpointFilter
annotation or meta-annotation on a super-class will be found and
applied to the discovery process. This is achieved by using find…
rather than get… when retrieving the attributes for the EndpointFilter
annotation.

Fixes gh-17866
5 years ago
..
spring-boot Remove nulls from description for bean defs with no res description 5 years ago
spring-boot-actuator Honour EndpointFilter configured on an endpoint's superclass 5 years ago
spring-boot-actuator-autoconfigure Correct SCM URLs in published poms 5 years ago
spring-boot-autoconfigure Allow dependsOn relationships created by post-processor to be overridden 5 years ago
spring-boot-cli Remove trailing commas from test SQL scripts 5 years ago
spring-boot-dependencies Upgrade to Spring Integration 5.1.9.RELEASE 5 years ago
spring-boot-devtools Optimize debug level logs 5 years ago
spring-boot-docs Document that JUL is not bridged into SLF4J when deployed to a container 5 years ago
spring-boot-parent Correct SCM URLs in published poms 5 years ago
spring-boot-properties-migrator Correct SCM URLs in published poms 5 years ago
spring-boot-starters Correct SCM URLs in published poms 5 years ago
spring-boot-test Clarify scope of "@SpringBootTest#classes" 5 years ago
spring-boot-test-autoconfigure Start building against Spring Data Lovelace-SR12 snapshots 5 years ago
spring-boot-tools Test the Gradle Plugin against Gradle 5.6.4 5 years ago
pom.xml Correct name and description of spring-boot-project module 6 years ago