You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by "jochenr (via GitHub)" <gi...@apache.org> on 2023/09/01 07:39:02 UTC

[GitHub] [camel-quarkus] jochenr commented on issue #5218: cxf-soap: after upgrade from Quarkus 3.0.3.Final to 3.2.4.Final @QuarkusTest and @QuarkusIntegrationTest tests not working any more

jochenr commented on issue #5218:
URL: https://github.com/apache/camel-quarkus/issues/5218#issuecomment-1702311254

   I did another reproducer:
   
   https://github.com/jochenr/camel-quarkus/tree/main/integration-test-groups/cxf-soap/cxf-soap-ws-security-server
   
   the idea of this reproducer is to use 
   https://github.com/apache/camel-quarkus/tree/3.2.x/integration-test-groups/cxf-soap/cxf-soap-ws-security-server
   and extend it to use SSL/https as in
   https://github.com/apache/camel-quarkus/tree/3.2.x/integration-test-groups/cxf-soap/cxf-soap-ssl
   
   so the combination of the "cxf-soap-ws-security-server" and "cxf-soap-ssl" tests
   
   Now I'm quite sure that the cause of the probloem is using 
   ```
   <dependency>
       <groupId>io.quarkiverse.cxf</groupId>
       <artifactId>quarkus-cxf-rt-ws-security</artifactId>
   </dependency>
   ```
   in an application that uses
   ```
   <dependency>
       <groupId>org.apache.camel.quarkus</groupId>
       <artifactId>camel-quarkus-cxf-soap</artifactId>
   </dependency>
   ```
   with ssl enabled in application.properties
   
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@camel.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org