This is an automated email from the ASF dual-hosted git repository. jamesnetherton pushed a change to branch quarkus-main in repository https://gitbox.apache.org/repos/asf/camel-quarkus.git
discard 6d12f09e00 Upgrade Quarkus to 3.1.0.CR1 add 47796118a5 release: complete release process to be more explicit add ceb5b9d81e Enabling Google BigQuery and Google PubSub integration tests Fixes #4502 add 4fd90bf238 Enabling back Zendesk integration tests Fixes #4514 add 4b0634a902 Enabling Stax Integration tests add a837249c0f Add OpenTelemetry documentation for CDI bean instrumentation add 85b7870f36 Updated CHANGELOG.md add f3757a625b Add a limitation doc about pooling support for camel-quarkus-amqp (#4809) add 1930a3ca88 Bump quarkiverse-freemarker.version from 1.0.0.Alpha2 to 1.0.0 (#4804) add 1bc34d1f13 Bump quarkus-artemis-bom from 3.0.0.CR1 to 3.0.0 (#4814) add a63bf897a1 Updated CHANGELOG.md new 450ec7a0fd Upgrade Quarkus to 3.1.0.CR1 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 (6d12f09e00) \ N -- N -- N refs/heads/quarkus-main (450ec7a0fd) 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 1 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 | 8 +++++ .../pages/contributor-guide/release-guide.adoc | 33 +++++++++++++++++ .../ROOT/pages/reference/extensions/amqp.adoc | 9 +++++ .../pages/reference/extensions/opentelemetry.adoc | 41 ++++++++++++++++++++-- .../amqp/runtime/src/main/doc/limitations.adoc | 3 ++ .../opentelemetry/runtime/src/main/doc/usage.adoc | 39 ++++++++++++++++++-- integration-tests/pom.xml | 8 ++--- .../quarkus/component/stax/it/StaxResource.java | 1 - pom.xml | 6 ++-- poms/bom/pom.xml | 4 +++ 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 +++-- tooling/scripts/test-categories.yaml | 4 +++ 14 files changed, 162 insertions(+), 18 deletions(-) create mode 100644 extensions/amqp/runtime/src/main/doc/limitations.adoc