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 6db0097e78 Fixed KameletProcessor.java compilation error discard 17a2656f1d Disabled several foundation tests + fixin runtinme because of CAMEL-15105 discard e0eb9ba132 Fixed compilation failures because of CAMEL-15105 discard 006e1abab6 Fixed getter/setter on ExtendedCamelContext - CAMEL-15105 discard ec7f2244db [camel-main] fixed salesforce (CAMEL-18551), cxf-soap-client (updates in image) discard b1c3af68f9 Revert "Temporarily disable dataformat integration tests due to #4662" discard bed3995de3 Generated flattened pom + add more information into cxf-soap-client assert discard 31d0a8e545 Fuxed Cxf-soap-client:missing licence in wsdl discard e765e96d38 Fixed micrometer and opentelemtry test because of CAMEL-19124, CAMEL-19193 discard f54432e0c6 Fix in cxf-soap-client discard a812810b95 Fix in http component (caused by upgrade of httpclient) discard 0253100091 Ref #1746: Groovy language native support discard b90ba3e4f2 Add support of expressions referring an external resource discard 9d77509706 Upgrade Camel to 4.0.0-M3 discard 44c4ee46a5 Ref #4624: Upgrade to Groovy 4.x discard 77cfb871f8 Ref #4384: Groovy DSL - Add support of Groovy extensions add 6219742e5b vertx-http: remove deprecated serviceCall eip add 2f94ab701f Fix #4710 to register reflection for FastStringBuffer and resource bundle for XMLErrorResources (#4720) add c1a45492ee Upgrade Quarkus to 3.0.0.CR1 add 2969df1f70 Upgrade quarkus-jgit to 2.3.2 add 305db0d7d0 Upgrade to Quarkus Cassandra 1.2.0-alpha1 #4488 add 6b6058790c Try to avoid Maven central connection timed outs by decreasing maven.wagon.httpconnectionManager.ttlSeconds from 120 to 60 add a5d90ecd6f Updated CHANGELOG.md add 08fc640d55 Start JDBC polling after database initialization #4723 add de39864c95 Upgrade to quarkus-cxf 2.0.0.Alpha5 add 6fb1b58d9e Add back XML Security Sign #4684 add 4ca2c018cc Upgrade to impsort-maven-plugin 1.8.0 to be able to build with mvnd 1.0-m6-m39 add c22a092fd7 Upgrade to keytool-maven-plugin 1.7 to be able to build with mvnd 1.0-m6-m39 add 0b90b8cb0c Upgrade to cq-maven-plugin 3.5.5 add 3d77e94c0a Reformat by running mvn process-resources -Pformat -N add 9feea1abe6 Updated CHANGELOG.md add c2ced2eeea Regen SBOM from commit 9feea1abe6d5752183c9b5ac7a2dfef23e7f3011 add bdaf2fabcc Ref #4716: java-joor-dsl - Add RegisterForReflection support (#4726) add ace3c9261a Bump quarkus-artemis-bom from 3.0.0.Alpha7 to 3.0.0.CR1 (#4733) add de5efbdd90 Ref #4731: java-joor-dsl - Add support of inner classes (#4732) add 040806cddd Updated CHANGELOG.md new 7a03f5d3b3 Ref #4384: Groovy DSL - Add support of Groovy extensions new d88afe0e10 Ref #4624: Upgrade to Groovy 4.x new 4a825cac04 Upgrade Camel to 4.0.0-M3 new a9e77d4d23 Add support of expressions referring an external resource new 2320cf04fe Ref #1746: Groovy language native support new ddeb7917d2 Fix in http component (caused by upgrade of httpclient) new c1e953b745 Fix in cxf-soap-client new 0086d22bc1 Fixed micrometer and opentelemtry test because of CAMEL-19124, CAMEL-19193 new b8b263f0d2 Fuxed Cxf-soap-client:missing licence in wsdl new cb1d54c6c9 Generated flattened pom + add more information into cxf-soap-client assert new a4aa234b38 Revert "Temporarily disable dataformat integration tests due to #4662" new 0db39812b2 [camel-main] fixed salesforce (CAMEL-18551), cxf-soap-client (updates in image) new d103375f66 Fixed getter/setter on ExtendedCamelContext - CAMEL-15105 new 98d6eaa39c Fixed compilation failures because of CAMEL-15105 new 9dce813e80 Disabled several foundation tests + fixin runtinme because of CAMEL-15105 new c36be76708 Fixed KameletProcessor.java compilation error new 55585e7cf4 Fixed compilation error linked to getModelToXMLDumper() 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 (6db0097e78) \ N -- N -- N refs/heads/camel-main (55585e7cf4) 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 17 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: .mvn/maven.config | 2 +- CHANGELOG.md | 17 + camel-quarkus-sbom/camel-quarkus-sbom.json | 13695 +++++++++++-------- camel-quarkus-sbom/camel-quarkus-sbom.xml | 11285 ++++++++------- catalog/pom.xml | 104 + docs/antora.yml | 2 +- .../ROOT/examples/components/xmlsecurity-sign.yml | 13 + .../examples/components/xmlsecurity-verify.yml | 13 + .../ROOT/examples/dataformats/xmlSecurity.yml | 13 + docs/modules/ROOT/nav.adoc | 1 + docs/modules/ROOT/pages/migration-guide/3.0.0.adoc | 1 - .../pages/reference/extensions/java-joor-dsl.adoc | 8 + .../{aws2-kinesis.adoc => xmlsecurity.adoc} | 31 +- .../deployment/XalanNativeImageProcessor.java | 5 +- .../main/resources/META-INF/quarkus-extension.yaml | 1 + .../component/grpc/deployment/GrpcProcessor.java | 14 +- .../java/joor/deployment/JavaJoorDslProcessor.java | 70 +- .../runtime/src/main/doc/limitations.adoc | 3 + extensions/pom.xml | 2 +- .../main/resources/META-INF/quarkus-extension.yaml | 1 + integration-tests-jvm/elasticsearch/pom.xml | 27 + integration-tests-jvm/mapstruct/pom.xml | 27 + integration-tests/aws2-grouped/pom.xml | 20 +- .../aws2-quarkus-client-grouped/pom.xml | 20 +- integration-tests/debezium/pom.xml | 26 - integration-tests/grpc/pom.xml | 2 +- .../camel/quarkus/component/http/it/HttpRoute.java | 11 - .../camel/quarkus/component/http/it/HttpTest.java | 13 - .../quarkus/dsl/java/joor/JavaJoorDslBean.java} | 12 +- .../quarkus/dsl/java/joor/JavaJoorDslResource.java | 18 +- .../src/main/resources/routes/MyRoutes.java | 29 +- .../quarkus/dsl/java/joor/JavaJoorDslTest.java | 22 +- integration-tests/jdbc/pom.xml | 26 + .../quarkus/component/jdbc/CamelResource.java | 5 +- .../camel/quarkus/component/jdbc/JdbcRoutes.java | 2 +- .../camel/quarkus/main/CoreMainXmlIoResource.java | 2 +- .../quarkus/main/CoreMainXmlJaxbResource.java | 2 +- .../camel/quarkus/main/CoreMainResource.java | 2 +- integration-tests/micrometer/pom.xml | 13 + integration-tests/pom.xml | 4 +- integration-tests/xml/pom.xml | 26 + .../quarkus/component/xml/it/XmlRouteBuilder.java | 7 +- .../xmlsecurity/it/XmlsecurityProducers.java | 22 +- .../xmlsecurity/it/XmlsecurityResource.java | 1 - .../xmlsecurity/it/XmlsecurityRoutes.java | 2 +- pom.xml | 21 +- poms/bom/pom.xml | 13 +- poms/bom/src/main/generated/flattened-full-pom.xml | 532 +- .../src/main/generated/flattened-reduced-pom.xml | 76 +- .../generated/flattened-reduced-verbose-pom.xml | 480 +- tooling/scripts/test-categories.yaml | 2 + 51 files changed, 15336 insertions(+), 11410 deletions(-) create mode 100644 docs/modules/ROOT/examples/components/xmlsecurity-sign.yml create mode 100644 docs/modules/ROOT/examples/components/xmlsecurity-verify.yml create mode 100644 docs/modules/ROOT/examples/dataformats/xmlSecurity.yml copy docs/modules/ROOT/pages/reference/extensions/{aws2-kinesis.adoc => xmlsecurity.adoc} (51%) create mode 100644 extensions/java-joor-dsl/runtime/src/main/doc/limitations.adoc copy integration-tests/java-joor-dsl/src/{test/java/org/apache/camel/quarkus/dsl/java/joor/JavaJoorDslIT.java => main/java/org/apache/camel/quarkus/dsl/java/joor/JavaJoorDslBean.java} (74%)