This is an automated email from the ASF dual-hosted git repository. jiriondrusek pushed a change to branch camel-main in repository https://gitbox.apache.org/repos/asf/camel-quarkus.git
discard ac94680313 Regen poms discard fb9ec7fc09 Fixed Tika compilation issue discard 18406a889c Regen poms discard e6ce843fba Regen poms discard 55bf3fef7c Regen poms discard 49bfed2215 Regen poms discard 5094e61281 camel-java-joor-dsl - Ease the way to get all the compiled classes discard b0c85bcdcb Regen poms discard 2c304ab373 Ref #4745: Add context plugins for the dry mode as expected discard 734b1ad2d4 Fixed #4735 and auto-generated changes discard 2794c627a0 Fixed compilation error linked to getModelToXMLDumper() discard a2b0e7d1c3 Fixed KameletProcessor.java compilation error discard 517d181ad9 Disabled several foundation tests + fixin runtinme because of CAMEL-15105 discard ac887fa2a1 Fixed compilation failures because of CAMEL-15105 discard 7308bd1bfa Fixed getter/setter on ExtendedCamelContext - CAMEL-15105 discard 9ba39d0ff7 [camel-main] fixed salesforce (CAMEL-18551), cxf-soap-client (updates in image) discard dc3e6bffca Revert "Temporarily disable dataformat integration tests due to #4662" discard 2a410395e4 Generated flattened pom + add more information into cxf-soap-client assert discard b69c1f3346 Fuxed Cxf-soap-client:missing licence in wsdl discard 132ff64e2e Fixed micrometer and opentelemtry test because of CAMEL-19124, CAMEL-19193 discard d5a0b5ba8b Fix in cxf-soap-client discard 3c99240535 Fix in http component (caused by upgrade of httpclient) discard 0b1fb172cf Ref #1746: Groovy language native support discard 23675b5850 Add support of expressions referring an external resource discard 43c2e61a37 Upgrade Camel to 4.0.0-M3 discard 1f0e535e84 Ref #4624: Upgrade to Groovy 4.x discard 405fb481dc Ref #4384: Groovy DSL - Add support of Groovy extensions add 567c89c735 Fix Spring integration test (#4788) add de9e01ec3d Test OpenTelemetry extension integration with opentelemetry-jdbc add 84c6573d84 Updated CHANGELOG.md new f9b72d6e8d Ref #4384: Groovy DSL - Add support of Groovy extensions new 02662bf249 Ref #4624: Upgrade to Groovy 4.x new ad61bbdae0 Upgrade Camel to 4.0.0-M3 new 0dbeeba23f Add support of expressions referring an external resource new 150dd656e7 Ref #1746: Groovy language native support new b25e818784 Fix in http component (caused by upgrade of httpclient) new 8f590e2edc Fix in cxf-soap-client new 654aeabd07 Fixed micrometer and opentelemtry test because of CAMEL-19124, CAMEL-19193 new 0b2ed6cb9d Fuxed Cxf-soap-client:missing licence in wsdl new e6b9b7364f Generated flattened pom + add more information into cxf-soap-client assert new f453a46841 Revert "Temporarily disable dataformat integration tests due to #4662" new 5d6d9218d3 [camel-main] fixed salesforce (CAMEL-18551), cxf-soap-client (updates in image) new 8beac40ff3 Fixed getter/setter on ExtendedCamelContext - CAMEL-15105 new 8e5a12a634 Fixed compilation failures because of CAMEL-15105 new d3aea815d7 Disabled several foundation tests + fixin runtinme because of CAMEL-15105 new fafd91e717 Fixed KameletProcessor.java compilation error new 6d92ec2b74 Fixed compilation error linked to getModelToXMLDumper() new 11189c0238 Fixed #4735 and auto-generated changes new 2e7aec42f3 Ref #4745: Add context plugins for the dry mode as expected new 0d52639716 Regen poms new 5b15013ef5 camel-java-joor-dsl - Ease the way to get all the compiled classes new 6df83b33b5 Regen poms new 70ba55c8d6 Regen poms new 33175fa2a0 Regen poms new 9d71837a20 Regen poms new f275367d3a Fixed Tika compilation issue new 401a21ba6d Regen poms new fd0aed5f9d Fix of upgrade jackson-jq 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 (ac94680313) \ N -- N -- N refs/heads/camel-main (fd0aed5f9d) 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 28 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 | 6 ++++ .../support/spring/test/SpringSupportTest.java | 2 +- integration-tests/opentelemetry/pom.xml | 23 ++++++++++++ .../component/opentelemetry/it/JdbcQueryBean.java | 41 ++++++++++++++-------- .../opentelemetry/it/OpenTelemetryResource.java | 7 ++++ .../it/OpenTelemetryRouteBuilder.java | 3 ++ .../src/main/resources/application.properties | 1 + .../opentelemetry/it/OpenTelemetryTest.java | 31 ++++++++++++++++ poms/bom/pom.xml | 11 ++++++ poms/bom/src/main/generated/flattened-full-pom.xml | 11 ++++++ .../src/main/generated/flattened-reduced-pom.xml | 11 ++++++ .../generated/flattened-reduced-verbose-pom.xml | 11 ++++++ 12 files changed, 142 insertions(+), 16 deletions(-) copy integration-test-groups/foundation/controlbus/src/main/java/org/apache/camel/quarkus/component/controlbus/it/ControlbusBean.java => integration-tests/opentelemetry/src/main/java/org/apache/camel/quarkus/component/opentelemetry/it/JdbcQueryBean.java (51%)