Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Spring Boot 3.2.5 with Jersey Actuator Endpoints - Throwing 404 #5789

Open
RameshVE123 opened this issue Nov 6, 2024 · 0 comments
Open

Spring Boot 3.2.5 with Jersey Actuator Endpoints - Throwing 404 #5789

RameshVE123 opened this issue Nov 6, 2024 · 0 comments

Comments

@RameshVE123
Copy link

I've noticed the actuator endpoints throwing 404 error. The following are the Spring Framework versions used:

  1. Spring Jersey 3.2.5
  2. Jersey-container-servlet-core (3.1.6)
  3. Tomcat embedded container

The actuator endpoints worked with Spring boot 2.7.* (where Jersey-Container-servlet-core 2.35).

Additional info: (In the working code)

  1. ServletContainer.class throws Status.NOT_FOUND
  2. Call reaches the Tomcat Embedded core (ApplicationFilterChain, WSFilter)
  3. Call hits the Spring boot actuator

In the not working code, flow never reaches the spring boot actuator. Please share your thoughts.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant