This is an automated email from the ASF dual-hosted git repository.

zbendhiba pushed a change to branch camel-main
in repository https://gitbox.apache.org/repos/asf/camel-quarkus.git.


 discard 5974f3d  Sync minio version with quarkiverse version due to 
incompatible okhttp version between quarkus and recent minio version
 discard 708c803  Camel 3.12 : Dataformat fix attributes names
 discard 00d8c1f  Upgrade spark and hadoop versions
 discard cf67553  Upgrade Camel to 3.12.0
     add b29c25f  Upgrade Quarkus to 2.1.1.Final
     add d3238fa  Updated CHANGELOG.md
     add a8d0f0e  Use shaded spring support dependencies in Spring RabbitMQ 
extension
     add 10bf400  o# This is a combination of 2 commits.
     add b04ea90  Expand AWS DDB tests #2776
     add 8b10881  Add debug output to figure out for which beans 
testCamelContextAwareRegistryBeansInitialized fails
     add 50bdf79  Improve grouped test modules READMEs
     add e7b01ea  xchange: explicitly register the CurrencyNames bundle at 
build time #2983
     add 558e1a1  Upgrade Camel to 3.11.1
     add a3df3f5  Remove workaround for Vert.x Buffer conversion
     add 08615de  Remove CamelBoxNativeApplicationStartedNotifier
     add 16289d8  Upgrade to cq-maven-plugin 0.38.0, keep spaces in simple XML 
elements
     add 4350865  Updated CHANGELOG.md
     new 3738599  Upgrade Camel to 3.12.0
     new 08aac04  Upgrade spark and hadoop versions
     new 780efee  Camel 3.12 : Dataformat fix attributes names
     new c200d6d  Sync minio version with quarkiverse version due to 
incompatible okhttp version between quarkus and recent minio version

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   (5974f3d)
            \
             N -- N -- N   refs/heads/camel-main (c200d6d)

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 4 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:
 .github/workflows/ci-build.yaml                    |   3 +
 CHANGELOG.md                                       |  20 ++
 docs/antora.yml                                    |   2 +-
 .../pages/contributor-guide/extension-testing.adoc |   9 +
 extensions-support/spring/context/pom.xml          |   1 +
 .../http/deployment/PlatformHttpProcessor.java     |   9 -
 .../runtime/CamelQuarkusVertxBufferConverter.java  |  39 ----
 .../http/runtime/PlatformHttpRecorder.java         |   5 -
 .../runtime/VertxByteBufferConverterLoader.java    |  64 ------
 .../deployment/SpringRabbitmqProcessor.java        |   7 -
 extensions/spring-rabbitmq/runtime/pom.xml         |  13 ++
 .../DefaultAopProxyFactorySubstitutions.java}      |  11 +-
 .../xchange/deployment/XchangeProcessor.java       |   6 +
 .../component/aws2/ddb/it/Aws2DdbResource.java     | 165 +++++++++++++-
 .../aws2/ddb/it/Aws2DdbStreamResource.java         |  43 +++-
 .../component/aws2/ddb/it/Aws2DdbStreamRoutes.java |  36 +--
 .../aws2/ddb/it/TestSequenceNumberProvider.java}   |  22 +-
 .../it/{Aws2DdbIT.java => Aws2DdbStreamIT.java}    |   2 +-
 .../component/aws2/ddb/it/Aws2DdbStreamTest.java   | 245 +++++++++++++++++++++
 .../quarkus/component/aws2/ddb/it/Aws2DdbTest.java | 230 ++++++++++++++-----
 .../aws2/ddb/it/Aws2DdbTestEnvCustomizer.java      |  73 ++++--
 .../apache/camel/quarkus/core/CoreResource.java    |   6 +
 integration-tests/aws2-grouped/README.adoc         |  14 +-
 integration-tests/azure-grouped/README.adoc        |  18 +-
 .../CamelBoxNativeApplicationStartedNotifier.java  |  40 ----
 ....quarkus.test.common.NativeImageStartedNotifier |   1 -
 integration-tests/foundation-grouped/README.adoc   |  22 +-
 pom.xml                                            |   5 +-
 poms/bom/pom.xml                                   |  19 ++
 29 files changed, 793 insertions(+), 337 deletions(-)
 delete mode 100644 
extensions/platform-http/runtime/src/main/java/org/apache/camel/quarkus/component/platform/http/runtime/CamelQuarkusVertxBufferConverter.java
 delete mode 100644 
extensions/platform-http/runtime/src/main/java/org/apache/camel/quarkus/component/platform/http/runtime/VertxByteBufferConverterLoader.java
 copy 
extensions/{hystrix/runtime/src/main/java/org/apache/camel/quarkus/component/hystrix/graal/SubstituteRxJavaUnsafeAccess.java
 => 
spring-rabbitmq/runtime/src/main/java/org/springframework/aop/framework/DefaultAopProxyFactorySubstitutions.java}
 (75%)
 copy 
integration-test-groups/{foundation/bean/src/main/java/org/apache/camel/quarkus/component/bean/LazyAppScopedRouteBuilder.java
 => 
aws2/aws2-ddb/src/main/java/org/apache/camel/quarkus/component/aws2/ddb/it/TestSequenceNumberProvider.java}
 (71%)
 copy 
integration-test-groups/aws2/aws2-ddb/src/test/java/org/apache/camel/quarkus/component/aws2/ddb/it/{Aws2DdbIT.java
 => Aws2DdbStreamIT.java} (94%)
 create mode 100644 
integration-test-groups/aws2/aws2-ddb/src/test/java/org/apache/camel/quarkus/component/aws2/ddb/it/Aws2DdbStreamTest.java
 delete mode 100644 
integration-tests/box/src/test/java/org/apache/camel/quarkus/component/box/it/CamelBoxNativeApplicationStartedNotifier.java
 delete mode 100644 
integration-tests/box/src/test/resources/META-INF/services/io.quarkus.test.common.NativeImageStartedNotifier

Reply via email to