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/11/18 07:32:30 UTC

[camel-quarkus] branch camel-main updated (3420153 -> 354792c)

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 3420153  Disable MicroProfileHealthTest.testFailureThreshold due to #3277
 discard bcfca85  Disable AtlasMap native tests due to #3189
 discard 87a513a  Use hard coded azure-bom version property since it has been removed from camel-parent & camel-dependencies
 discard e9142dd  Upgrade Camel to 3.13.0
     add 21fdb08  Updated CHANGELOG.md
     add 7ede271  Fix #3276 to make sure all objects have been deleted after each test in AWS2 S3 (#3279)
     add 81e9c0f  Remove BOM reference to non existent camel-quarkus-xstream-common-deployment dependency
     add 000d5e1  Fixup 218bef4 Special fix for JMS extensions depending on quarkus-qpid-jms - Cannot run tests against alternative BOMs #3258
     add 72cee53  Updated CHANGELOG.md
     add 22ad418  Fix #3284 to get kafka.bootstrap.servers from DevServicesLauncherConfigResultBuildItem (#3287)
     add c09e4f3  Upgrade Quarkus to 2.5.0.CR1
     add 539eee9  Temporarily disable kafka-sasl & kafka-ssl tests due to #3239
     add 8d343bd  Re-enable Kafka ssl sasl tests (#3252)
     add d7c3737  Debezium tests are using JUnit 4 Assertions and Assumptions #3289
     add ff97e82  Sql tests with external oracle database fail #3256
     add 3d59cbc  Updated CHANGELOG.md
     add 5c7f70b  Hacktoberfest 2021 label removal
     add 17cda62  Improve Release guide
     add 47f9ac6  Avoid using Camel Salesforce DTO types as the return type or method parameters in integration tests
     add 809e7c7  Remove management of netty-tcnative-boringssl-static
     add ee8ef27  Updated CHANGELOG.md
     add d703bb5  Updated CHANGELOG.md
     add 9a80835  Revert "Fixup 218bef4 Special fix for JMS extensions depending on"
     add b2755b3  Updated CHANGELOG.md
     add 53947b6  Updated CHANGELOG.md
     add a9d36a8  Make the dependency management more consistent #3302
     add 34e43c6  Add route configuration test coverage for endpoint route builder #2078
     add 2634a06  Upgrade Quarkus to 2.5.0.Final
     add 3ee7372  Fix broken links to SmallRye Reactive Messaging documentation
     add 1584a7b  Upgrade Camel to 3.13.0
     add d80b60c  Use hard coded azure-bom version property since it has been removed from camel-parent & camel-dependencies
     add 556887f  Disable AtlasMap native tests due to #3189
     add 6f670fc  Disable MicroProfileHealthTest.testFailureThreshold due to #3277
     add 135c76a  Disable docs xref checks until #3307 is fixed
     add 1a7f50b  Enable Atlasmap tests and fix loading URL resources in native mode fixes #3189
     add 62805ab  Update Atlasmaps reflective class build configuration due to Atlasmap 2.3.x improvements
     add 9266d52  Use Atlasmap jandex index for atlasmap bean discovery Fixes #2578
     add d865284  Upgrade Quarkus Qpid JMS to 0.30.0
     add cda142b  Updated CHANGELOG.md
     new 354792c  Upgrade Camel to 3.14.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   (3420153)
            \
             N -- N -- N   refs/heads/camel-main (354792c)

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:
 .asf.yaml                                          |   1 -
 CHANGELOG.md                                       |  30 ++++
 docs/antora-playbook-dev.yml                       |   2 +-
 docs/antora-playbook.yml                           |   6 +-
 docs/antora.yml                                    |   8 +-
 .../pages/contributor-guide/release-guide.adoc     |  15 +-
 .../extensions/smallrye-reactive-messaging.adoc    |   4 +-
 docs/pom.xml                                       |   2 +
 .../deployment/CamelContextCustomizerTest.java     |   2 +-
 .../atlasmap/deployment/AtlasmapProcessor.java     |  15 +-
 .../component/atlasmap/graalvm/Substitutions.java  |  32 ++++
 .../component/kafka/deployment/KafkaProcessor.java |   7 +-
 .../deployment/OptaplannerProcessor.java           |   1 +
 .../salesforce/deployment/SalesforceProcessor.java |  32 ++--
 .../runtime/src/main/doc/usage.adoc                |   4 +-
 .../camel/quarkus/component/aws2/Aws2S3Test.java   |  52 +++++-
 ...onfigurationsEndpointConfigurationBuilder.java} |  13 +-
 ...> RouteConfigurationsEndpointRouteBuilder.java} |  27 +--
 .../RouteConfigurationsResource.java               |   8 +
 .../RouteConfigurationsTest.java                   |  11 ++
 integration-tests-support/azure/pom.xml            |   6 +
 .../quarkus/component/atlasmap/it/AtlasmapIT.java  |   3 +-
 .../debezium/common/it/AbstractDebeziumTest.java   |  10 +-
 .../common/it/mongodb/DebeziumMongodbTest.java     |  16 +-
 .../common/it/sqlserver/DebeziumSqlserverTest.java |  14 +-
 .../quarkus/component/fop/it/FopResource.java      |  16 +-
 .../src/main/resources/application.properties      |   2 +-
 .../infinispan/InfinispanServerTestResource.java   |   2 +-
 .../kafka/sasl/KafkaSaslSslTestResource.java       |   9 +
 .../quarkus/kafka/sasl/KafkaSaslTestResource.java  |  11 +-
 .../quarkus/kafka/ssl/KafkaSslTestResource.java    |   9 +
 .../component/salesforce/SalesforceResource.java   | 141 +++++++++------
 .../component/salesforce/SalesforceTest.java       | 196 +++++++++++++--------
 .../src/test/resources/mappings/getAccount.json    |   2 +-
 .../quarkus/component/sql/it/SqlResource.java      |   1 +
 .../sql/src/main/resources/sql/oracle/initDb.sql   |   6 +
 pom.xml                                            |  21 ++-
 poms/bom/pom.xml                                   |  37 +++-
 38 files changed, 511 insertions(+), 263 deletions(-)
 copy integration-test-groups/foundation/route-configurations/src/main/java/org/apache/camel/quarkus/core/it/routeconfigurations/{RouteConfigurationsConfigurationBuilder.java => RouteConfigurationsEndpointConfigurationBuilder.java} (69%)
 copy integration-test-groups/foundation/route-configurations/src/main/java/org/apache/camel/quarkus/core/it/routeconfigurations/{RouteConfigurationsRouteBuilder.java => RouteConfigurationsEndpointRouteBuilder.java} (56%)
 copy {integration-test-groups/foundation/direct => integration-tests/infinispan}/src/main/resources/application.properties (94%)

[camel-quarkus] 01/01: Upgrade Camel to 3.14.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 354792cded53ce5124b427d8c73c1e92e94506d4
Author: James Netherton <ja...@gmail.com>
AuthorDate: Thu Nov 18 07:31:39 2021 +0000

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

diff --git a/docs/antora-playbook-dev.yml b/docs/antora-playbook-dev.yml
index 97ac4b9..e23d3ef 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.13.x # replace ${camel.docs.branch}
+      - camel-3.14.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 da9b4b1..be4ea34 100644
--- a/docs/antora-playbook.yml
+++ b/docs/antora-playbook.yml
@@ -33,7 +33,7 @@ content:
 # The version/branch of main camel 'components' this version of camel-quarkus uses
   - url: https://github.com/apache/camel.git
     branches:
-      - camel-3.13.x # replace ${camel.docs.branch}
+      - camel-3.14.x # replace ${camel.docs.branch}
     start_paths:
       # eip
       - core/camel-core-engine/src/main/docs
@@ -50,7 +50,7 @@ content:
 # The camel-spring-boot version corresponding to the main camel 'components' version/branch
   - url: https://github.com/apache/camel-spring-boot.git
     branches:
-      - camel-spring-boot-3.13.x # replace ${camel.sb.docs.branch}
+      - camel-spring-boot-3.14.x # replace ${camel.sb.docs.branch}
     start_path: docs/components
 
 asciidoc:
diff --git a/docs/antora.yml b/docs/antora.yml
index bc1bbc6..637cdee 100644
--- a/docs/antora.yml
+++ b/docs/antora.yml
@@ -26,11 +26,11 @@ asciidoc:
   attributes:
     min-maven-version: 3.6.2 # replace ${min-maven-version}
     target-maven-version: 3.8.1 # replace ${target-maven-version}
-    camel-version: 3.13.0 # replace ${camel.version}
+    camel-version: 3.14.0-SNAPSHOT # replace ${camel.version}
     quarkus-version: 2.5.0.Final # replace ${quarkus.version}
     # attributes used in xrefs to other Antora components
-    cq-camel-components: 3.13.x@components # replace ${camel.docs.components.xref}
+    cq-camel-components: 3.14.x@components # replace ${camel.docs.components.xref}
     quarkus-examples-version: latest
     # indexTable common
-    indexer-version: 3.13.x # replace ${camel.docs.components.version}
+    indexer-version: 3.14.x # replace ${camel.docs.components.version}
     indexer-component: components
diff --git a/pom.xml b/pom.xml
index cefa355..c529324 100644
--- a/pom.xml
+++ b/pom.xml
@@ -23,7 +23,7 @@
     <parent>
         <groupId>org.apache.camel</groupId>
         <artifactId>camel-dependencies</artifactId>
-        <version>3.13.0</version>
+        <version>3.14.0-SNAPSHOT</version>
     </parent>
 
     <groupId>org.apache.camel.quarkus</groupId>
@@ -39,8 +39,8 @@
     <properties>
 
         <!-- Primary dependencies - maintained manually -->
-        <camel.major.minor>3.13</camel.major.minor> <!-- run after each change: cd docs && mvnd validate -->
-        <camel.version>${camel.major.minor}.0</camel.version>
+        <camel.major.minor>3.14</camel.major.minor> <!-- run after each change: cd docs && mvnd validate -->
+        <camel.version>${camel.major.minor}.0-SNAPSHOT</camel.version>
         <camel.docs.components.version>${camel.major.minor}.x</camel.docs.components.version><!-- the version in Camel's docs/components/antora.yml -->
         <camel.docs.components.xref>${camel.docs.components.version}@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 camel branch on which our Antora docs depends -->