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

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


    from f5f407bbcc Use quarkus-bom managed bcprov-jdk18on instead of 
bcprov-ext-jdk18on
     add 2861494824 Refeflect correct usage of CXF SOAP in routes in tests

No new revisions were added by this update.

Summary of changes:
 .../cxf-soap/cxf-soap-server/pom.xml               | 17 ++++++
 .../cxf/soap/server/it/CxfSoapRoutes.java          | 61 +++++++++++++++-------
 .../it/{EchoService.java => TextService.java}      |  8 +--
 .../{EchoServiceImpl.java => TextServiceImpl.java} | 12 +++--
 .../cxf/soap/server/it/CxfSoapServiceTest.java     | 24 +++++----
 5 files changed, 85 insertions(+), 37 deletions(-)
 rename 
integration-test-groups/cxf-soap/cxf-soap-server/src/main/java/org/apache/camel/quarkus/component/cxf/soap/server/it/{EchoService.java
 => TextService.java} (83%)
 rename 
integration-test-groups/cxf-soap/cxf-soap-server/src/main/java/org/apache/camel/quarkus/component/cxf/soap/server/it/{EchoServiceImpl.java
 => TextServiceImpl.java} (73%)

Reply via email to