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 880eed1d6b Updated CHANGELOG.md new 82c2f640e6 Upgrade Quarkus to 3.0.0.Alpha5 new c8a4adb958 Disable cxf-soap-grouped tests due to #4603 new 79060845d3 Restore smallrye-reactive-messaging-camel extension 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: docs/antora.yml | 2 +- docs/modules/ROOT/nav.adoc | 1 + .../ROOT/pages/reference/extensions/core.adoc | 8 +-- .../extensions/smallrye-reactive-messaging.adoc | 62 ++++++++++++++++++++++ extensions/pom.xml | 2 +- .../json/jackson/model/TestJAXBPojo.java | 3 ++ integration-test-groups/pom.xml | 2 +- integration-tests/pom.xml | 4 +- .../messaging/it/FilesMessageConsumer.java | 1 - .../reactive/messaging/it/PublisherRoute.java | 1 - .../it/SmallRyeReactiveMessagingResource.java | 1 - .../reactive/messaging/it/SubscriberRoute.java | 3 +- pom.xml | 8 +-- poms/bom/pom.xml | 8 +-- poms/bom/src/main/generated/flattened-full-pom.xml | 15 ++++++ .../src/main/generated/flattened-reduced-pom.xml | 15 ++++++ .../generated/flattened-reduced-verbose-pom.xml | 15 ++++++ tooling/scripts/test-categories.yaml | 2 +- 18 files changed, 130 insertions(+), 23 deletions(-) create mode 100644 docs/modules/ROOT/pages/reference/extensions/smallrye-reactive-messaging.adoc