wilkinsona on 2.7.x
Update CI pipeline in preparati… (compare)
wilkinsona on main
Update CI pipeline in preparati… Merge branch '2.7.x' (compare)
wilkinsona on 2.7.x
Next development version (v2.5.… Next development version (v2.6.… Merge branch '2.5.x' into 2.6.x and 1 more (compare)
wilkinsona on main
Next development version (v2.5.… Next development version (v2.6.… Merge branch '2.5.x' into 2.6.x and 2 more (compare)
wilkinsona on 2.6.x
Next development version (v2.5.… Merge branch '2.5.x' into 2.6.x (compare)
spring-builds on 2.6.x
Next development version (v2.6.… (compare)
spring-builds on v2.6.8
Release v2.6.8 (compare)
Endpoint
which is removed from exposure.exclude and added into exposure.include in a BeanPostProcessor. Now that I'm moving away from @ConditionalOnEnabledEndpoint
to @ConditionalOnAvailableEndpoint
it's returning 404 and is not actually exposed. I guess available endpoint is the combination of enabled and exposed. With @ConditionalOnEnabledEndpoint
it works fine, so I assume it's enabled. It's also exposed in the BeanPostProcessor. My guess of the problem is that by the time of Condition is evaluated, the bean processor has not exposed it. But how to solve this problem? FYI, this is in an internal spring-boot library.