This is an automated email from the ASF dual-hosted git repository.
jamesnetherton pushed a change to branch camel-main
in repository https://gitbox.apache.org/repos/asf/camel-quarkus.git
from 476e03cee1 Regen extension metadata
new 6053977704 Fix opentelemetry2 native mode tests with GraalVM
substitutions
new 16157a9a4b Fix test-framework compilation
new 1349cd764f Fix NettyHttpTest.transferException by disabling
muteException
new b74150bb68 Disable smallrye-reactive-messaging native profile due to
#8752
new 8cae669044 Fix opentelemetry2 tests for redundant span removal changes
The 5 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:
extensions/opentelemetry2/runtime/pom.xml | 5 +++
.../graal/OpenTelemetryTracerSubstitutions.java} | 25 +++++++------
.../component/http/netty/NettyHttpRoutes.java | 2 +-
.../opentelemetry2/it/Opentelemetry2Test.java | 19 +++++-----
.../smallrye-reactive-messaging/pom.xml | 2 ++
.../test/CamelQuarkusContextConfiguration.java | 41 ----------------------
.../CamelQuarkusTestExecutionConfiguration.java | 36 -------------------
.../quarkus/test/CamelQuarkusTestSupport.java | 19 ++++------
8 files changed, 39 insertions(+), 110 deletions(-)
copy
extensions/{paho/runtime/src/main/java/org/apache/camel/quarkus/component/paho/graal/SubstituteBase64.java
=>
opentelemetry2/runtime/src/main/java/org/apache/camel/opentelemetry2/graal/OpenTelemetryTracerSubstitutions.java}
(60%)
delete mode 100644
test-framework/camel-quarkus-junit/src/main/java/org/apache/camel/quarkus/test/CamelQuarkusContextConfiguration.java
delete mode 100644
test-framework/camel-quarkus-junit/src/main/java/org/apache/camel/quarkus/test/CamelQuarkusTestExecutionConfiguration.java