You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by ja...@apache.org on 2021/07/05 15:05:12 UTC

[camel-quarkus] branch camel-main updated (dc322f6 -> 967453f)

This is an automated email from the ASF dual-hosted git repository.

jamesnetherton pushed a change to branch camel-main
in repository https://gitbox.apache.org/repos/asf/camel-quarkus.git.


 discard dc322f6  Upgrade Camel to 3.12.0
     add b5b34f3  Default to JDK 11 source & target compiler options
     add c1612ed  Regenerate format
     new 967453f  Upgrade Camel to 3.12.0

This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version.  This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:

 * -- * -- B -- O -- O -- O   (dc322f6)
            \
             N -- N -- N   refs/heads/camel-main (967453f)

You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.

Any revisions marked "omit" are not gone; other references still
refer to them.  Any revisions marked "discard" are gone forever.

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 catalog/pom.xml                                    | 13 +++++
 .../ROOT/pages/reference/extensions/aws2-sqs.adoc  |  4 +-
 .../reference/extensions/elasticsearch-rest.adoc   |  4 +-
 .../reference/extensions/microprofile-health.adoc  |  4 +-
 .../ROOT/pages/reference/extensions/netty.adoc     |  4 +-
 .../partials/reference/components/aws2-sqs.adoc    |  2 +-
 .../reference/components/elasticsearch-rest.adoc   |  2 +-
 .../ROOT/partials/reference/components/netty.adoc  |  2 +-
 .../reference/others/microprofile-health.adoc      |  2 +-
 .../xalan/graal/SunTemplatesImplSubstitution.java  | 49 -----------------
 .../disruptor/graal/ThreadHintsSubstitutions.java  | 64 ----------------------
 pom.xml                                            |  4 +-
 poms/bom/pom.xml                                   |  4 +-
 13 files changed, 29 insertions(+), 129 deletions(-)
 delete mode 100644 extensions-support/xalan/runtime/src/main/java/org/apache/camel/quarkus/support/xalan/graal/SunTemplatesImplSubstitution.java
 delete mode 100644 extensions/disruptor/runtime/src/main/java/org/apache/camel/quarkus/component/disruptor/graal/ThreadHintsSubstitutions.java

[camel-quarkus] 01/01: Upgrade Camel to 3.12.0

Posted by ja...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

jamesnetherton pushed a commit to branch camel-main
in repository https://gitbox.apache.org/repos/asf/camel-quarkus.git

commit 967453f54633ea171b33e8de729b8b22e85a7bb3
Author: James Netherton <ja...@gmail.com>
AuthorDate: Tue Jun 29 11:56:56 2021 +0100

    Upgrade Camel to 3.12.0
---
 docs/antora-playbook-dev.yml | 2 +-
 docs/antora-playbook.yml     | 2 +-
 docs/antora.yml              | 2 +-
 pom.xml                      | 6 +++---
 4 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/docs/antora-playbook-dev.yml b/docs/antora-playbook-dev.yml
index 9001771..d4ab0d0 100644
--- a/docs/antora-playbook-dev.yml
+++ b/docs/antora-playbook-dev.yml
@@ -26,7 +26,7 @@ content:
     start_path: docs
   - url: git@github.com:apache/camel.git
     branches:
-      - camel-3.11.x # replace ${camel.docs.branch}
+      - camel-3.12.x # replace ${camel.docs.branch}
     start_paths:
       - docs/components
   - url: git@github.com:apache/camel.git
diff --git a/docs/antora-playbook.yml b/docs/antora-playbook.yml
index 0450197..072b485 100644
--- a/docs/antora-playbook.yml
+++ b/docs/antora-playbook.yml
@@ -26,7 +26,7 @@ content:
     start_path: docs
   - url: git@github.com:apache/camel.git
     branches:
-      - camel-3.11.x # replace ${camel.docs.branch}
+      - camel-3.12.x # replace ${camel.docs.branch}
     start_paths:
       - docs/components
   - url: git@github.com:apache/camel.git
diff --git a/docs/antora.yml b/docs/antora.yml
index 6bbc81f..f214359 100644
--- a/docs/antora.yml
+++ b/docs/antora.yml
@@ -22,6 +22,6 @@ nav:
 - modules/ROOT/nav.adoc
 asciidoc:
   attributes:
-    cq-camel-components: 3.11.x@components # replace ${camel.docs.components.xref}
+    cq-camel-components: 3.12.x@components # replace ${camel.docs.components.xref}
     min-maven-version: 3.6.2 # replace ${min-maven-version}
     quarkus-version: 2.0.0.Final # replace ${quarkus.version}
\ No newline at end of file
diff --git a/pom.xml b/pom.xml
index f963d94..a362307 100644
--- a/pom.xml
+++ b/pom.xml
@@ -23,7 +23,7 @@
     <parent>
         <groupId>org.apache.camel</groupId>
         <artifactId>camel-dependencies</artifactId>
-        <version>3.11.0</version>
+        <version>3.12.0-SNAPSHOT</version>
     </parent>
 
     <groupId>org.apache.camel.quarkus</groupId>
@@ -38,8 +38,8 @@
 
     <properties>
         <!-- Primary dependencies - maintained manually -->
-        <camel.major.minor>3.11</camel.major.minor> <!-- run after each change: cd docs && mvnd validate -->
-        <camel.version>${camel.major.minor}.0</camel.version>
+        <camel.major.minor>3.12</camel.major.minor> <!-- run after each change: cd docs && mvnd validate -->
+        <camel.version>${camel.major.minor}.0-SNAPSHOT</camel.version>
         <camel.docs.components.xref>${camel.major.minor}.x@components</camel.docs.components.xref><!-- the version in Camel's docs/components/antora.yml -->
         <camel.docs.branch>camel-${camel.major.minor}.x</camel.docs.branch><!-- The stable branch on which our Antora docs depends -->