You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by pp...@apache.org on 2021/02/10 23:32:30 UTC

[camel-quarkus] branch master updated (2f62a7a -> 98669e4)

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

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


    from 2f62a7a  Disable azure itest native builds until issues are fixed:
     new 349a86e  Azure EventHubs native build fails with Quarkus 1.12 #2204
     new 98669e4  Workaround for #2207

The 2 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:
 .../netty/deployment/ReactorNettySupportProcessor.java        |  3 +++
 integration-tests/azure-eventhubs/pom.xml                     | 11 +++++++----
 integration-tests/azure-storage-blob/pom.xml                  | 11 +++++++----
 integration-tests/azure-storage-queue/pom.xml                 | 11 +++++++----
 4 files changed, 24 insertions(+), 12 deletions(-)


[camel-quarkus] 02/02: Workaround for #2207

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

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

commit 98669e4874ca4e3004c25e84a3617120089199e1
Author: Peter Palaga <pp...@redhat.com>
AuthorDate: Wed Feb 10 21:50:39 2021 +0100

    Workaround for #2207
---
 integration-tests/azure-eventhubs/pom.xml     | 11 +++++++----
 integration-tests/azure-storage-blob/pom.xml  | 11 +++++++----
 integration-tests/azure-storage-queue/pom.xml | 11 +++++++----
 3 files changed, 21 insertions(+), 12 deletions(-)

diff --git a/integration-tests/azure-eventhubs/pom.xml b/integration-tests/azure-eventhubs/pom.xml
index e2276fe..f85884b 100644
--- a/integration-tests/azure-eventhubs/pom.xml
+++ b/integration-tests/azure-eventhubs/pom.xml
@@ -34,6 +34,13 @@
 
     <dependencyManagement>
         <dependencies>
+            <dependency><!-- Workaround for https://github.com/apache/camel-quarkus/issues/2207 -->
+                <groupId>com.fasterxml.jackson</groupId>
+                <artifactId>jackson-bom</artifactId>
+                <version>2.11.3</version>
+                <scope>import</scope>
+                <type>pom</type>
+            </dependency>
             <dependency>
                 <groupId>org.apache.camel.quarkus</groupId>
                 <artifactId>camel-quarkus-bom-test</artifactId>
@@ -104,9 +111,6 @@
         </dependency>
     </dependencies>
 
-    <!-- TODO: Enable when the following issues are resolved:
-        - https://github.com/apache/camel-quarkus/issues/2204
-        - https://github.com/apache/camel-quarkus/issues/2207
     <profiles>
         <profile>
             <id>native</id>
@@ -136,6 +140,5 @@
             </build>
         </profile>
     </profiles>
-    -->
 
 </project>
diff --git a/integration-tests/azure-storage-blob/pom.xml b/integration-tests/azure-storage-blob/pom.xml
index 2c6d358..4e555c7 100644
--- a/integration-tests/azure-storage-blob/pom.xml
+++ b/integration-tests/azure-storage-blob/pom.xml
@@ -31,6 +31,13 @@
 
     <dependencyManagement>
         <dependencies>
+            <dependency><!-- Workaround for https://github.com/apache/camel-quarkus/issues/2207 -->
+                <groupId>com.fasterxml.jackson</groupId>
+                <artifactId>jackson-bom</artifactId>
+                <version>2.11.3</version>
+                <scope>import</scope>
+                <type>pom</type>
+            </dependency>
             <dependency>
                 <groupId>org.apache.camel.quarkus</groupId>
                 <artifactId>camel-quarkus-bom-test</artifactId>
@@ -84,9 +91,6 @@
         </dependency>
     </dependencies>
 
-    <!-- TODO: Enable when the following issues are resolved:
-        - https://github.com/apache/camel-quarkus/issues/2204
-        - https://github.com/apache/camel-quarkus/issues/2207
     <profiles>
         <profile>
             <id>native</id>
@@ -116,6 +120,5 @@
             </build>
         </profile>
     </profiles>
-    -->
 
 </project>
diff --git a/integration-tests/azure-storage-queue/pom.xml b/integration-tests/azure-storage-queue/pom.xml
index b4d1b5a..245058a 100644
--- a/integration-tests/azure-storage-queue/pom.xml
+++ b/integration-tests/azure-storage-queue/pom.xml
@@ -31,6 +31,13 @@
 
     <dependencyManagement>
         <dependencies>
+            <dependency><!-- Workaround for https://github.com/apache/camel-quarkus/issues/2207 -->
+                <groupId>com.fasterxml.jackson</groupId>
+                <artifactId>jackson-bom</artifactId>
+                <version>2.11.3</version>
+                <scope>import</scope>
+                <type>pom</type>
+            </dependency>
             <dependency>
                 <groupId>org.apache.camel.quarkus</groupId>
                 <artifactId>camel-quarkus-bom-test</artifactId>
@@ -84,9 +91,6 @@
         </dependency>
     </dependencies>
 
-    <!-- TODO: Enable when the following issues are resolved:
-        - https://github.com/apache/camel-quarkus/issues/2204
-        - https://github.com/apache/camel-quarkus/issues/2207
     <profiles>
         <profile>
             <id>native</id>
@@ -116,6 +120,5 @@
             </build>
         </profile>
     </profiles>
-    -->
 
 </project>


[camel-quarkus] 01/02: Azure EventHubs native build fails with Quarkus 1.12 #2204

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

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

commit 349a86edb3f599ed5289cd2163273436da74850f
Author: Peter Palaga <pp...@redhat.com>
AuthorDate: Fri Feb 5 16:01:06 2021 +0100

    Azure EventHubs native build fails with Quarkus 1.12 #2204
---
 .../support/reactor/netty/deployment/ReactorNettySupportProcessor.java | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/extensions-support/reactor-netty/deployment/src/main/java/org/apache/camel/quarkus/support/reactor/netty/deployment/ReactorNettySupportProcessor.java b/extensions-support/reactor-netty/deployment/src/main/java/org/apache/camel/quarkus/support/reactor/netty/deployment/ReactorNettySupportProcessor.java
index d8c4fb8..fdca2d1 100644
--- a/extensions-support/reactor-netty/deployment/src/main/java/org/apache/camel/quarkus/support/reactor/netty/deployment/ReactorNettySupportProcessor.java
+++ b/extensions-support/reactor-netty/deployment/src/main/java/org/apache/camel/quarkus/support/reactor/netty/deployment/ReactorNettySupportProcessor.java
@@ -35,7 +35,10 @@ public class ReactorNettySupportProcessor {
     @BuildStep
     void runtimeInitializedClasses(BuildProducer<RuntimeInitializedClassBuildItem> runtimeInitializedClasses) {
         Stream.of(
+
                 "io.netty.util.NetUtil", // TODO: move this to quarkus-netty https://github.com/apache/camel-quarkus/issues/2142
+                "io.netty.channel.socket.InternetProtocolFamily", // TODO: move this to quarkus-netty https://github.com/apache/camel-quarkus/issues/2142
+                "io.netty.channel.socket.nio.ProtocolFamilyConverter$1", // TODO: move this to quarkus-netty https://github.com/apache/camel-quarkus/issues/2142
 
                 "reactor.netty.http.client.HttpClient",
                 "reactor.netty.tcp.TcpClient",