This is an automated email from the ASF dual-hosted git repository.
davsclaus pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel.git
The following commit(s) were added to refs/heads/main by this push:
new ba9272b625d0 chore: Sync example catalog paths after examples repo
reorganization
ba9272b625d0 is described below
commit ba9272b625d0b7ec3462c458e4d66fc52dba387d
Author: Claus Ibsen <[email protected]>
AuthorDate: Sat Jul 25 11:33:47 2026 +0200
chore: Sync example catalog paths after examples repo reorganization
Co-Authored-By: Claude Opus 4.6 <[email protected]>
Signed-off-by: Claus Ibsen <[email protected]>
---
dsl/camel-jbang/camel-jbang-core/pom.xml | 104 ++++++++++-----------
.../examples/eip/circuit-breaker/route.camel.yaml | 2 +-
2 files changed, 53 insertions(+), 53 deletions(-)
diff --git a/dsl/camel-jbang/camel-jbang-core/pom.xml
b/dsl/camel-jbang/camel-jbang-core/pom.xml
index 8e8caee827e2..d369b09415b0 100644
--- a/dsl/camel-jbang/camel-jbang-core/pom.xml
+++ b/dsl/camel-jbang/camel-jbang-core/pom.xml
@@ -290,58 +290,58 @@
usetimestamp="true"/>
</sequential>
</macrodef>
- <!-- camel-1-trbute -->
- <sync-example name="camel-1-tribute"
file="README.md"/>
- <sync-example name="camel-1-tribute"
file="application.properties"/>
- <sync-example name="camel-1-tribute"
file="jms-to-file.camel.yaml"/>
- <!-- circuit-breaker -->
- <sync-example name="circuit-breaker"
file="README.md"/>
- <sync-example name="circuit-breaker"
file="route.camel.yaml"/>
- <!-- cron-log -->
- <sync-example name="cron-log"
file="README.md"/>
- <sync-example name="cron-log"
file="application.properties"/>
- <sync-example name="cron-log"
file="cron-log.camel.yaml"/>
- <!-- groovy -->
- <sync-example name="groovy"
file="README.md"/>
- <sync-example name="groovy"
file="application.properties"/>
- <sync-example name="groovy"
file="groovy.camel.yaml"/>
- <!-- memory-leak -->
- <sync-example name="memory-leak"
file="MemoryLeak.java"/>
- <sync-example name="memory-leak"
file="README.md"/>
- <!-- message-size -->
- <sync-example name="message-size"
file="README.md"/>
- <sync-example name="message-size"
file="orders.camel.yaml"/>
- <!-- rest-api -->
- <sync-example name="rest-api"
file="README.md"/>
- <sync-example name="rest-api"
file="application.properties"/>
- <sync-example name="rest-api"
file="rest-api.camel.yaml"/>
- <!-- route-topology -->
- <sync-example name="route-topology"
file="README.md"/>
- <sync-example name="route-topology"
file="application.properties"/>
- <sync-example name="route-topology"
file="route-topology.camel.yaml"/>
- <!-- routes -->
- <sync-example name="routes"
file="Greeter.java"/>
- <sync-example name="routes"
file="README.md"/>
- <sync-example name="routes"
file="application.properties"/>
- <sync-example name="routes"
file="beans.yaml"/>
- <sync-example name="routes"
file="routes.camel.yaml"/>
- <!-- sql -->
- <sync-example name="sql"
file="README.md"/>
- <sync-example name="sql"
file="application.properties"/>
- <sync-example name="sql"
file="sql.camel.yaml"/>
- <!-- timer-log -->
- <sync-example name="timer-log"
file="README.md"/>
- <sync-example name="timer-log"
file="application.properties"/>
- <sync-example name="timer-log"
file="timer-log.camel.yaml"/>
- <!-- tui-hello-world -->
- <sync-example name="tui-hello-world"
file="README.md"/>
- <sync-example name="tui-hello-world"
file="tui-hello-world.yaml"/>
- <!-- xslt -->
- <sync-example name="xslt"
file="README.md"/>
- <sync-example name="xslt"
file="consumer.camel.yaml"/>
- <mkdir
dir="${examples.dest}/xslt/input"/>
- <sync-example name="xslt"
file="input/account.xml"/>
- <sync-example name="xslt"
file="stylesheet.xsl"/>
+ <!-- beginner/camel-1-tribute -->
+ <sync-example
name="beginner/camel-1-tribute" file="README.md"/>
+ <sync-example
name="beginner/camel-1-tribute" file="application.properties"/>
+ <sync-example
name="beginner/camel-1-tribute" file="jms-to-file.camel.yaml"/>
+ <!-- beginner/cron-log -->
+ <sync-example name="beginner/cron-log"
file="README.md"/>
+ <sync-example name="beginner/cron-log"
file="application.properties"/>
+ <sync-example name="beginner/cron-log"
file="cron-log.camel.yaml"/>
+ <!-- beginner/rest-api -->
+ <sync-example name="beginner/rest-api"
file="README.md"/>
+ <sync-example name="beginner/rest-api"
file="application.properties"/>
+ <sync-example name="beginner/rest-api"
file="rest-api.camel.yaml"/>
+ <!-- beginner/routes -->
+ <sync-example name="beginner/routes"
file="Greeter.java"/>
+ <sync-example name="beginner/routes"
file="README.md"/>
+ <sync-example name="beginner/routes"
file="application.properties"/>
+ <sync-example name="beginner/routes"
file="beans.yaml"/>
+ <sync-example name="beginner/routes"
file="routes.camel.yaml"/>
+ <!-- beginner/timer-log -->
+ <sync-example
name="beginner/timer-log" file="README.md"/>
+ <sync-example
name="beginner/timer-log" file="application.properties"/>
+ <sync-example
name="beginner/timer-log" file="timer-log.camel.yaml"/>
+ <!-- beginner/tui-hello-world -->
+ <sync-example
name="beginner/tui-hello-world" file="README.md"/>
+ <sync-example
name="beginner/tui-hello-world" file="tui-hello-world.yaml"/>
+ <!-- database/sql -->
+ <sync-example name="database/sql"
file="README.md"/>
+ <sync-example name="database/sql"
file="application.properties"/>
+ <sync-example name="database/sql"
file="sql.camel.yaml"/>
+ <!-- eip/circuit-breaker -->
+ <sync-example
name="eip/circuit-breaker" file="README.md"/>
+ <sync-example
name="eip/circuit-breaker" file="route.camel.yaml"/>
+ <!-- language/groovy -->
+ <sync-example name="language/groovy"
file="README.md"/>
+ <sync-example name="language/groovy"
file="application.properties"/>
+ <sync-example name="language/groovy"
file="groovy.camel.yaml"/>
+ <!-- observability/memory-leak -->
+ <sync-example
name="observability/memory-leak" file="MemoryLeak.java"/>
+ <sync-example
name="observability/memory-leak" file="README.md"/>
+ <!-- observability/message-size -->
+ <sync-example
name="observability/message-size" file="README.md"/>
+ <sync-example
name="observability/message-size" file="orders.camel.yaml"/>
+ <!-- observability/route-topology -->
+ <sync-example
name="observability/route-topology" file="README.md"/>
+ <sync-example
name="observability/route-topology" file="application.properties"/>
+ <sync-example
name="observability/route-topology" file="route-topology.camel.yaml"/>
+ <!-- transformation/xslt -->
+ <sync-example
name="transformation/xslt" file="README.md"/>
+ <sync-example
name="transformation/xslt" file="consumer.camel.yaml"/>
+ <mkdir
dir="${examples.dest}/transformation/xslt/input"/>
+ <sync-example
name="transformation/xslt" file="input/account.xml"/>
+ <sync-example
name="transformation/xslt" file="stylesheet.xsl"/>
</target>
</configuration>
</execution>
diff --git
a/dsl/camel-jbang/camel-jbang-core/src/main/resources/examples/eip/circuit-breaker/route.camel.yaml
b/dsl/camel-jbang/camel-jbang-core/src/main/resources/examples/eip/circuit-breaker/route.camel.yaml
index 7370c90c2e33..5a615cf5194c 100644
---
a/dsl/camel-jbang/camel-jbang-core/src/main/resources/examples/eip/circuit-breaker/route.camel.yaml
+++
b/dsl/camel-jbang/camel-jbang-core/src/main/resources/examples/eip/circuit-breaker/route.camel.yaml
@@ -27,7 +27,7 @@
- circuitBreaker:
resilience4jConfiguration:
minimumNumberOfCalls: 10
- waitDurationInOpenState: 20
+ waitDurationInOpenState: 20000
steps:
- filter:
expression: