This is an automated email from the ASF dual-hosted git repository. nfilotto pushed a change to branch 4731/add-inner-class-support in repository https://gitbox.apache.org/repos/asf/camel-quarkus.git
discard 960a4f0bde Ref #4731: java-joor-dsl - Add support of inner classes omit c8e0efd6ce Ref #4716: java-joor-dsl - Add RegisterForReflection support 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 f1ca3eae0f Ref #4731: java-joor-dsl - Add support of inner classes 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 (960a4f0bde) \ N -- N -- N refs/heads/4731/add-inner-class-support (f1ca3eae0f) 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. No new revisions were added by this update. Summary of changes: CHANGELOG.md | 4 + camel-quarkus-sbom/camel-quarkus-sbom.json | 13695 +++++++++++-------- camel-quarkus-sbom/camel-quarkus-sbom.xml | 11285 ++++++++------- catalog/pom.xml | 104 + .../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 - .../{aws2-kinesis.adoc => xmlsecurity.adoc} | 31 +- .../main/resources/META-INF/quarkus-extension.yaml | 1 + 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 +- integration-tests/jdbc/pom.xml | 26 + .../quarkus/component/jdbc/CamelResource.java | 5 +- .../camel/quarkus/component/jdbc/JdbcRoutes.java | 2 +- integration-tests/micrometer/pom.xml | 13 + integration-tests/pom.xml | 4 +- integration-tests/xml/pom.xml | 26 + .../xmlsecurity/it/XmlsecurityProducers.java | 22 +- .../xmlsecurity/it/XmlsecurityResource.java | 1 - .../xmlsecurity/it/XmlsecurityRoutes.java | 2 +- pom.xml | 8 +- poms/bom/pom.xml | 8 +- poms/bom/src/main/generated/flattened-full-pom.xml | 445 +- .../src/main/generated/flattened-reduced-pom.xml | 63 +- .../generated/flattened-reduced-verbose-pom.xml | 445 +- tooling/scripts/test-categories.yaml | 1 + 34 files changed, 15074 insertions(+), 11283 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%)