This is an automated email from the ASF dual-hosted git repository.
jamesnetherton pushed a change to branch camel-main
in repository https://gitbox.apache.org/repos/asf/camel-quarkus.git.
discard 2220bc0 System.properties not recognized if set in Test Resource -
part 2 fixes #2572
discard e26b386 Adjust capability configuration for Quarkus 2.x (#2576)
discard 9cf3bd4 System.properties not recognized if set in Test Resource #2572
discard 2326bfd Ensure generated gRPC services are annotaed with GrpcService
discard 1672707 quarkus.test.profile should be passed in the properties
instead of TestResource fixes #2566
discard 3d0b4a3 upgrade to quarkus 2.0.0.Alpha2
discard f1eacf3 Reapply formatting
discard 8eaea8f Adapt to latest Camel API changes
discard 4d0a982 fix atlasmap integration tests error
discard cb50aa8 fix bindy integration test build
discard ac44850 fix junit-platform-laucher fo catalog
discard 9ac989f Configure Vert.x BodyHandler for GraphQLTest server
discard c3b4813 fix junit platform launcher error
discard 6aeb9cc Adapt MicroProfile Health to Camel 3.10
discard 66c25c8 Adapt to latest Camel API changes
discard 2ab3a65 Disable MP health test temporarily #2521
discard eed6d9f Align Zookeeper dependencies
discard 21e939a Make AtlasMap work on Quarkus 2.0.0
discard d64ed6c Workaround for #2514 quarkus.test.flat-class-path=true
required to run Avro tests
discard 6de8876 Temporary workaround for #2503 Upgrade to minio 8.2.1 in
Camel 3.10 breaks Quarkiverse Minio and MinioClientProducer in our test
discard 96030a2 Upgrade to Quarkus 2.0.0.Alpha1
discard f13b658 Kamelet.adoc changes
discard d5c10dd fix compilation errors in camel-master branch
discard 3b2c208 Upgrade to Camel 3.10.0
add ce31cfb Do not use deprecated BuildStep.applicationArchiveMarkers()
add 89342a6 Support @EndpointInject and @Produce #2539
add d4d3a27 Updated CHANGELOG.md
new 1ad239d Upgrade to Camel 3.10.0
new f2a541d fix compilation errors in camel-master branch
new 49ce3dc Kamelet.adoc changes
new 112e865 Upgrade to Quarkus 2.0.0.Alpha1
new a7491d4 Temporary workaround for #2503 Upgrade to minio 8.2.1 in
Camel 3.10 breaks Quarkiverse Minio and MinioClientProducer in our test
new 1f44764 Workaround for #2514 quarkus.test.flat-class-path=true
required to run Avro tests
new 982861c Make AtlasMap work on Quarkus 2.0.0
new 6d95f0b Align Zookeeper dependencies
new a271c1e Disable MP health test temporarily #2521
new e4c5a17 Adapt to latest Camel API changes
new 8bdd384 Adapt MicroProfile Health to Camel 3.10
new 780f5d8 fix junit platform launcher error
new 7ac8926 Configure Vert.x BodyHandler for GraphQLTest server
new 21ff419 fix junit-platform-laucher fo catalog
new bd788c1 fix bindy integration test build
new 138d852 fix atlasmap integration tests error
new f217abf Adapt to latest Camel API changes
new 3eb455c Reapply formatting
new 56ae88c upgrade to quarkus 2.0.0.Alpha2
new bed140f quarkus.test.profile should be passed in the properties
instead of TestResource fixes #2566
new bfde1d6 Ensure generated gRPC services are annotaed with GrpcService
new 822154a System.properties not recognized if set in Test Resource #2572
new 2a80300 Adjust capability configuration for Quarkus 2.x (#2576)
new 393606c System.properties not recognized if set in Test Resource -
part 2 fixes #2572
new 52c5898 More fixes for resolution of system properties and classpath
resources
new dbe3799 Reformat code
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 (2220bc0)
\
N -- N -- N refs/heads/camel-main (dbe3799)
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 26 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 | 6 +
docs/modules/ROOT/pages/user-guide/cdi.adoc | 70 ++++++
.../core/deployment/InjectionPointsProcessor.java | 246 +++++++++++++++++++++
.../apache/camel/quarkus/core/CamelProducers.java | 28 +--
.../apache/camel/quarkus/core/CamelRecorder.java | 52 +++++
.../quarkus/support/common/CamelCapabilities.java | 1 +
.../atlasmap/deployment/AtlasmapProcessor.java | 2 +-
.../athena/deployment/Aws2AthenaProcessor.java | 8 +-
.../aws2/cw/deployment/Aws2CwProcessor.java | 8 +-
.../aws2/ddb/deployment/Aws2DdbProcessor.java | 7 +-
.../aws2/ec2/deployment/Aws2Ec2Processor.java | 7 +-
.../aws2/ecs/deployment/Aws2EcsProcessor.java | 7 +-
.../aws2/eks/deployment/Aws2EksProcessor.java | 7 +-
.../deployment/Aws2EventbridgeProcessor.java | 8 +-
.../aws2/iam/deployment/Aws2IamProcessor.java | 7 +-
.../aws2/kms/deployment/Aws2KmsProcessor.java | 8 +-
.../lambda/deployment/Aws2LambdaProcessor.java | 8 +-
.../aws2/mq/deployment/Aws2MqProcessor.java | 7 +-
.../aws2/msk/deployment/Aws2MskProcessor.java | 7 +-
.../aws2/s3/deployment/Aws2S3Processor.java | 8 +-
.../aws2/ses/deployment/Aws2SesProcessor.java | 7 +-
.../aws2/sns/deployment/Aws2SnsProcessor.java | 8 +-
.../aws2/sqs/deployment/Aws2SqsProcessor.java | 8 +-
.../aws2/sts/deployment/Aws2StsProcessor.java | 8 +-
.../deployment/Aws2TranslateProcessor.java | 8 +-
.../component/bean/deployment/BeanProcessor.java | 7 +
.../camel/quarkus/component/bean/BeanResource.java | 49 ++--
.../camel/quarkus/component/bean/BeanRoutes.java | 12 +
.../quarkus/component/bean/EndpointInjectBean.java | 36 ---
.../quarkus/component/bean/method/Producers.java | 1 +
.../camel/quarkus/component/bean/BeanTest.java | 23 +-
.../apache/camel/quarkus/core/CoreResource.java | 7 +-
.../core/annotations/CoreAnnotationsResource.java | 123 +++++++++++
.../core/annotations/CoreAnnotationsRoutes.java | 86 +++++++
.../camel/quarkus/core/CoreAnnotationsIT.java} | 2 +-
.../camel/quarkus/core/CoreAnnotationsTest.java | 88 ++++++++
.../java/org/apache/camel/quarkus/core/CoreIT.java | 14 +-
.../org/apache/camel/quarkus/core/CoreTest.java | 40 ++--
.../common/it/AbstractDebeziumResource.java | 14 +-
.../common/it/DebeziumMongodbResource.java | 10 +-
.../debezium/common/it/DebeziumMysqlResource.java | 8 +-
.../common/it/DebeziumSqlserverResource.java | 8 +-
.../src/main/resources/application.properties | 3 +-
.../common/it/mongodb/DebeziumMongodbTest.java | 6 +-
.../common/it/mysql/DebeziumMysqlTest.java | 10 +-
.../common/it/postgres/DebeziumPostgresTest.java | 6 +-
.../common/it/sqlserver/DebeziumSqlserverTest.java | 5 +-
.../src/main/resources/application.properties | 3 +-
.../google/storage/it/GoogleStorageResource.java | 3 +-
.../jslt/src/main/resources/application.properties | 1 +
.../quarkus/component/mllp/it/MllpResource.java | 12 +
.../camel/quarkus/component/mllp/it/MllpTest.java | 2 -
.../component/mllp/it/MllpTestResource.java | 37 ----
.../src/main/resources/application.properties | 1 +
54 files changed, 968 insertions(+), 190 deletions(-)
delete mode 100644
integration-tests/bean/src/main/java/org/apache/camel/quarkus/component/bean/EndpointInjectBean.java
create mode 100644
integration-tests/core/src/main/java/org/apache/camel/quarkus/core/annotations/CoreAnnotationsResource.java
create mode 100644
integration-tests/core/src/main/java/org/apache/camel/quarkus/core/annotations/CoreAnnotationsRoutes.java
copy
integration-tests/{simple/src/test/java/org/apache/camel/quarkus/core/SimpleIT.java
=> core/src/test/java/org/apache/camel/quarkus/core/CoreAnnotationsIT.java}
(93%)
create mode 100644
integration-tests/core/src/test/java/org/apache/camel/quarkus/core/CoreAnnotationsTest.java
copy integration-tests/{master =>
ftp}/src/main/resources/application.properties (96%)
delete mode 100644
integration-tests/mllp/src/test/java/org/apache/camel/quarkus/component/mllp/it/MllpTestResource.java