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

   ## Summary
   - The quartz example README described output as "high and low numbers", 
which was copy-pasted from the pojo example
   - The quartz example actually logs a constant "Test" message every 5 seconds 
via a cron-triggered route (`QuartzRoute.java`), then self-terminates after one 
minute
   - Corrected the wording to describe the actual behavior; no code or version 
changes needed (pom.xml already relies solely on the parent BOM)
   
   ## Test plan
   - [x] Verified route behavior in 
`quartz/src/main/java/sample/camel/QuartzRoute.java` (cron `0/5 * * * * ?`, 
constant "Test" body, logged via `log:info`)
   - [x] Confirmed no other README inaccuracies or stray dependency versions in 
`quartz/pom.xml`
   
   🤖 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]

Reply via email to