This is an automated email from the ASF dual-hosted git repository. davsclaus pushed a change to branch camel-3.20.x in repository https://gitbox.apache.org/repos/asf/camel.git
from 96dc2cdb2c4 CAMEL-19357: camel-jbang - Avoid blocking vertx event handler thread which can lead to WARN logs new 7836348a6ba CAMEL-19314 - Fixing the connection pool shutdown when aws health checks are used (#10009) new 2e41917edc5 Fix compile with java 11 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: .../cloudtrail/CloudtrailConsumerHealthCheck.java | 7 ++++--- .../SecretsManagerClientHealthCheck.java | 4 +++- .../aws2/athena/Athena2ClientHealthCheck.java | 5 +++-- .../component/aws2/cw/Cw2ClientHealthCheck.java | 4 +++- .../component/aws2/ddb/Ddb2ClientHealthCheck.java | 3 ++- .../component/aws2/ec2/AWS2EC2HealthCheck.java | 4 +++- .../component/aws2/eks/EKS2ClientHealthCheck.java | 4 +++- .../eventbridge/EventbridgeClientHealthCheck.java | 4 +++- .../camel/component/aws2/iam/IAM2HealthCheck.java | 5 +++-- .../aws2/kinesis/Kinesis2ConsumerHealthCheck.java | 24 ++-------------------- .../aws2/lambda/Lambda2ClientHealthCheck.java | 4 +++- .../component/aws2/mq/MQ2ClientHealthCheck.java | 6 ++++-- .../aws2/s3/AWS2S3ConsumerHealthCheck.java | 8 +++++--- .../camel/component/aws2/sns/Sns2HealthCheck.java | 6 ++++-- .../aws2/sqs/Sqs2ConsumerHealthCheck.java | 7 ++++--- .../translate/Translate2ClientHealthCheck.java | 4 +++- .../dsl/jbang/core/commands/CamelCommand.java | 3 ++- .../apache/camel/main/http/VertxHttpServer.java | 2 +- 18 files changed, 55 insertions(+), 49 deletions(-)