• Andy Wilkinson's avatar
    Allow Jersey-based Actuator to be used with separate management port · 8ce41109
    Andy Wilkinson authored
    Previously, when the Jersey-based Actuator was configure with a
    separate management port, the resulting child context would fail to
    start due to their being no ResourceConfigCustomizer beans available.
    
    This commit updates the configuration so that the customizer's are
    injected using an ObjectProvider and an empty list is used in the
    event of their being no customizer beans. This aligns the child
    context configuration class with JerseyAutoConfiguration which
    already used this approach.
    
    Closes gh-12975
    8ce41109
Name
Last commit
Last update
.github Loading commit data...
.mvn Loading commit data...
ci Loading commit data...
eclipse 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...
.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...