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 035fb8e8ec Upgrade Quarkus to 3.17.0.CR1
add 0082e2dc7f Fixes #6747 - opentelemetry - ensure that the sequence of
recorded spans is correct by using bean:*
add 76da3b1320 Align SubstituteIntrospectionSupport.CACHE type with that
of the original class
add a97380ea49 Remove redundant HostUtils substitutions
add 6223d7186d Use target directory for Narayana object store location
new 50704536cf Upgrade Quarkus to 3.17.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 (035fb8e8ec)
\
N -- N -- N refs/heads/quarkus-main (50704536cf)
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:
.../quarkus/core/graal/SubstituteHostUtils.java | 33 ----------------------
.../core/graal/SubstituteIntrospectionSupport.java | 2 +-
.../src/main/resources/application.properties | 2 +-
.../it/OpenTelemetryRouteBuilder.java | 2 +-
.../opentelemetry/it/OpenTelemetryTest.java | 11 ++++----
5 files changed, 9 insertions(+), 41 deletions(-)
delete mode 100644
extensions-core/core/runtime/src/main/java/org/apache/camel/quarkus/core/graal/SubstituteHostUtils.java
copy {integration-test-groups/foundation/dataset =>
integration-tests/messaging/common}/src/main/resources/application.properties
(93%)