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 2023/05/11 06:44:45 UTC

[camel-quarkus] branch main updated: Upgrade to quay.io/l2x6/calculator-ws:1.2

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

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


The following commit(s) were added to refs/heads/main by this push:
     new 47c33ff32f Upgrade to quay.io/l2x6/calculator-ws:1.2
47c33ff32f is described below

commit 47c33ff32f273406bc8058d86e90506d1bcb64dc
Author: Peter Palaga <pp...@redhat.com>
AuthorDate: Wed May 10 22:44:04 2023 +0200

    Upgrade to quay.io/l2x6/calculator-ws:1.2
---
 .../quarkus/component/cxf/soap/client/it/CxfClientTestResource.java     | 2 +-
 .../component/cxf/soap/wss/client/it/CxfWssClientTestResource.java      | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/integration-test-groups/cxf-soap/cxf-soap-client/src/test/java/org/apache/camel/quarkus/component/cxf/soap/client/it/CxfClientTestResource.java b/integration-test-groups/cxf-soap/cxf-soap-client/src/test/java/org/apache/camel/quarkus/component/cxf/soap/client/it/CxfClientTestResource.java
index 2d08a62502..b96564cdd0 100644
--- a/integration-test-groups/cxf-soap/cxf-soap-client/src/test/java/org/apache/camel/quarkus/component/cxf/soap/client/it/CxfClientTestResource.java
+++ b/integration-test-groups/cxf-soap/cxf-soap-client/src/test/java/org/apache/camel/quarkus/component/cxf/soap/client/it/CxfClientTestResource.java
@@ -39,7 +39,7 @@ public class CxfClientTestResource implements QuarkusTestResourceLifecycleManage
         final String BASIC_AUTH_PASSWORD = UUID.randomUUID().toString();
 
         try {
-            calculatorContainer = new GenericContainer<>("quay.io/l2x6/calculator-ws:1.1")
+            calculatorContainer = new GenericContainer<>("quay.io/l2x6/calculator-ws:1.2")
                     .withExposedPorts(WILDFLY_PORT)
                     .withEnv("BASIC_AUTH_USER", BASIC_AUTH_USER)
                     .withEnv("BASIC_AUTH_PASSWORD", BASIC_AUTH_PASSWORD)
diff --git a/integration-test-groups/cxf-soap/cxf-soap-ws-security-client/src/test/java/org/apache/camel/quarkus/component/cxf/soap/wss/client/it/CxfWssClientTestResource.java b/integration-test-groups/cxf-soap/cxf-soap-ws-security-client/src/test/java/org/apache/camel/quarkus/component/cxf/soap/wss/client/it/CxfWssClientTestResource.java
index 3e70613e19..fbb8ffdc0c 100644
--- a/integration-test-groups/cxf-soap/cxf-soap-ws-security-client/src/test/java/org/apache/camel/quarkus/component/cxf/soap/wss/client/it/CxfWssClientTestResource.java
+++ b/integration-test-groups/cxf-soap/cxf-soap-ws-security-client/src/test/java/org/apache/camel/quarkus/component/cxf/soap/wss/client/it/CxfWssClientTestResource.java
@@ -40,7 +40,7 @@ public class CxfWssClientTestResource implements QuarkusTestResourceLifecycleMan
 
         try {
             try {
-                calculatorContainer = new GenericContainer<>("quay.io/l2x6/calculator-ws:1.1")
+                calculatorContainer = new GenericContainer<>("quay.io/l2x6/calculator-ws:1.2")
                         .withEnv("WSS_USER", user)
                         .withEnv("WSS_PASSWORD", password)
                         .withLogConsumer(new Slf4jLogConsumer(log))