This is an automated email from the ASF dual-hosted git repository.
github-bot pushed a change to branch quarkus-main
in repository https://gitbox.apache.org/repos/asf/camel-quarkus.git
discard 4a58beae24 Disable Google PubSub native build due to #3832
discard 85812a0c35 Skip ElasticsearchRestTest.testElasticsearchDeleteIndex
test due to #3831
discard b907ce3ef3 Add extension camel-quarkus-support-google-cloud
discard 48647fecb1 Upgrade Quarkus to 2.10.0.CR1
add e14ab92e9d Updated CHANGELOG.md
add 242a068a5b Auto discover routes created as LambdaEndpointRouteBuilder
add ecbf637274 Remove redundant flat class path configuration from
Cassandra tests
add 8f30224c33 Remove redundant AwsS3PresignerProducer from AWS S3 tests
new ecb1e4eb94 Upgrade Quarkus to 2.10.0.CR1
new 1393726e3d Add extension camel-quarkus-support-google-cloud
new 65966ff501 Skip ElasticsearchRestTest.testElasticsearchDeleteIndex
test due to #3831
new 5c7768f751 Disable Google PubSub native build due to #3832
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 (4a58beae24)
\
N -- N -- N refs/heads/quarkus-main (5c7768f751)
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:
CHANGELOG.md | 4 ++
.../quarkus/core/deployment/CamelProcessor.java | 3 ++
...inLambdaEndpointRouteBuilderDiscoveryTest.java} | 8 +--
.../camel/quarkus/core/CamelContextRecorder.java | 12 +++++
.../camel/quarkus/core/RegistryRoutesLoaders.java | 13 +++++
.../aws2-quarkus-client/aws2-s3/pom.xml | 2 +-
.../aws2/s3/it/AwsS3PresignerProducer.java | 60 ----------------------
.../aws2-quarkus-client-grouped/pom.xml | 2 +-
.../src/main/resources/application.properties | 3 --
.../CamelRouteWithLambdaEndpointRouteBuilder.java | 17 +++---
.../apache/camel/quarkus/main/CoreMainTest.java | 2 +-
11 files changed, 46 insertions(+), 80 deletions(-)
copy
extensions-core/core/deployment/src/test/java/org/apache/camel/quarkus/core/deployment/main/{CamelMainLambdaRouteBuilderDiscoveryTest.java
=> CamelMainLambdaEndpointRouteBuilderDiscoveryTest.java} (90%)
delete mode 100644
integration-test-groups/aws2/aws2-s3/src/main/java/org/apache/camel/quarkus/component/aws2/s3/it/AwsS3PresignerProducer.java
copy
extensions-core/core/runtime/src/main/java/org/apache/camel/quarkus/main/CamelMainProducers.java
=>
integration-tests/main/src/main/java/org/apache/camel/quarkus/main/CamelRouteWithLambdaEndpointRouteBuilder.java
(70%)