Croway opened a new pull request, #210:
URL: https://github.com/apache/camel-spring-boot-examples/pull/210

   ## Summary
   - Fix the actuator URL in the `rest-openapi` example README — the documented 
`http://localhost:8080/actuator/` (trailing slash) returns a 404; the working 
URL has no trailing slash
   - Refresh the stale sample startup log in the README, which showed Spring 
Boot 1.5.10.RELEASE / Camel 2.22.0-SNAPSHOT output from 2017, with output 
captured from a verified run against the current stack (Spring Boot 4.1.1, 
Camel 4.23.0-SNAPSHOT, Java 25)
   
   ## Test plan
   - [x] Built and ran the example (`mvn package` / `mvn spring-boot:run`)
   - [x] Verified `/actuator` returns 200 and `/actuator/` returns 404
   - [x] Verified `/api/users` (CRUD), `/api/api-doc` (OpenAPI doc), and 
`/actuator/prometheus` all work as documented
   - [x] Confirmed versions come cleanly from the parent BOM with no overrides
   
   🤖 Generated with [Claude Code](https://claude.com/claude-code)
   
   https://claude.ai/code/session_01Wgr7MBBqUbNGG6xrH6ybWq


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to