This is an automated email from the ASF dual-hosted git repository. Croway pushed a commit to branch fix-quartz-readme-wording in repository https://gitbox.apache.org/repos/asf/camel-spring-boot-examples.git
commit 7bbf23f260bae007d4d3783d9ca1ba99e5dd6efc Author: croway <[email protected]> AuthorDate: Fri Sep 4 10:28:09 2026 +0200 Fix quartz example README: correct copy-pasted description The README described "high and low numbers" output, copy-pasted from the pojo example. The quartz example actually logs a constant "Test" message every 5 seconds via a cron-triggered route. Co-Authored-By: Claude Sonnet 5 <[email protected]> Claude-Session: https://claude.ai/code/session_01HseDjsECuZhsCXxxioiD1k --- quartz/README.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/quartz/README.adoc b/quartz/README.adoc index 5a62359c..2ea2ba46 100644 --- a/quartz/README.adoc +++ b/quartz/README.adoc @@ -16,7 +16,7 @@ You can run this example using: $ mvn spring-boot:run -And you should see output in the console with high and low numbers. The example will self stop after one minute. +And you should see output in the console, with a "Test" message logged every 5 seconds. The example will self stop after one minute. === Help and contributions
