• 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
.bomr Loading commit data...
.github Loading commit data...
.mvn Loading commit data...
ci Loading commit data...
eclipse Loading commit data...
git/hooks Loading commit data...
spring-boot-project Loading commit data...
spring-boot-samples Loading commit data...
spring-boot-samples-invoker Loading commit data...
spring-boot-tests Loading commit data...
src/checkstyle Loading commit data...
.editorconfig Loading commit data...
.gitignore Loading commit data...
.settings-template.xml 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...