12.36.0
Enhancements
Improved actuator endpoint security
Endpoints added to
management.endpoints.web.exposure.includeare now automatically protected β no filter chain override needed.Hardened anonymous health responses
Anonymous calls to
/actuator/healthonly return the overall status; component details require the actuator role. Kubernetes probes and load balancers are unaffected.Health groups (e.g.
liveness,readiness) configured withshow-details: ALWAYSpreviously exposed component details to anonymous callers. They are now also reduced to status-only for unauthenticated requests. Authenticate with the actuator role to keep seeing details.Dependency upgrades for CVE fixes
Upgraded dependency to resolve several CVEs.
Last updated