[camel-quarkus] 07/33: Fix in cxf-soap-client

2023-04-25 Thread github-bot
This is an automated email from the ASF dual-hosted git repository.

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

commit beae6109eeb1cf279bc10fd522c976a4c6d2985c
Author: JiriOndrusek 
AuthorDate: Tue Mar 28 09:58:37 2023 +0200

Fix in cxf-soap-client
---
 .../src/main/resources/wsdl/CalculatorService.wsdl | 18 --
 .../cxf/soap/client/it/CxfSoapClientTest.java  |  2 +-
 poms/bom/pom.xml   | 18 ++
 poms/bom/src/main/generated/flattened-full-pom.xml | 18 ++
 poms/bom/src/main/generated/flattened-reduced-pom.xml  | 18 ++
 5 files changed, 55 insertions(+), 19 deletions(-)

diff --git 
a/integration-test-groups/cxf-soap/cxf-soap-client/src/main/resources/wsdl/CalculatorService.wsdl
 
b/integration-test-groups/cxf-soap/cxf-soap-client/src/main/resources/wsdl/CalculatorService.wsdl
index 43455b0449..eb50ff2c8c 100644
--- 
a/integration-test-groups/cxf-soap/cxf-soap-client/src/main/resources/wsdl/CalculatorService.wsdl
+++ 
b/integration-test-groups/cxf-soap/cxf-soap-client/src/main/resources/wsdl/CalculatorService.wsdl
@@ -1,22 +1,4 @@
 http://www.w3.org/2001/XMLSchema"; 
xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/"; 
xmlns:tns="http://www.jboss.org/eap/quickstarts/wscalculator/Calculator"; 
xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/"; 
xmlns:ns1="http://schemas.xmlsoap.org/soap/http"; name="CalculatorService" 
targetNamespace="http://www.jboss.org/eap/quickstarts/wscalculator/Calculator";>
-
   
 http://www.w3.org/2001/XMLSchema"; 
xmlns:tns="http://www.jboss.org/eap/quickstarts/wscalculator/Calculator"; 
elementFormDefault="unqualified" 
targetNamespace="http://www.jboss.org/eap/quickstarts/wscalculator/Calculator"; 
version="1.0">
 
diff --git 
a/integration-test-groups/cxf-soap/cxf-soap-client/src/test/java/org/apache/camel/quarkus/component/cxf/soap/client/it/CxfSoapClientTest.java
 
b/integration-test-groups/cxf-soap/cxf-soap-client/src/test/java/org/apache/camel/quarkus/component/cxf/soap/client/it/CxfSoapClientTest.java
index f17e279f7c..96375417ee 100644
--- 
a/integration-test-groups/cxf-soap/cxf-soap-client/src/test/java/org/apache/camel/quarkus/component/cxf/soap/client/it/CxfSoapClientTest.java
+++ 
b/integration-test-groups/cxf-soap/cxf-soap-client/src/test/java/org/apache/camel/quarkus/component/cxf/soap/client/it/CxfSoapClientTest.java
@@ -53,7 +53,7 @@ class CxfSoapClientTest {
 .post("/cxf-soap/client/simple")
 .then()
 .statusCode(201)
-.body(equalTo("3"));
+.body(equalTo("12"));
 }
 
 @ParameterizedTest
diff --git a/poms/bom/pom.xml b/poms/bom/pom.xml
index 2b788e1d5c..fe88e996e6 100644
--- a/poms/bom/pom.xml
+++ b/poms/bom/pom.xml
@@ -2119,6 +2119,24 @@
 org.apache.camel
 camel-salesforce
 ${camel.version}
+
+
+com.google.android
+annotations
+
+
+com.google.code.findbugs
+jsr305
+
+
+org.checkerframework
+checker-qual
+
+
+org.codehaus.mojo
+animal-sniffer-annotations
+
+
 
 
 org.apache.camel
diff --git a/poms/bom/src/main/generated/flattened-full-pom.xml 
b/poms/bom/src/main/generated/flattened-full-pom.xml
index 03b2d1df5b..b9c400f80e 100644
--- a/poms/bom/src/main/generated/flattened-full-pom.xml
+++ b/poms/bom/src/main/generated/flattened-full-pom.xml
@@ -2052,6 +2052,24 @@
 org.apache.camel
 camel-salesforce
 4.0.0-SNAPSHOT
+
+  
+com.google.android
+annotations
+  
+  
+com.google.code.findbugs
+jsr305
+  
+  
+org.checkerframework
+checker-qual
+  
+  
+org.codehaus.mojo
+animal-sniffer-annotations
+  
+
   
   
 org.apache.camel
diff --git a/poms/bom/src/main/generated/flattened-reduced-pom.xml 
b/poms/bom/src/main/generated/flattened-reduced-pom.xml
index c878ab8560..1d10d75905 100644
--- a/poms/bom/src/main/generated/flattened-reduced-pom.xml
+++ b/poms/bom/src/main/generated/flattened-reduced-pom.xml
@@ -2052,6 +2052,24 @@
 org.apache.camel
 camel-salesforce
 4.0.0-SNAPSHOT
+
+  
+com.google.android
+annotations
+  
+  
+com.google.code.findbugs
+jsr305
+  
+  
+org.checkerframework
+ 

[camel-quarkus] 07/33: Fix in cxf-soap-client

2023-04-24 Thread github-bot
This is an automated email from the ASF dual-hosted git repository.

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

commit 4d37bba60e9caa5906b543ffd0c72c3c85d3e394
Author: JiriOndrusek 
AuthorDate: Tue Mar 28 09:58:37 2023 +0200

Fix in cxf-soap-client
---
 .../src/main/resources/wsdl/CalculatorService.wsdl | 18 --
 .../cxf/soap/client/it/CxfSoapClientTest.java  |  2 +-
 poms/bom/pom.xml   | 18 ++
 poms/bom/src/main/generated/flattened-full-pom.xml | 18 ++
 poms/bom/src/main/generated/flattened-reduced-pom.xml  | 18 ++
 5 files changed, 55 insertions(+), 19 deletions(-)

diff --git 
a/integration-test-groups/cxf-soap/cxf-soap-client/src/main/resources/wsdl/CalculatorService.wsdl
 
b/integration-test-groups/cxf-soap/cxf-soap-client/src/main/resources/wsdl/CalculatorService.wsdl
index 43455b0449..eb50ff2c8c 100644
--- 
a/integration-test-groups/cxf-soap/cxf-soap-client/src/main/resources/wsdl/CalculatorService.wsdl
+++ 
b/integration-test-groups/cxf-soap/cxf-soap-client/src/main/resources/wsdl/CalculatorService.wsdl
@@ -1,22 +1,4 @@
 http://www.w3.org/2001/XMLSchema"; 
xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/"; 
xmlns:tns="http://www.jboss.org/eap/quickstarts/wscalculator/Calculator"; 
xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/"; 
xmlns:ns1="http://schemas.xmlsoap.org/soap/http"; name="CalculatorService" 
targetNamespace="http://www.jboss.org/eap/quickstarts/wscalculator/Calculator";>
-
   
 http://www.w3.org/2001/XMLSchema"; 
xmlns:tns="http://www.jboss.org/eap/quickstarts/wscalculator/Calculator"; 
elementFormDefault="unqualified" 
targetNamespace="http://www.jboss.org/eap/quickstarts/wscalculator/Calculator"; 
version="1.0">
 
diff --git 
a/integration-test-groups/cxf-soap/cxf-soap-client/src/test/java/org/apache/camel/quarkus/component/cxf/soap/client/it/CxfSoapClientTest.java
 
b/integration-test-groups/cxf-soap/cxf-soap-client/src/test/java/org/apache/camel/quarkus/component/cxf/soap/client/it/CxfSoapClientTest.java
index f17e279f7c..96375417ee 100644
--- 
a/integration-test-groups/cxf-soap/cxf-soap-client/src/test/java/org/apache/camel/quarkus/component/cxf/soap/client/it/CxfSoapClientTest.java
+++ 
b/integration-test-groups/cxf-soap/cxf-soap-client/src/test/java/org/apache/camel/quarkus/component/cxf/soap/client/it/CxfSoapClientTest.java
@@ -53,7 +53,7 @@ class CxfSoapClientTest {
 .post("/cxf-soap/client/simple")
 .then()
 .statusCode(201)
-.body(equalTo("3"));
+.body(equalTo("12"));
 }
 
 @ParameterizedTest
diff --git a/poms/bom/pom.xml b/poms/bom/pom.xml
index 2b788e1d5c..fe88e996e6 100644
--- a/poms/bom/pom.xml
+++ b/poms/bom/pom.xml
@@ -2119,6 +2119,24 @@
 org.apache.camel
 camel-salesforce
 ${camel.version}
+
+
+com.google.android
+annotations
+
+
+com.google.code.findbugs
+jsr305
+
+
+org.checkerframework
+checker-qual
+
+
+org.codehaus.mojo
+animal-sniffer-annotations
+
+
 
 
 org.apache.camel
diff --git a/poms/bom/src/main/generated/flattened-full-pom.xml 
b/poms/bom/src/main/generated/flattened-full-pom.xml
index 03b2d1df5b..b9c400f80e 100644
--- a/poms/bom/src/main/generated/flattened-full-pom.xml
+++ b/poms/bom/src/main/generated/flattened-full-pom.xml
@@ -2052,6 +2052,24 @@
 org.apache.camel
 camel-salesforce
 4.0.0-SNAPSHOT
+
+  
+com.google.android
+annotations
+  
+  
+com.google.code.findbugs
+jsr305
+  
+  
+org.checkerframework
+checker-qual
+  
+  
+org.codehaus.mojo
+animal-sniffer-annotations
+  
+
   
   
 org.apache.camel
diff --git a/poms/bom/src/main/generated/flattened-reduced-pom.xml 
b/poms/bom/src/main/generated/flattened-reduced-pom.xml
index c878ab8560..1d10d75905 100644
--- a/poms/bom/src/main/generated/flattened-reduced-pom.xml
+++ b/poms/bom/src/main/generated/flattened-reduced-pom.xml
@@ -2052,6 +2052,24 @@
 org.apache.camel
 camel-salesforce
 4.0.0-SNAPSHOT
+
+  
+com.google.android
+annotations
+  
+  
+com.google.code.findbugs
+jsr305
+  
+  
+org.checkerframework
+ 

[camel-quarkus] 07/33: Fix in cxf-soap-client

2023-04-24 Thread jiriondrusek
This is an automated email from the ASF dual-hosted git repository.

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

commit df66dd5313c99e65fce516f922a264ddcc260016
Author: JiriOndrusek 
AuthorDate: Tue Mar 28 09:58:37 2023 +0200

Fix in cxf-soap-client
---
 .../src/main/resources/wsdl/CalculatorService.wsdl | 18 --
 .../cxf/soap/client/it/CxfSoapClientTest.java  |  2 +-
 poms/bom/pom.xml   | 18 ++
 poms/bom/src/main/generated/flattened-full-pom.xml | 18 ++
 poms/bom/src/main/generated/flattened-reduced-pom.xml  | 18 ++
 5 files changed, 55 insertions(+), 19 deletions(-)

diff --git 
a/integration-test-groups/cxf-soap/cxf-soap-client/src/main/resources/wsdl/CalculatorService.wsdl
 
b/integration-test-groups/cxf-soap/cxf-soap-client/src/main/resources/wsdl/CalculatorService.wsdl
index 43455b0449..eb50ff2c8c 100644
--- 
a/integration-test-groups/cxf-soap/cxf-soap-client/src/main/resources/wsdl/CalculatorService.wsdl
+++ 
b/integration-test-groups/cxf-soap/cxf-soap-client/src/main/resources/wsdl/CalculatorService.wsdl
@@ -1,22 +1,4 @@
 http://www.w3.org/2001/XMLSchema"; 
xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/"; 
xmlns:tns="http://www.jboss.org/eap/quickstarts/wscalculator/Calculator"; 
xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/"; 
xmlns:ns1="http://schemas.xmlsoap.org/soap/http"; name="CalculatorService" 
targetNamespace="http://www.jboss.org/eap/quickstarts/wscalculator/Calculator";>
-
   
 http://www.w3.org/2001/XMLSchema"; 
xmlns:tns="http://www.jboss.org/eap/quickstarts/wscalculator/Calculator"; 
elementFormDefault="unqualified" 
targetNamespace="http://www.jboss.org/eap/quickstarts/wscalculator/Calculator"; 
version="1.0">
 
diff --git 
a/integration-test-groups/cxf-soap/cxf-soap-client/src/test/java/org/apache/camel/quarkus/component/cxf/soap/client/it/CxfSoapClientTest.java
 
b/integration-test-groups/cxf-soap/cxf-soap-client/src/test/java/org/apache/camel/quarkus/component/cxf/soap/client/it/CxfSoapClientTest.java
index f17e279f7c..96375417ee 100644
--- 
a/integration-test-groups/cxf-soap/cxf-soap-client/src/test/java/org/apache/camel/quarkus/component/cxf/soap/client/it/CxfSoapClientTest.java
+++ 
b/integration-test-groups/cxf-soap/cxf-soap-client/src/test/java/org/apache/camel/quarkus/component/cxf/soap/client/it/CxfSoapClientTest.java
@@ -53,7 +53,7 @@ class CxfSoapClientTest {
 .post("/cxf-soap/client/simple")
 .then()
 .statusCode(201)
-.body(equalTo("3"));
+.body(equalTo("12"));
 }
 
 @ParameterizedTest
diff --git a/poms/bom/pom.xml b/poms/bom/pom.xml
index 2b788e1d5c..fe88e996e6 100644
--- a/poms/bom/pom.xml
+++ b/poms/bom/pom.xml
@@ -2119,6 +2119,24 @@
 org.apache.camel
 camel-salesforce
 ${camel.version}
+
+
+com.google.android
+annotations
+
+
+com.google.code.findbugs
+jsr305
+
+
+org.checkerframework
+checker-qual
+
+
+org.codehaus.mojo
+animal-sniffer-annotations
+
+
 
 
 org.apache.camel
diff --git a/poms/bom/src/main/generated/flattened-full-pom.xml 
b/poms/bom/src/main/generated/flattened-full-pom.xml
index 03b2d1df5b..b9c400f80e 100644
--- a/poms/bom/src/main/generated/flattened-full-pom.xml
+++ b/poms/bom/src/main/generated/flattened-full-pom.xml
@@ -2052,6 +2052,24 @@
 org.apache.camel
 camel-salesforce
 4.0.0-SNAPSHOT
+
+  
+com.google.android
+annotations
+  
+  
+com.google.code.findbugs
+jsr305
+  
+  
+org.checkerframework
+checker-qual
+  
+  
+org.codehaus.mojo
+animal-sniffer-annotations
+  
+
   
   
 org.apache.camel
diff --git a/poms/bom/src/main/generated/flattened-reduced-pom.xml 
b/poms/bom/src/main/generated/flattened-reduced-pom.xml
index c878ab8560..1d10d75905 100644
--- a/poms/bom/src/main/generated/flattened-reduced-pom.xml
+++ b/poms/bom/src/main/generated/flattened-reduced-pom.xml
@@ -2052,6 +2052,24 @@
 org.apache.camel
 camel-salesforce
 4.0.0-SNAPSHOT
+
+  
+com.google.android
+annotations
+  
+  
+com.google.code.findbugs
+jsr305
+  
+  
+org.checkerframework
+