Croway opened a new pull request, #204: URL: https://github.com/apache/camel-spring-boot-examples/pull/204
## Summary - The README incorrectly stated the example uses `camel-servlet-starter` as the platform-http-engine implementation. The pom has no such dependency — it actually runs via `spring-boot-starter-webmvc`/Tomcat with `camel-platform-http-starter`. Corrected the description. - Refreshed the stale sample startup log (Spring Boot 3.4.5 → 4.1.1, Tomcat 10.1.40 → 11.0.24, plus Spring Boot 4 logger package renames) with real output captured from a fresh run. - Normalized inconsistent tab/space indentation in `CamelRouter.java`, `Todo.java`, `TodoService.java`, and `TodoServiceImpl.java` to the repo's 4-space convention. ## Test plan - [x] `mvn package` builds cleanly - [x] Ran the app with `mvn spring-boot:run` and exercised all CRUD endpoints (POST, GET all, GET by id, PATCH, DELETE completed, DELETE by id) — all work as documented - [x] Verified against the `camel-spring-boot` starter docs/tests that `camel-platform-http-starter` + `spring-boot-starter-webmvc` (not `camel-servlet-starter`) is the actual engine implementation 🤖 Generated with [Claude Code](https://claude.com/claude-code) https://claude.ai/code/session_01HseDjsECuZhsCXxxioiD1k -- 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]
