This is an automated email from the ASF dual-hosted git repository.
jamesnetherton pushed a change to branch quarkus-main
in repository https://gitbox.apache.org/repos/asf/camel-quarkus.git.
discard 50e1654 Temporarily disable Tika native build due to #3130
discard af6e6e0 Upgrade Quarkus to 2.4.0.CR1
add ea1ad4e Updated CHANGELOG.md
add 3083d86 AWS Aws2DdbQuarkusClientTest fails with real AWS #3174
add ee27b64 Fix path to spring boot docs
add abd2673 Fix #3169 to add S3 KMS encryption test (#3176)
add b29df61 Update declaring Bean Capability (#3178)
add 2db1afe Updated CHANGELOG.md
add e9132f3 Upgrade Quarkus to 2.4.0.CR1
add 29db4f0 Temporarily disable Tika native build due to #3130
add 979a565 Temporarily disable messaging JVM mode tests due to #3173
add 38b753c Updated CHANGELOG.md
new 6233bc7 Upgrade Quarkus to 2.5.0.CR1
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 (50e1654)
\
N -- N -- N refs/heads/quarkus-main (6233bc7)
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 ++
docs/antora-playbook.yml | 2 +-
.../deployment/CamelContextCustomizerTest.java | 2 +-
.../component/bean/deployment/BeanProcessor.java | 7 --
extensions/bean/runtime/pom.xml | 5 +
extensions/spring-rabbitmq/runtime/pom.xml | 4 +
.../graal/SpringRabbitMQSubstitutions.java} | 22 ++--
.../aws2/ddb/it/Aws2DdbTestEnvCustomizer.java | 10 +-
.../aws2-quarkus-client/aws2-s3/pom.xml | 17 +++
.../component/aws2/s3/it/Aws2S3Resource.java | 53 +++++++--
.../aws2/s3/it/Aws2S3QuarkusClientTest.java | 128 +++++++++++++--------
.../aws2/s3/it/Aws2S3TestEnvCustomizer.java | 22 +++-
integration-test-groups/aws2/aws2-s3/pom.xml | 17 +++
.../quarkus/component/aws2/Aws2S3Resource.java | 17 ++-
.../camel/quarkus/component/aws2/Aws2S3Test.java | 25 ++++
.../component/aws2/Aws2S3TestEnvCustomizer.java | 11 +-
.../test/support/aws2/Aws2TestEnvContext.java | 4 +
.../test/support/aws2/Aws2TestResource.java | 10 +-
.../component/activemq/it/ActiveMQTest.java | 2 +
.../camel/quarkus/component/amqp/it/AmqpTest.java | 2 +
integration-tests/aws2-grouped/pom.xml | 17 +++
.../aws2-quarkus-client-grouped/pom.xml | 17 +++
.../component/jms/artemis/it/JmsArtemisTest.java | 2 +
.../quarkus/component/jms/qpid/it/JmsQpidTest.java | 2 +
.../component/sjms/artemis/it/SjmsArtemisTest.java | 2 +
.../component/sjms/qpid/it/SjmsQpidTest.java | 2 +
.../sjms2/artemis/it/Sjms2ArtemisTest.java | 2 +
.../component/sjms2/qpid/it/Sjms2QpidTest.java | 2 +
pom.xml | 2 +-
29 files changed, 325 insertions(+), 92 deletions(-)
copy
extensions/{atlasmap/runtime/src/main/java/org/apache/camel/quarkus/component/atlasmap/graalvm/Substitutions.java
=>
spring-rabbitmq/runtime/src/main/java/org/apache/camel/quarkus/component/rabbitmq/graal/SpringRabbitMQSubstitutions.java}
(58%)