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

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


    from bdec651723 Bump actions/download-artifact from 4.1.8 to 4.1.9 (#7059)
     new 29da59dce7 Clean up usage of deprecated APIs
     new 8e863c1eb8 Configure cxf-soap-grouped pom.xml for auto formatting

The 2 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:
 .../quarkus/core/deployment/ConsumeProcessor.java  | 38 +++++-----
 .../core/deployment/InjectionPointsProcessor.java  | 33 ++++----
 .../activemq/deployment/ActiveMQProcessor.java     |  2 +-
 .../codegen/CamelQuarkusGrpcCodegenProvider.java   |  4 +-
 .../hazelcast/deployment/HazelcastProcessor.java   |  2 +-
 .../component/jpa/QuarkusTransactionStrategy.java  |  5 +-
 .../SmallRyeReactiveMessagingProcessor.java        | 43 ++++++-----
 .../aws2/aws-secrets-manager/pom.xml               |  5 ++
 .../secrets/manager/it/AwsSecretsManagerTest.java  |  2 +-
 .../it/AwsSecretsManagerTestEnvCustomizer.java     |  2 +-
 .../secrets/manager/it/AwsSecretsManagerUtil.java  |  2 +-
 .../it/CamelContextRefreshOnSecretRefreshTest.java |  2 +-
 .../manager/it/CamelContextSqsReloadTest.java      |  2 +-
 .../aws2/ddb/it/Aws2DdbTestEnvCustomizer.java      |  6 +-
 .../aws2/kinesis/it/Aws2KinesisFirehoseTest.java   |  2 +-
 .../kinesis/it/Aws2KinesisTestEnvCustomizer.java   | 20 ++---
 .../component/aws2/lambda/it/Aws2LambdaTest.java   | 12 +++
 .../lambda/it/Aws2LambdaTestEnvCustomizer.java     |  4 +-
 .../quarkus/component/aws2/s3/it/Aws2S3Test.java   |  2 +-
 .../aws2/s3/it/Aws2S3TestEnvCustomizer.java        |  2 +-
 .../quarkus/component/aws2/ses/it/Aws2SesTest.java |  2 +-
 .../aws2/sns/it/Aws2SqsSnsTestEnvCustomizer.java   |  6 +-
 .../aws2/sqs/it/Aws2SqsTestEnvCustomizer.java      |  8 +-
 .../azure/azure-key-vault/pom.xml                  |  5 ++
 .../it/AbstractAzureKeyVaultContextReloadTest.java |  2 +-
 .../storage/blob/it/AzureStorageBlobTest.java      |  2 +-
 .../storage/queue/it/AzureStorageQueueTest.java    |  2 +-
 .../soap/wss/client/it/CxfSoapWssClientTest.java   |  2 +-
 .../component/scheduler/it/SchedulerRoute.java     | 10 +--
 .../component/spring/redis/it/SpringRedisTest.java |  2 +-
 .../test/support/aws2/Aws2TestResource.java        |  1 -
 integration-tests/cxf-soap-grouped/pom.xml         | 87 +++++++++++-----------
 .../bigquery/it/GoogleBigqueryCustomizer.java      |  2 +-
 .../google/pubsub/it/GooglePubSubCustomizer.java   | 16 ++--
 .../secret/manager/it/GooglePubSubCustomizer.java  |  4 +-
 .../infinispan/common/model/PersonSchema.java      |  4 +-
 .../quarkus/component/jt400/it/Jt400Test.java      | 14 ++--
 .../component/langchain/it/MirrorAiService.java    |  3 +-
 .../camel/quarkus/component/mail/MailTest.java     |  2 +-
 .../component/oaipmh/it/MockOaipmhServer.java      | 17 ++---
 .../platform/http/it/TestHeaderFilterStrategy.java |  4 +-
 .../camel/quarkus/component/smb/it/SmbTest.java    |  2 +-
 .../component/splunk/hec/it/SplunkHecTest.java     | 25 ++++---
 integration-tests/splunk/pom.xml                   |  5 ++
 .../quarkus/component/splunk/it/SplunkTest.java    | 16 ++--
 .../quarkus/component/tarfile/it/TarfileTest.java  |  9 +--
 pom.xml                                            | 10 +++
 47 files changed, 244 insertions(+), 208 deletions(-)

Reply via email to