You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Unable to enable startup actuator endpoint on Spring Boot 3.4.5.
Both management.endpoints.web.exposure.include=* and management.endpoint.startup.access=read_only fail.
How to reproduce:
Generate a new application at start.spring.io
with Maven/Java/3.4.5/Jar/21
add Spring web and Spring Boot Actuator
Add management.endpoints.web.exposure.include=* to application.properties
Compile and run application.
Observe 404 on curl 'http://localhost:8080/actuator/startup' -i -X GET:
The startup endpoint requires the use of BufferingApplicationStartup. Judging by your reproduction steps, you are not using it. If you start your application with --debug you should see a pointer about this in the resulting condition evaluation report for StartupEndpointAutoConfiguration.
If you would like us to look at this issue, please provide the requested information. If the information is not provided within the next 7 days this issue will be closed.
Closing due to lack of requested feedback. If you would like us to look at this issue, please provide the requested information and we will re-open the issue.
Uh oh!
There was an error while loading. Please reload this page.
Unable to enable
startup
actuator endpoint on Spring Boot 3.4.5.Both
management.endpoints.web.exposure.include=*
andmanagement.endpoint.startup.access=read_only
fail.How to reproduce:
management.endpoints.web.exposure.include=*
toapplication.properties
404
oncurl 'http://localhost:8080/actuator/startup' -i -X GET
:The text was updated successfully, but these errors were encountered: