This is an automated email from the ASF dual-hosted git repository.
ppalaga pushed a change to branch quarkus-main
in repository https://gitbox.apache.org/repos/asf/camel-quarkus.git.
omit f8d3376 Upgrade to Quarkus 2.0.0.Final
add ead6ab8 Fixed the CryptoIT test #2673
add aa087b5 Upgrade to Minio 2.0.0.CR3
add e77a43f Unable to determine the status of the running process in
LogIT without resteasy fix #2737
add 41c41d2 Move OptaPlanner and Debezium version properties to primary
dependencies section
add 21b0e34 Add integration test for discovering custom ProtobufMapper
beans
add 73711b0 Fix typo directori -> directory
add 5a18c7d Intermittent failures in Aws2SqsSnsIT fix #2741
add 9e5b715 Intermittent failures in MongoDbTest.testTailingConsumer()
and MongoDbTest.testPersistentTailingConsumer() #2658
add 4296da0 Updated CHANGELOG.md
new 82c3c1f Upgrade to Quarkus 2.0.0.Final
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 (f8d3376)
\
N -- N -- N refs/heads/quarkus-main (82c3c1f)
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:
CHANGELOG.md | 9 +++
.../pages/contributor-guide/release-guide.adoc | 2 +-
extensions-support/bouncycastle/deployment/pom.xml | 4 ++
.../deployment/BouncyCastleSupportProcessor.java | 10 ++-
.../deployment/CipherTransformationBuildItem.java | 27 ++++----
extensions-support/bouncycastle/runtime/pom.xml | 4 ++
.../support/bouncycastle/BouncyCastleRecorder.java | 23 ++++++-
.../crypto/deployment/CryptoProcessor.java | 37 +++++++++++
.../aws2/ddb/it/Aws2DdbStreamResource.java | 37 ++---------
.../component/aws2/ddb/it/Aws2DdbStreamRoutes.java | 72 ++++++++++++++++++++++
.../quarkus/component/aws2/ddb/it/Aws2DdbTest.java | 40 +++++++-----
.../quarkus/component/log/it/LogResource.java | 17 ++++-
.../camel/quarkus/component/log/it/LogTest.java | 2 +-
.../quarkus/component/crypto/it/CryptoIT.java | 2 -
.../protobuf/it/JacksonProtobufResource.java | 13 +++-
...fRoutes.java => UppercaseTextDeserializer.java} | 37 +++++++----
.../jackson/protobuf/it/JacksonProtobufTest.java | 4 +-
.../component/mongodb/it/MongoDbResource.java | 16 ++++-
.../quarkus/component/mongodb/it/MongoDbRoute.java | 8 +--
.../quarkus/component/mongodb/it/MongoDbTest.java | 21 ++++---
pom.xml | 6 +-
21 files changed, 288 insertions(+), 103 deletions(-)
copy
extensions-core/core/deployment/src/main/java/org/apache/camel/quarkus/core/deployment/spi/CamelRoutesBuilderClassBuildItem.java
=>
extensions-support/bouncycastle/deployment/src/main/java/org/apache/camel/quarkus/support/bouncycastle/deployment/CipherTransformationBuildItem.java
(50%)
create mode 100644
integration-test-groups/aws2/aws2-ddb/src/main/java/org/apache/camel/quarkus/component/aws2/ddb/it/Aws2DdbStreamRoutes.java
copy
integration-tests/jackson-protobuf/src/main/java/org/apache/camel/quarkus/component/jackson/protobuf/it/{JacksonProtobufRoutes.java
=> UppercaseTextDeserializer.java} (50%)