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 309ce7ec89d Polished
309ce7ec89d is described below

commit 309ce7ec89d4c6774a5f90a825610e7de0ee5864
Author: Claus Ibsen <claus.ib...@gmail.com>
AuthorDate: Wed Dec 21 12:41:32 2022 +0100

    Polished
---
 .../services/org/apache/camel/component.properties     |  2 +-
 .../main/docs/modules/eips/pages/message-history.adoc  | 12 ++++++------
 docs/user-manual/modules/ROOT/pages/camel-jbang.adoc   | 18 +++++++++---------
 .../modules/ROOT/pages/camel-maven-archetypes.adoc     |  4 ++--
 4 files changed, 18 insertions(+), 18 deletions(-)

diff --git 
a/components/camel-cxf/src/generated/resources/META-INF/services/org/apache/camel/component.properties
 
b/components/camel-cxf/src/generated/resources/META-INF/services/org/apache/camel/component.properties
index ef294ffe97d..7ae5b92b330 100644
--- 
a/components/camel-cxf/src/generated/resources/META-INF/services/org/apache/camel/component.properties
+++ 
b/components/camel-cxf/src/generated/resources/META-INF/services/org/apache/camel/component.properties
@@ -2,6 +2,6 @@
 components=cxf cxfrs
 groupId=org.apache.camel
 artifactId=camel-cxf
-version=3.20.0-SNAPSHOT
+version=3.21.0-SNAPSHOT
 projectName=Camel :: CXF
 projectDescription=Camel CXF support
diff --git 
a/core/camel-core-engine/src/main/docs/modules/eips/pages/message-history.adoc 
b/core/camel-core-engine/src/main/docs/modules/eips/pages/message-history.adoc
index 9004a6baa4e..445a875ecc7 100644
--- 
a/core/camel-core-engine/src/main/docs/modules/eips/pages/message-history.adoc
+++ 
b/core/camel-core-engine/src/main/docs/modules/eips/pages/message-history.adoc
@@ -153,8 +153,8 @@ Stacktrace
 
 java.lang.IllegalArgumentException: The number is too low
        at 
sample.camel.MyJavaRouteBuilder.configure(MyJavaRouteBuilder.java:34) 
~[classes/:na]
-       at 
org.apache.camel.builder.RouteBuilder.checkInitialized(RouteBuilder.java:607) 
~[camel-core-model-3.20.0-SNAPSHOT.jar:3.20.0-SNAPSHOT]
-       at 
org.apache.camel.builder.RouteBuilder.configureRoutes(RouteBuilder.java:553) 
~[camel-core-model-3.20.0-SNAPSHOT.jar:3.20.0-SNAPSHOT]
+       at 
org.apache.camel.builder.RouteBuilder.checkInitialized(RouteBuilder.java:607) 
~[camel-core-model-3.20.0.jar:3.20.0]
+       at 
org.apache.camel.builder.RouteBuilder.configureRoutes(RouteBuilder.java:553) 
~[camel-core-model-3.20.0.jar:3.20.0]
 ----
 
 When Message History is enabled then the full history is logged as shown 
above. Here we can see the full path
@@ -179,8 +179,8 @@ Stacktrace
 
 java.lang.IllegalArgumentException: The number is too low
        at 
sample.camel.MyJavaRouteBuilder.configure(MyJavaRouteBuilder.java:34) 
~[classes/:na]
-       at 
org.apache.camel.builder.RouteBuilder.checkInitialized(RouteBuilder.java:607) 
~[camel-core-model-3.20.0-SNAPSHOT.jar:3.20.0-SNAPSHOT]
-       at 
org.apache.camel.builder.RouteBuilder.configureRoutes(RouteBuilder.java:553) 
~[camel-core-model-3.20.0-SNAPSHOT.jar:3.20.0-SNAPSHOT]
+       at 
org.apache.camel.builder.RouteBuilder.checkInitialized(RouteBuilder.java:607) 
~[camel-core-model-3.20.0.jar:3.20.0]
+       at 
org.apache.camel.builder.RouteBuilder.configureRoutes(RouteBuilder.java:553) 
~[camel-core-model-3.20.0.jar:3.20.0]
 ----
 
 Here you can see the Message History only outputs the input (route1) and the 
last step
@@ -207,8 +207,8 @@ Stacktrace
 
 java.lang.IllegalArgumentException: The number is too low
        at 
sample.camel.MyJavaRouteBuilder.configure(MyJavaRouteBuilder.java:34) 
~[classes/:na]
-       at 
org.apache.camel.builder.RouteBuilder.checkInitialized(RouteBuilder.java:607) 
~[camel-core-model-3.20.0-SNAPSHOT.jar:3.20.0-SNAPSHOT]
-       at 
org.apache.camel.builder.RouteBuilder.configureRoutes(RouteBuilder.java:553) 
~[camel-core-model-3.20.0-SNAPSHOT.jar:3.20.0-SNAPSHOT]
+       at 
org.apache.camel.builder.RouteBuilder.checkInitialized(RouteBuilder.java:607) 
~[camel-core-model-3.20.0.jar:3.20.0]
+       at 
org.apache.camel.builder.RouteBuilder.configureRoutes(RouteBuilder.java:553) 
~[camel-core-model-3.20.0.jar:3.20.0]
 ----
 
 In this case we can see its the `MyJavaRouteBuilder` class on line 35 that is 
the problem.
diff --git a/docs/user-manual/modules/ROOT/pages/camel-jbang.adoc 
b/docs/user-manual/modules/ROOT/pages/camel-jbang.adoc
index 7dc872dd7ab..64dc1c7c695 100644
--- a/docs/user-manual/modules/ROOT/pages/camel-jbang.adoc
+++ b/docs/user-manual/modules/ROOT/pages/camel-jbang.adoc
@@ -549,7 +549,7 @@ And you can also try bleeding edge development by using 
SNAPSHOT such as:
 
 [source,bash]
 ----
-jbang run --fresh -Dcamel.jbang.version=3.20.0-SNAPSHOT camel@apache/camel 
[command]
+jbang run --fresh -Dcamel.jbang.version=3.21.0-SNAPSHOT camel@apache/camel 
[command]
 ----
 
 
@@ -700,10 +700,10 @@ To display the status of the running Camel integrations:
 [source,bash]
 ----
 camel get
-  PID   NAME      CAMEL            PLATFORM            READY  STATUS    AGE    
TOTAL  FAILED  INFLIGHT  SINCE-LAST
- 61818  MyCamel   3.20.0-SNAPSHOT  Spring Boot v2.7.3   1/1   Running  28m34s  
  854       0         0     0s/0s/-
- 63051  dude      3.20.0-SNAPSHOT  JBang                1/1   Running     18s  
   14       0         0     0s/0s/-
- 63068  mygroovy  3.20.0-SNAPSHOT  JBang                1/1   Running      5s  
    2       0         0     0s/0s/-
+  PID   NAME      CAMEL   PLATFORM            READY  STATUS    AGE    TOTAL  
FAILED  INFLIGHT  SINCE-LAST
+ 61818  MyCamel   3.20.0  Spring Boot v2.7.3   1/1   Running  28m34s    854    
   0         0     0s/0s/-
+ 63051  dude      3.20.0  JBang                1/1   Running     18s     14    
   0         0     0s/0s/-
+ 63068  mygroovy  3.20.0  JBang                1/1   Running      5s      2    
   0         0     0s/0s/-
 ----
 
 The `camel get` command will default display integrations, which is equivalent 
to
@@ -738,10 +738,10 @@ of the running Camel integrations.
 [source,bash]
 ----
 camel top
-  PID   NAME     JAVA     CAMEL            PLATFORM            STATUS    AGE   
      HEAP        NON-HEAP     GC     THREADS   CLASSES
- 22104  chuck    11.0.13  3.20.0-SNAPSHOT  JBang               Running   2m10s 
 131/322/4294 MB  70/73 MB  17ms (6)      7/8  7456/7456
- 14242  MyCamel  11.0.13  3.20.0-SNAPSHOT  Spring Boot v2.7.3  Running  33m40s 
 115/332/4294 MB  62/66 MB  37ms (6)    16/16  8428/8428
- 22116  bar      11.0.13  3.20.0-SNAPSHOT  JBang               Running    2m7s 
  33/268/4294 MB  54/58 MB  20ms (4)      7/8  6104/6104
+  PID   NAME     JAVA     CAMEL   PLATFORM            STATUS    AGE         
HEAP        NON-HEAP     GC     THREADS   CLASSES
+ 22104  chuck    11.0.13  3.20.0  JBang               Running   2m10s  
131/322/4294 MB  70/73 MB  17ms (6)      7/8  7456/7456
+ 14242  MyCamel  11.0.13  3.20.0  Spring Boot v2.7.3  Running  33m40s  
115/332/4294 MB  62/66 MB  37ms (6)    16/16  8428/8428
+ 22116  bar      11.0.13  3.20.0  JBang               Running    2m7s   
33/268/4294 MB  54/58 MB  20ms (4)      7/8  6104/6104
 ----
 
 The _HEAP_ column shows the heap memory (used/committed/max) and the non-heap 
(used/committed).
diff --git a/docs/user-manual/modules/ROOT/pages/camel-maven-archetypes.adoc 
b/docs/user-manual/modules/ROOT/pages/camel-maven-archetypes.adoc
index 7628718a0f0..d358bffe780 100644
--- a/docs/user-manual/modules/ROOT/pages/camel-maven-archetypes.adoc
+++ b/docs/user-manual/modules/ROOT/pages/camel-maven-archetypes.adoc
@@ -58,14 +58,14 @@ The maven coordinates for these archetypes is the following:
 If you would like to use an archetype from an unreleased version of
 Camel, you just need to let the maven-archetype-plugin know where to
 look for it. For example, say someone wanted to create a Java based
-project based on Camel 3.20.0-SNAPSHOT. He'd need to use the following command
+project based on Camel 3.21.0-SNAPSHOT. He'd need to use the following command
 
 [source,bash]
 ----
 mvn archetype:generate \
   -DarchetypeGroupId=org.apache.camel.archetypes \
   -DarchetypeArtifactId=camel-archetype-java \
-  -DarchetypeVersion=3.20.0-SNAPSHOT
+  -DarchetypeVersion=3.21.0-SNAPSHOT
 ----
 
 When the project is created, you may need to add another repository to

Reply via email to