• Andy Wilkinson's avatar
    Honour EndpointFilter configured on an endpoint's superclass · ed50bf24
    Andy Wilkinson authored
    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
    ed50bf24
Name
Last commit
Last update
..
spring-boot Loading commit data...
spring-boot-actuator Loading commit data...
spring-boot-actuator-autoconfigure Loading commit data...
spring-boot-autoconfigure Loading commit data...
spring-boot-cli Loading commit data...
spring-boot-dependencies Loading commit data...
spring-boot-devtools Loading commit data...
spring-boot-docs Loading commit data...
spring-boot-parent Loading commit data...
spring-boot-properties-migrator 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...
pom.xml Loading commit data...