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

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


 discard 82a090de87 [camel-main] fixed salesforce (CAMEL-18551), 
cxf-soap-client (updates in image)
 discard ae0e5b5724 Revert "Temporarily disable dataformat integration tests 
due to #4662"
    omit c03996381d Generated flattened pom + add more information into 
cxf-soap-client assert
    omit c73ceb6fa8 Fuxed Cxf-soap-client:missing licence in wsdl
    omit fe4fd3205b Fixed micrometer and opentelemtry test because of 
CAMEL-19124, CAMEL-19193
    omit 4db68d5cbc Fix in cxf-soap-client
    omit 1981c006f4 Fix in http component (caused by upgrade of httpclient)
    omit a4170ad144 Ref #1746: Groovy language native support
    omit d39138daa1 Add support of expressions referring an external resource
    omit 25ea7aaea1 Upgrade Camel to 4.0.0-M3
    omit f7ea134e77 Ref #4624: Upgrade to Groovy 4.x
    omit 465cc900a6 Ref #4384: Groovy DSL - Add support of Groovy extensions
     add 34bf4efd7d Complete vertx-http test coverage #4658 (#4708)
     add 19ca84d78e Upgrade to CXF test container quay.io/l2x6/calculator-ws:1.1
     add f6a6bc6f6c Test CXF client with HTTP BASIC authentication #4705
     add 939cc90613 Cxf-soap: Extend test coverage with Ssl scenario #4679
     add d34f7be109 Updated CHANGELOG.md
     new 77cfb871f8 Ref #4384: Groovy DSL - Add support of Groovy extensions
     new 44c4ee46a5 Ref #4624: Upgrade to Groovy 4.x
     new 9d77509706 Upgrade Camel to 4.0.0-M3
     new b90ba3e4f2 Add support of expressions referring an external resource
     new 0253100091 Ref #1746: Groovy language native support
     new a812810b95 Fix in http component (caused by upgrade of httpclient)
     new f54432e0c6 Fix in cxf-soap-client
     new e765e96d38 Fixed micrometer and opentelemtry test because of 
CAMEL-19124, CAMEL-19193
     new 31d0a8e545 Fuxed Cxf-soap-client:missing licence in wsdl
     new bed3995de3 Generated flattened pom + add more information into 
cxf-soap-client assert
     new b1c3af68f9 Revert "Temporarily disable dataformat integration tests 
due to #4662"
     new ec7f2244db [camel-main] fixed salesforce (CAMEL-18551), 
cxf-soap-client (updates in image)
     new 006e1abab6 Fixed  getter/setter on ExtendedCamelContext - CAMEL-15105

This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version.  This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:

 * -- * -- B -- O -- O -- O   (82a090de87)
            \
             N -- N -- N   refs/heads/camel-main (006e1abab6)

You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.

Any revisions marked "omit" are not gone; other references still
refer to them.  Any revisions marked "discard" are gone forever.

The 13 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:
 CHANGELOG.md                                       |   6 +
 .../pages/reference/extensions/vertx-http.adoc     |  15 +
 .../camel/quarkus/core/CamelContextRecorder.java   |   3 +-
 .../apache/camel/quarkus/core/ConsumeRecorder.java |   3 +-
 .../quarkus/component/kamelet/KameletRecorder.java |   2 +-
 .../runtime/CamelMicroProfileHealthRecorder.java   |   2 +-
 .../runtime/src/main/doc/configuration.adoc        |   8 +
 .../cxf/soap/client/it/CxfSoapClientResource.java  |  34 +-
 .../cxf/soap/client/it/CxfSoapClientRoutes.java    |  20 +
 .../src/main/resources/application.properties      |   6 +-
 .../wsdl/BasicAuthCalculatorService.wsdl}          |  42 +--
 .../src/main/resources/wsdl/CalculatorService.wsdl | 418 +++++++++++++--------
 .../cxf/soap/client/it/CxfClientTestResource.java  |  11 +-
 .../cxf/soap/client/it/CxfSoapClientTest.java      |  57 ++-
 .../pom.xml                                        | 129 +++++--
 .../cxf/soap/ssl/it/CxfSoapSslResource.java        |  62 +--
 .../cxf/soap/ssl/it/CxfSoapSslRoutes.java          | 209 +++++++++++
 .../component/cxf/soap/ssl/it/GreeterImpl.java     |   9 +-
 .../component/cxf/soap/ssl/it/GreeterService.java} |  10 +-
 .../src/main/resources/application.properties      |   6 +-
 .../cxf/soap/ssl/it/CxfSoapGlobalTrustedSslIT.java |   4 +-
 .../soap/ssl/it/CxfSoapGlobalTrustedSslTest.java   |  31 +-
 .../soap/ssl/it/CxfSoapGlobalUntrustedSslIT.java}  |   5 +-
 .../soap/ssl/it/CxfSoapGlobalUntrustedSslTest.java |  31 +-
 .../component/cxf/soap/ssl/it/CxfSoapSslIT.java}   |   5 +-
 .../component/cxf/soap/ssl/it/CxfSoapSslTest.java  |  65 ++++
 .../soap/wss/client/it/CxfSoapWssClientTest.java   |  16 +-
 .../wss/client/it/CxfWssClientTestResource.java    |   2 +-
 integration-test-groups/cxf-soap/pom.xml           |   1 +
 .../apache/camel/quarkus/core/CoreResource.java    |   3 +-
 .../component/direct/it/DirectResource.java        |   3 +-
 integration-tests/cxf-soap-grouped/pom.xml         |  62 +++
 integration-tests/http/pom.xml                     |   4 +
 .../quarkus/component/http/it/HttpResource.java    | 107 ++++++
 .../camel/quarkus/component/http/it/HttpRoute.java |   3 +
 .../quarkus/component/http/it/HttpService.java     |  59 +++
 ...e.java => VertxClientRelatedBeansProducer.java} |  36 +-
 .../http/src/main/resources/application.properties |   1 +
 .../camel/quarkus/component/http/it/HttpTest.java  |  67 ++++
 .../component/kamelet/it/KameletResource.java      |   2 +-
 .../it/health/MicroProfileHealthResource.java      |   2 +-
 .../test/junit5/RouteFilterPatternExcludeTest.java |   5 +-
 .../RouteFilterPatternIncludeExcludeTest.java      |   5 +-
 .../test/junit5/RouteFilterPatternIncludeTest.java |   5 +-
 .../patterns/SimpleWeaveAddMockLastTest.java       |   3 +-
 45 files changed, 1211 insertions(+), 368 deletions(-)
 create mode 100644 
extensions/vertx-http/runtime/src/main/doc/configuration.adoc
 copy 
integration-test-groups/cxf-soap/{cxf-soap-ws-security-client/src/main/resources/wsdl/WssCalculatorService.wsdl
 => cxf-soap-client/src/main/resources/wsdl/BasicAuthCalculatorService.wsdl} 
(54%)
 copy integration-test-groups/cxf-soap/{cxf-soap-ws-security-client => 
cxf-soap-ssl}/pom.xml (55%)
 copy 
integration-tests/tika/src/main/java/org/apache/camel/quarkus/component/tika/it/TikaResource.java
 => 
integration-test-groups/cxf-soap/cxf-soap-ssl/src/main/java/org/apache/camel/quarkus/component/cxf/soap/ssl/it/CxfSoapSslResource.java
 (52%)
 create mode 100644 
integration-test-groups/cxf-soap/cxf-soap-ssl/src/main/java/org/apache/camel/quarkus/component/cxf/soap/ssl/it/CxfSoapSslRoutes.java
 copy 
integration-tests-support/xslt-support/src/main/java/org/apache/camel/quarkus/test/support/xslt/Functions.java
 => 
integration-test-groups/cxf-soap/cxf-soap-ssl/src/main/java/org/apache/camel/quarkus/component/cxf/soap/ssl/it/GreeterImpl.java
 (79%)
 copy 
integration-test-groups/cxf-soap/{cxf-soap-mtom-awt/src/main/java/org/apache/camel/quarkus/component/cxf/soap/mtom/awt/it/IImageService.java
 => 
cxf-soap-ssl/src/main/java/org/apache/camel/quarkus/component/cxf/soap/ssl/it/GreeterService.java}
 (81%)
 copy integration-test-groups/cxf-soap/{cxf-soap-mtom-awt => 
cxf-soap-ssl}/src/main/resources/application.properties (77%)
 copy 
integration-tests/main-unknown-args-fail/src/test/java/org/apache/camel/quarkus/main/unknown/args/fail/MainUnknownArgumentFailIT.java
 => 
integration-test-groups/cxf-soap/cxf-soap-ssl/src/test/java/org/apache/camel/quarkus/component/cxf/soap/ssl/it/CxfSoapGlobalTrustedSslIT.java
 (87%)
 copy 
integration-tests/jms-artemis-client/src/test/java/org/apache/camel/quarkus/component/jms/artemis/it/JmsArtemisXATest.java
 => 
integration-test-groups/cxf-soap/cxf-soap-ssl/src/test/java/org/apache/camel/quarkus/component/cxf/soap/ssl/it/CxfSoapGlobalTrustedSslTest.java
 (61%)
 copy 
integration-test-groups/{aws2/aws2-ddb/src/test/java/org/apache/camel/quarkus/component/aws2/ddb/it/Aws2DdbIT.java
 => 
cxf-soap/cxf-soap-ssl/src/test/java/org/apache/camel/quarkus/component/cxf/soap/ssl/it/CxfSoapGlobalUntrustedSslIT.java}
 (86%)
 copy 
integration-tests/jms-artemis-client/src/test/java/org/apache/camel/quarkus/component/jms/artemis/it/JmsArtemisXATest.java
 => 
integration-test-groups/cxf-soap/cxf-soap-ssl/src/test/java/org/apache/camel/quarkus/component/cxf/soap/ssl/it/CxfSoapGlobalUntrustedSslTest.java
 (59%)
 copy 
integration-test-groups/{aws2/aws2-ddb/src/test/java/org/apache/camel/quarkus/component/aws2/ddb/it/Aws2DdbIT.java
 => 
cxf-soap/cxf-soap-ssl/src/test/java/org/apache/camel/quarkus/component/cxf/soap/ssl/it/CxfSoapSslIT.java}
 (89%)
 create mode 100644 
integration-test-groups/cxf-soap/cxf-soap-ssl/src/test/java/org/apache/camel/quarkus/component/cxf/soap/ssl/it/CxfSoapSslTest.java
 copy 
integration-tests/http/src/main/java/org/apache/camel/quarkus/component/http/it/{HttpService.java
 => VertxClientRelatedBeansProducer.java} (61%)

Reply via email to