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 2023/06/05 07:38:20 UTC

[camel-quarkus] branch quarkus-main updated (943f3c57f9 -> 6250e9c4ce)

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

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


 discard 943f3c57f9 Upgrade Quarkus to 3.2.0.CR1
     add 11650d6739 Added link to get started with Camel in general.
     add 2a09aed8db Upgrade Debezium to 2.2.0.Final
     add b481e4c203 Disable DebeziumMysqlIT & DebeziumSqlserverIT due to #4638
     add 6da307d446 Updated CHANGELOG.md
     add 302945f053 Revert "Added link to get started with Camel in general."
     add 1a48ee7eae Bump quarkiverse-cxf.version from 2.0.4 to 2.1.0
     add 015895029d Auto generated changes for dependabot commit 647cbfe1ac4ad5b048bdcaf669a5e07d73681087
     add 671410db0a Revert "file: disabling idempotent test in order to experiment around flakiness #3584 (#4762)"
     add 8f72af5e8a Fix link to use xref for general getting started.
     add 4c1427edc5 Cxf-soap: Extend test coverage with Converter scenario #4652
     add f4d17b3d26 Updated CHANGELOG.md
     add 0702cfe19a Bump quarkiverse-jsch.version from 3.0.0 to 3.0.1 (#4948)
     add 998b0f5b61 Fix broken formatting on the CXF extension page
     add 23df27d7ea Updated CHANGELOG.md
     add e48fe7a62b Bump quarkiverse-minio.version from 3.0.2 to 3.1.0.Final (#4952)
     add 1081f97a34 Updated CHANGELOG.md
     add d53fa4d3e8 Bump formatter-maven-plugin from 2.22.0 to 2.23.0
     add 98a23c3834 Updated CHANGELOG.md
     add df13ea0cdd Regen SBOM from commit 98a23c3834c4164a767cfb3d2c6eedd9c17b7492
     add da04acd1cf Updated CHANGELOG.md
     new 20f753d3b1 Upgrade Quarkus to 3.2.0.CR1
     new 3f9a81749b Disable MyBatis testing due to #4945
     new 6250e9c4ce Disable jta-jpa example testing due to #4945

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   (943f3c57f9)
            \
             N -- N -- N   refs/heads/quarkus-main (6250e9c4ce)

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 3 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:
 .github/workflows/quarkus-master-cron.yaml         |   1 +
 CHANGELOG.md                                       |  12 +
 README.adoc                                        |   2 +
 camel-quarkus-sbom/camel-quarkus-sbom.json         | 971 ++++++++++++---------
 camel-quarkus-sbom/camel-quarkus-sbom.xml          | 895 ++++++++++---------
 .../ROOT/pages/reference/extensions/cxf-soap.adoc  |  19 +-
 docs/modules/ROOT/pages/user-guide/index.adoc      |   2 +
 .../deployment/DebeziumSupportProcessor.java       |   7 +
 .../cxf-soap/runtime/src/main/doc/usage.adoc       |  19 +-
 .../cxf-soap/cxf-soap-converter}/pom.xml           |  32 +-
 .../converter/it/CxfSoapConverterResource.java}    |  21 +-
 .../soap/converter/it/CxfSoapConverterRoutes.java  | 158 ++++
 .../src/main/resources/application.properties      |   5 +-
 .../src/main/resources/wsdl/person.wsdl            | 196 +++++
 .../cxf/soap/converter/it/CxfSoapConverterIT.java} |   4 +-
 .../soap/converter/it/CxfSoapConverterTest.java}   |  25 +-
 integration-test-groups/cxf-soap/pom.xml           |   1 +
 integration-tests/cxf-soap-grouped/pom.xml         |   4 +
 integration-tests/debezium/pom.xml                 |   5 +
 .../common/it/AbstractDebeziumResource.java        |  12 +-
 .../debezium/common/it/DebeziumMysqlResource.java  |   4 +-
 .../common/it/DebeziumSqlserverResource.java       |   8 +-
 .../it/mongodb/DebeziumMongodbTestResource.java    |  45 +-
 .../debezium/common/it/mysql/DebeziumMysqlIT.java  |   2 +
 .../common/it/sqlserver/DebeziumSqlserverIT.java   |   2 +
 .../debezium/src/test/resources/initMongodb.txt    |   2 +-
 .../camel/quarkus/component/file/it/FileTest.java  |   2 -
 .../quarkus/component/mybatis/it/MyBatisIT.java    |   2 +
 .../quarkus/component/mybatis/it/MyBatisTest.java  |   2 +
 pom.xml                                            |  12 +-
 poms/bom/src/main/generated/flattened-full-pom.xml | 881 ++++++++++---------
 .../src/main/generated/flattened-reduced-pom.xml   |  95 +-
 .../generated/flattened-reduced-verbose-pom.xml    | 609 ++++++-------
 33 files changed, 2354 insertions(+), 1703 deletions(-)
 copy {integration-tests/protobuf => integration-test-groups/cxf-soap/cxf-soap-converter}/pom.xml (86%)
 copy integration-test-groups/cxf-soap/{cxf-soap-ws-security-client/src/main/java/org/apache/camel/quarkus/component/cxf/soap/wss/client/it/CxfSoapWssClientResource.java => cxf-soap-converter/src/main/java/org/apache/camel/quarkus/component/cxf/soap/converter/it/CxfSoapConverterResource.java} (70%)
 create mode 100644 integration-test-groups/cxf-soap/cxf-soap-converter/src/main/java/org/apache/camel/quarkus/component/cxf/soap/converter/it/CxfSoapConverterRoutes.java
 copy integration-test-groups/cxf-soap/{cxf-soap-ws-security-client => cxf-soap-converter}/src/main/resources/application.properties (84%)
 create mode 100644 integration-test-groups/cxf-soap/cxf-soap-converter/src/main/resources/wsdl/person.wsdl
 copy integration-test-groups/{dataformats-json/json-gson/src/test/java/org/apache/camel/quarkus/component/dataformats/json/gson/GsonJsonIT.java => cxf-soap/cxf-soap-converter/src/test/java/org/apache/camel/quarkus/component/cxf/soap/converter/it/CxfSoapConverterIT.java} (88%)
 copy integration-test-groups/cxf-soap/{cxf-soap-ssl/src/test/java/org/apache/camel/quarkus/component/cxf/soap/ssl/it/CxfSoapGlobalTrustedSslTest.java => cxf-soap-converter/src/test/java/org/apache/camel/quarkus/component/cxf/soap/converter/it/CxfSoapConverterTest.java} (60%)


[camel-quarkus] 02/03: Disable MyBatis testing due to #4945

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

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

commit 3f9a81749b68f0a8b00c2b714781a421ee333ee1
Author: James Netherton <ja...@gmail.com>
AuthorDate: Mon Jun 5 07:54:03 2023 +0100

    Disable MyBatis testing due to #4945
---
 .../java/org/apache/camel/quarkus/component/mybatis/it/MyBatisIT.java   | 2 ++
 .../java/org/apache/camel/quarkus/component/mybatis/it/MyBatisTest.java | 2 ++
 2 files changed, 4 insertions(+)

diff --git a/integration-tests/mybatis/src/test/java/org/apache/camel/quarkus/component/mybatis/it/MyBatisIT.java b/integration-tests/mybatis/src/test/java/org/apache/camel/quarkus/component/mybatis/it/MyBatisIT.java
index 5fe3170c5b..98ced5e24d 100644
--- a/integration-tests/mybatis/src/test/java/org/apache/camel/quarkus/component/mybatis/it/MyBatisIT.java
+++ b/integration-tests/mybatis/src/test/java/org/apache/camel/quarkus/component/mybatis/it/MyBatisIT.java
@@ -17,7 +17,9 @@
 package org.apache.camel.quarkus.component.mybatis.it;
 
 import io.quarkus.test.junit.QuarkusIntegrationTest;
+import org.junit.jupiter.api.Disabled;
 
+@Disabled("https://github.com/apache/camel-quarkus/issues/4945")
 @QuarkusIntegrationTest
 public class MyBatisIT extends MyBatisTest {
 }
diff --git a/integration-tests/mybatis/src/test/java/org/apache/camel/quarkus/component/mybatis/it/MyBatisTest.java b/integration-tests/mybatis/src/test/java/org/apache/camel/quarkus/component/mybatis/it/MyBatisTest.java
index e9f9bcc457..d88a74f2fd 100644
--- a/integration-tests/mybatis/src/test/java/org/apache/camel/quarkus/component/mybatis/it/MyBatisTest.java
+++ b/integration-tests/mybatis/src/test/java/org/apache/camel/quarkus/component/mybatis/it/MyBatisTest.java
@@ -28,10 +28,12 @@ import io.quarkus.test.junit.QuarkusTest;
 import io.restassured.RestAssured;
 import io.restassured.http.ContentType;
 import org.apache.camel.quarkus.component.mybatis.it.entity.Account;
+import org.junit.jupiter.api.Disabled;
 import org.junit.jupiter.api.Test;
 
 import static org.hamcrest.Matchers.equalTo;
 
+@Disabled("https://github.com/apache/camel-quarkus/issues/4945")
 @QuarkusTest
 @QuarkusTestResource(H2DatabaseTestResource.class)
 public class MyBatisTest {


[camel-quarkus] 03/03: Disable jta-jpa example testing due to #4945

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

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

commit 6250e9c4ceb6417a65217c3e3b949b95d1b1af53
Author: James Netherton <ja...@gmail.com>
AuthorDate: Mon Jun 5 08:24:04 2023 +0100

    Disable jta-jpa example testing due to #4945
---
 .github/workflows/quarkus-master-cron.yaml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.github/workflows/quarkus-master-cron.yaml b/.github/workflows/quarkus-master-cron.yaml
index ed16c129cf..bef4dd1494 100644
--- a/.github/workflows/quarkus-master-cron.yaml
+++ b/.github/workflows/quarkus-master-cron.yaml
@@ -403,6 +403,7 @@ jobs:
           git clone --depth 1 --branch ${EXAMPLES_BRANCH} https://github.com/apache/camel-quarkus-examples.git \
             && cd camel-quarkus-examples \
             && echo "Current Examples commit:" $(git rev-parse HEAD) \
+            && sed -i '0,/<\/properties>/s/<\/properties>/    <skipTests>true<\/skipTests>\n    <\/properties>/' jta-jpa/pom.xml \
             && ./mvnw ${CQ_MAVEN_ARGS} ${BRANCH_OPTIONS} org.l2x6.cq:cq-maven-plugin:2.10.0:examples-set-platform -Dcq.camel-quarkus.version=${CQ_VERSION} \
             && ./mvnw-for-each.sh ${CQ_MAVEN_ARGS} ${BRANCH_OPTIONS} -Pnative,docker clean verify
       - name: Report Build Failure


[camel-quarkus] 01/03: Upgrade Quarkus to 3.2.0.CR1

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

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

commit 20f753d3b1136449c4535c1df6ead99c9f993722
Author: James Netherton <ja...@gmail.com>
AuthorDate: Tue May 30 08:05:35 2023 +0100

    Upgrade Quarkus to 3.2.0.CR1
---
 docs/antora.yml                                               | 2 +-
 pom.xml                                                       | 4 ++--
 poms/bom/src/main/generated/flattened-full-pom.xml            | 2 +-
 poms/bom/src/main/generated/flattened-reduced-pom.xml         | 2 +-
 poms/bom/src/main/generated/flattened-reduced-verbose-pom.xml | 2 +-
 5 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/docs/antora.yml b/docs/antora.yml
index c3024802fd..871fc97c52 100644
--- a/docs/antora.yml
+++ b/docs/antora.yml
@@ -30,7 +30,7 @@ asciidoc:
     # Project versions
     camel-version: 4.0.0-M3 # replace ${camel.version}
     camel-docs-version: ""
-    quarkus-version: 3.1.0.Final # replace ${quarkus.version}
+    quarkus-version: 999-SNAPSHOT # replace ${quarkus.version}
     graalvm-version: 22.3.2 # replace ${graalvm.version}
     graalvm-docs-version: 22.3
     min-maven-version: 3.8.2 # replace ${min-maven-version}
diff --git a/pom.xml b/pom.xml
index d8ca88028a..54e452c872 100644
--- a/pom.xml
+++ b/pom.xml
@@ -59,7 +59,7 @@
         <quarkiverse-mybatis.version>2.0.0</quarkiverse-mybatis.version><!-- https://repo1.maven.org/maven2/io/quarkiverse/mybatis/quarkus-mybatis-parent/ -->
         <quarkiverse-pooled-jms.version>2.0.1</quarkiverse-pooled-jms.version><!-- https://repo1.maven.org/maven2/io/quarkiverse/messaginghub/quarkus-pooled-jms-parent/ -->
         <quarkiverse-tika.version>2.0.0</quarkiverse-tika.version><!-- https://repo1.maven.org/maven2/io/quarkiverse/tika/quarkus-tika-parent/ -->
-        <quarkus.version>3.1.0.Final</quarkus.version><!-- https://repo1.maven.org/maven2/io/quarkus/quarkus-bom/ -->
+        <quarkus.version>999-SNAPSHOT</quarkus.version><!-- https://repo1.maven.org/maven2/io/quarkus/quarkus-bom/ -->
         <quarkus-hazelcast-client.version>3.0.0</quarkus-hazelcast-client.version><!-- https://repo1.maven.org/maven2/com/hazelcast/quarkus-hazelcast-client-bom/ -->
         <quarkus-qpid-jms.version>2.2.0</quarkus-qpid-jms.version><!-- https://repo1.maven.org/maven2/org/amqphub/quarkus/quarkus-qpid-jms-bom/ -->
 
@@ -136,7 +136,7 @@
         <reactor-core.version>3.4.27</reactor-core.version><!-- @sync com.azure:azure-core:${azure-core.version} dep:io.projectreactor:reactor-core -->
         <reactor-netty.version>${reactor-netty-version}</reactor-netty.version>
         <retrofit.version>2.9.0</retrofit.version><!-- @sync org.influxdb:influxdb-java:${influxdb.version} dep:com.squareup.retrofit2:retrofit -->
-        <smallrye.reactive.messaging.camel.version>4.5.0</smallrye.reactive.messaging.camel.version><!-- @sync io.quarkus:quarkus-bom:${quarkus.version} dep:io.smallrye.reactive:smallrye-reactive-messaging-provider -->
+        <smallrye.reactive.messaging.camel.version>4.6.0</smallrye.reactive.messaging.camel.version><!-- @sync io.quarkus:quarkus-bom:${quarkus.version} dep:io.smallrye.reactive:smallrye-reactive-messaging-provider -->
         <spring.version>${spring-version}</spring.version>
         <snakeyaml.version>2.0</snakeyaml.version><!-- @sync io.quarkus:quarkus-bom:${quarkus.version} dep:org.yaml:snakeyaml -->
         <tablesaw.version>0.43.1</tablesaw.version>
diff --git a/poms/bom/src/main/generated/flattened-full-pom.xml b/poms/bom/src/main/generated/flattened-full-pom.xml
index d113dbab1d..23d48d4743 100644
--- a/poms/bom/src/main/generated/flattened-full-pom.xml
+++ b/poms/bom/src/main/generated/flattened-full-pom.xml
@@ -6210,7 +6210,7 @@
       <dependency>
         <groupId>io.smallrye.reactive</groupId><!-- org.apache.camel.quarkus:camel-quarkus-bom:${project.version} -->
         <artifactId>smallrye-reactive-messaging-camel</artifactId><!-- org.apache.camel.quarkus:camel-quarkus-bom:${project.version} -->
-        <version>4.5.0</version><!-- org.apache.camel.quarkus:camel-quarkus-bom:${project.version} -->
+        <version>4.6.0</version><!-- org.apache.camel.quarkus:camel-quarkus-bom:${project.version} -->
       </dependency>
       <dependency>
         <groupId>jakarta.jms</groupId><!-- org.apache.camel.quarkus:camel-quarkus-bom:${project.version} -->
diff --git a/poms/bom/src/main/generated/flattened-reduced-pom.xml b/poms/bom/src/main/generated/flattened-reduced-pom.xml
index d44cbd7f47..7ba26ddf79 100644
--- a/poms/bom/src/main/generated/flattened-reduced-pom.xml
+++ b/poms/bom/src/main/generated/flattened-reduced-pom.xml
@@ -6210,7 +6210,7 @@
       <dependency>
         <groupId>io.smallrye.reactive</groupId>
         <artifactId>smallrye-reactive-messaging-camel</artifactId>
-        <version>4.5.0</version>
+        <version>4.6.0</version>
       </dependency>
       <dependency>
         <groupId>jakarta.jms</groupId>
diff --git a/poms/bom/src/main/generated/flattened-reduced-verbose-pom.xml b/poms/bom/src/main/generated/flattened-reduced-verbose-pom.xml
index 71ea800de3..c8b2a4d9f3 100644
--- a/poms/bom/src/main/generated/flattened-reduced-verbose-pom.xml
+++ b/poms/bom/src/main/generated/flattened-reduced-verbose-pom.xml
@@ -6210,7 +6210,7 @@
       <dependency>
         <groupId>io.smallrye.reactive</groupId><!-- org.apache.camel.quarkus:camel-quarkus-bom:${project.version} -->
         <artifactId>smallrye-reactive-messaging-camel</artifactId><!-- org.apache.camel.quarkus:camel-quarkus-bom:${project.version} -->
-        <version>4.5.0</version><!-- org.apache.camel.quarkus:camel-quarkus-bom:${project.version} -->
+        <version>4.6.0</version><!-- org.apache.camel.quarkus:camel-quarkus-bom:${project.version} -->
       </dependency>
       <dependency>
         <groupId>jakarta.jms</groupId><!-- org.apache.camel.quarkus:camel-quarkus-bom:${project.version} -->