This is an automated email from the ASF dual-hosted git repository. github-bot pushed a change to branch dependabot/maven/micrometer-tracing-version-1.2.0 in repository https://gitbox.apache.org/repos/asf/camel.git
omit e94b041b6b6 Bump micrometer-tracing-version from 1.1.6 to 1.2.0 add f0037faf93e CAMEL-20135: regenerate nav.adoc for the eips (#12122) add 28d57fc6646 Bump camunda-version from 7.19.0 to 7.20.0 (#12124) add f5e655db40e CAMEL-20142 Camel-http: brings transitively 2 core versions (#12123) add db5c7dea63f Bump org.codehaus.mojo:exec-maven-plugin from 3.1.0 to 3.1.1 (#12127) add ef81c18dca5 camel-jbang - Upgrade to quarkus 3.5.3 add da6507d0f7e Polished add 3a49782a95e [CAMEL-20139]: fix for incorrect correlation key in first aggregated message (#12121) add 1e89fc042e2 Add to 4.2 upgrade guide, based on https://github.com/apache/camel/pull/12007 add d50d7733e36 Bump hapi-version from 2.3 to 2.5.1 (#12126) add fb75371e9e9 Polished add e7e50ee4d53 CAMEL-20144: camel-jbang - Upgrade to openapi generator 7.1.0 add 7ca83a6e92f Upgrade AWS SDK to version 2.21.28 (#12128) add 702b63fb474 Camel-Azure-Storage-Blob: AZURE_SAS must be listed in the enums of CredentialsType (#12132) add a4af63baa05 CAMEL-20136: Enable source location if debug or tracing in standby mode (#12131) add b4ef9c85827 Bump djl-version from 0.23.0 to 0.25.0 (#12130) add cc4bff1fb29 Bump hapi-version from 2.3 to 2.5.1 add 37870c3a120 Upgrade spring-ws 4.0.8 add e4a7c231448 Upgrade micrometer tracing 1.1.7 new 586284163b5 Bump micrometer-tracing-version from 1.1.6 to 1.2.0 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 (e94b041b6b6) \ N -- N -- N refs/heads/dependabot/maven/micrometer-tracing-version-1.2.0 (586284163b5) 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: .../catalog/components/azure-storage-blob.json | 4 +- .../azure/storage/blob/azure-storage-blob.json | 4 +- .../azure/storage/blob/BlobConfiguration.java | 2 +- ...reStorageBlobCloudEventDataTypeTransformer.java | 3 +- ...orageBlobCloudEventDataTypeTransformerTest.java | 3 +- components/camel-http/pom.xml | 14 +++ .../camel/impl/engine/AbstractCamelContext.java | 3 - .../apache/camel/model/ProcessorDefinition.java | 6 +- .../org/apache/camel/model/RouteDefinition.java | 7 +- .../camel/model/language/JavaExpression.java | 1 + .../processor/aggregate/AggregateProcessor.java | 5 +- .../AggregateCompletionByBatchConsumerTest.java | 113 +++++++++++++++++++++ ...> DumpModelAsXmlSourceLocationStandbyTest.java} | 14 ++- docs/eips-nav.adoc.template | 2 +- docs/gulpfile.js | 12 ++- .../ROOT/pages/camel-4x-upgrade-guide-4_2.adoc | 10 +- .../dsl/jbang/core/commands/CodeRestGenerator.java | 9 +- .../dsl/jbang/core/commands/ExportBaseCommand.java | 2 +- .../core/commands/catalog/CatalogBaseCommand.java | 2 +- parent/pom.xml | 16 +-- 20 files changed, 195 insertions(+), 37 deletions(-) create mode 100644 core/camel-core/src/test/java/org/apache/camel/processor/aggregator/AggregateCompletionByBatchConsumerTest.java copy core/camel-core/src/test/java/org/apache/camel/util/{DumpModelAsXmlSourceLocationTest.java => DumpModelAsXmlSourceLocationStandbyTest.java} (84%)