This is an automated email from the ASF dual-hosted git repository. github-bot pushed a change to branch quarkus-main in repository https://gitbox.apache.org/repos/asf/camel-quarkus.git
discard 3941c606ff Add workaround for RemoteCacheManager bean discovery #4841 discard cce60971e7 Revert "Revert "Restore smallrye-reactive-messaging-camel extension"" discard 7a879299fa Upgrade Quarkus to 3.1.0.CR1 add 6467916286 Updated CHANGELOG.md add 1f8fda76f1 Bump quarkiverse-minio.version from 3.0.0.Alpha3 to 3.0.2 (#4888) add 47c33ff32f Upgrade to quay.io/l2x6/calculator-ws:1.2 add 56e63f6242 Snmp: cover snmp v3 for POLL operation #4881 add 68d5fcf682 Be more specific when to use a ConsumerTemplate in extension tests (#4889) add 71aa57b850 Document CXF SOAP usage, configuration and limitations add 84675851bc Revert "Patch mvnw with maven-resolver-1.9.8 artifacts so that it honors aether.connector.http.connectionMaxTtl to avoid Connect timeouts on GH actions" add a0cb73226c Upgrade to Maven 2.9.2 new dcc84fced6 Upgrade Quarkus to 3.1.0.CR1 new 0f4efd3992 Revert "Revert "Restore smallrye-reactive-messaging-camel extension"" new 44ced31a74 Add workaround for RemoteCacheManager bean discovery #4841 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 (3941c606ff) \ N -- N -- N refs/heads/quarkus-main (44ced31a74) 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 3 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: .github/workflows/camel-master-cron.yaml | 35 --- .github/workflows/ci-build.yaml | 43 ---- .github/workflows/pr-validate.yml | 7 - .github/workflows/quarkus-master-cron.yaml | 35 --- .mvn/wrapper/maven-wrapper.properties | 2 +- CHANGELOG.md | 4 + docs/antora.yml | 6 + .../pages/contributor-guide/extension-testing.adoc | 10 +- .../ROOT/pages/reference/extensions/cxf-soap.adoc | 250 +++++++++++++++++++++ .../cxf-soap/runtime/src/main/doc/usage.adoc | 239 ++++++++++++++++++++ .../cxf/soap/client/it/CxfClientTestResource.java | 2 +- .../wss/client/it/CxfWssClientTestResource.java | 2 +- .../quarkus/component/snmp/it/SnmpResource.java | 38 ++++ .../camel/quarkus/component/snmp/it/SnmpRoute.java | 40 +--- .../camel/quarkus/component/snmp/it/SnmpTest.java | 82 +++---- .../component/snmp/it/SnmpTestResource.java | 51 +++-- patch-mvnw.sh | 46 ---- pom.xml | 2 +- poms/bom/src/main/generated/flattened-full-pom.xml | 8 +- .../src/main/generated/flattened-reduced-pom.xml | 8 +- .../generated/flattened-reduced-verbose-pom.xml | 8 +- 21 files changed, 632 insertions(+), 286 deletions(-) create mode 100644 extensions/cxf-soap/runtime/src/main/doc/usage.adoc delete mode 100755 patch-mvnw.sh