Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CAMEL-20388: Restore the old cookieStore Strategy #13837

Merged
merged 1 commit into from
Apr 17, 2024

Conversation

Croway
Copy link
Contributor

@Croway Croway commented Apr 17, 2024

The issue is related to cometd/cometd#1600, salesforce server replies with Set-Cookie values that are wrong or deprecated, and the latest setCookieParser implementation in Jetty 12 RFC6265SetCookieParser ignore some of the cookies, therefore, when the /connect endpoint is invoked, some cookies are missing and we get 403::Unknown client.

This PR simply restores the old setCookie and cookieParser strategy.

Copy link
Contributor

🌟 Thank you for your contribution to the Apache Camel project! 🌟

🤖 CI automation will test this PR automatically.

🐫 Apache Camel Committers, please review the following items:

  • First-time contributors require MANUAL approval for the GitHub Actions to run

  • You can use the command /component-test (camel-)component-name1 (camel-)component-name2.. to request a test from the test bot.

  • You can label PRs using build-all, build-dependents, skip-tests and test-dependents to fine-tune the checks executed by this PR.

  • Build and test logs are available in the Summary page. Only Apache Camel committers have access to the summary.

  • ⚠️ Be careful when sharing logs. Review their contents before sharing them publicly.

@davsclaus
Copy link
Contributor

I assume this needs to be backported to 4.4.x branch also

@davsclaus davsclaus merged commit b70721d into apache:main Apr 17, 2024
5 checks passed
orpiske added a commit that referenced this pull request Apr 22, 2024
CAMEL-20383: convert CI jobs to a Matrix job.

CAMEL-20383: renamed the JDK 17 Jenkinsfile so we can create the matrix job

Fixed license format on the Jenkinsfile

Martix Jenkins pipeline for CI/CD.

Updated the pipeline to consolidate all the CI automation in a single file.

Fixed license format on the matrix Jenkinsfiles

Fixed a few syntax errors on the Jenkinsfile

Fixed few syntax errors.

Fixed build on the CI

Also temporarily disabled a few steps to prevent problems for the actual jobs

Improve stage name for multi-arch builds

Fixed few syntax errors.

Used single quotes instead of double and removed java -version step.

Removed some commented param which are not needed.

Add another stage to send an email after every platform build.

Fixed invalid stage label

Added missing steps

Disable warning about publisher checks

Added a step to prevent a warning when sending email

Improved details for ppc64 and s390x build requirements

Updated matrix post build steps.

Added echo statement for post build step.

Removed unwanted jenkins pipelines.

Removed some lines.

Upgrade Opensearch test-infra image to version 2.13.0 (#13757)

* Upgrade Opensearch test-infra image to version 2.13.0

Signed-off-by: Andrea Cosentino <ancosen@gmail.com>

* Regen

Signed-off-by: Andrea Cosentino <ancosen@gmail.com>

---------

Signed-off-by: Andrea Cosentino <ancosen@gmail.com>

Bump com.cedarsoftware:java-util from 2.4.6 to 2.5.0 (#13749)

Bumps [com.cedarsoftware:java-util](https://github.com/jdereg/java-util) from 2.4.6 to 2.5.0.
- [Changelog](https://github.com/jdereg/java-util/blob/master/changelog.md)
- [Commits](https://github.com/jdereg/java-util/compare/2.4.6...2.5.0)

---
updated-dependencies:
- dependency-name: com.cedarsoftware:java-util
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

Bump johnzon-version from 2.0.0 to 2.0.1 (#13756)

Bumps `johnzon-version` from 2.0.0 to 2.0.1.

Updates `org.apache.johnzon:johnzon-jsonb` from 2.0.0 to 2.0.1

Updates `org.apache.johnzon:johnzon-core` from 2.0.0 to 2.0.1

---
updated-dependencies:
- dependency-name: org.apache.johnzon:johnzon-jsonb
  dependency-type: direct:development
  update-type: version-update:semver-patch
- dependency-name: org.apache.johnzon:johnzon-core
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

Bump io.milvus:milvus-sdk-java from 2.3.4 to 2.3.5 (#13753)

Bumps [io.milvus:milvus-sdk-java](https://github.com/milvus-io/milvus-sdk-java) from 2.3.4 to 2.3.5.
- [Release notes](https://github.com/milvus-io/milvus-sdk-java/releases)
- [Changelog](https://github.com/milvus-io/milvus-sdk-java/blob/v2.3.5/CHANGELOG.md)
- [Commits](https://github.com/milvus-io/milvus-sdk-java/compare/v2.3.4...v2.3.5)

---
updated-dependencies:
- dependency-name: io.milvus:milvus-sdk-java
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

CAMEL-20662: Add more consumer options for the gRPC server setup

Bump org.awaitility:awaitility from 4.2.0 to 4.2.1 (#13752)

Bumps [org.awaitility:awaitility](https://github.com/awaitility/awaitility) from 4.2.0 to 4.2.1.
- [Changelog](https://github.com/awaitility/awaitility/blob/master/changelog.txt)
- [Commits](https://github.com/awaitility/awaitility/compare/awaitility-4.2.0...awaitility-4.2.1)

---
updated-dependencies:
- dependency-name: org.awaitility:awaitility
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

(chores) camel-core: removed unnecessary test methods

(chores) camel-core: use static inner classes

(chores) camel-core: use bulk API calls

(chores) camel-core: prefer primitive values when possible

(chores) camel-core: simplify assertions

CAMEL-20758: remove commented code

CAMEL-20758: remove duplicated code

CAMEL-20758: allow user-provided subscription adapters

(chores) camel-core: removed empty string concatenations

(chores) camel-core: use Math calls when possible

(chores) camel-core: fixed bogus test assertions

(chores) camel-core: use isEmpty when possible

(chores) camel-core: do not use protected visibility on final classes

Upgrade Nats container image version to 2.10.14 (#13765)

Signed-off-by: Andrea Cosentino <ancosen@gmail.com>

Bump io.projectreactor:reactor-core from 3.6.4 to 3.6.5 (#13766)

Bumps [io.projectreactor:reactor-core](https://github.com/reactor/reactor-core) from 3.6.4 to 3.6.5.
- [Release notes](https://github.com/reactor/reactor-core/releases)
- [Commits](https://github.com/reactor/reactor-core/compare/v3.6.4...v3.6.5)

---
updated-dependencies:
- dependency-name: io.projectreactor:reactor-core
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

Bump com.slack.api:slack-api-client from 1.38.3 to 1.39.0 (#13768)

Bumps [com.slack.api:slack-api-client](https://github.com/slackapi/java-slack-sdk) from 1.38.3 to 1.39.0.
- [Release notes](https://github.com/slackapi/java-slack-sdk/releases)
- [Changelog](https://github.com/slackapi/java-slack-sdk/blob/main/jSlack_changelog.md)
- [Commits](https://github.com/slackapi/java-slack-sdk/compare/v1.38.3...v1.39.0)

---
updated-dependencies:
- dependency-name: com.slack.api:slack-api-client
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

Bump pulsar-version from 3.2.1 to 3.2.2 (#13767)

Bumps `pulsar-version` from 3.2.1 to 3.2.2.

Updates `org.apache.pulsar:pulsar-client` from 3.2.1 to 3.2.2
- [Release notes](https://github.com/apache/pulsar/releases)
- [Commits](https://github.com/apache/pulsar/compare/v3.2.1...v3.2.2)

Updates `org.apache.pulsar:pulsar-client-admin` from 3.2.1 to 3.2.2
- [Release notes](https://github.com/apache/pulsar/releases)
- [Commits](https://github.com/apache/pulsar/compare/v3.2.1...v3.2.2)

---
updated-dependencies:
- dependency-name: org.apache.pulsar:pulsar-client
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: org.apache.pulsar:pulsar-client-admin
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

Bump com.google.cloud:google-cloud-functions-bom from 2.41.0 to 2.43.0 (#13769)

Bumps com.google.cloud:google-cloud-functions-bom from 2.41.0 to 2.43.0.

---
updated-dependencies:
- dependency-name: com.google.cloud:google-cloud-functions-bom
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

Bump aws-java-sdk2-version from 2.25.29 to 2.25.30 (#13770)

Bumps `aws-java-sdk2-version` from 2.25.29 to 2.25.30.

Updates `software.amazon.awssdk:sqs` from 2.25.29 to 2.25.30

Updates `software.amazon.awssdk:kinesis` from 2.25.29 to 2.25.30

Updates `software.amazon.awssdk:s3` from 2.25.29 to 2.25.30

Updates `software.amazon.awssdk:sns` from 2.25.29 to 2.25.30

Updates `software.amazon.awssdk:cloudwatch` from 2.25.29 to 2.25.30

Updates `software.amazon.awssdk:ec2` from 2.25.29 to 2.25.30

Updates `software.amazon.awssdk:eventbridge` from 2.25.29 to 2.25.30

Updates `software.amazon.awssdk:iam` from 2.25.29 to 2.25.30

Updates `software.amazon.awssdk:kms` from 2.25.29 to 2.25.30

Updates `software.amazon.awssdk:lambda` from 2.25.29 to 2.25.30

Updates `software.amazon.awssdk:secretsmanager` from 2.25.29 to 2.25.30

Updates `software.amazon.awssdk:sts` from 2.25.29 to 2.25.30

Updates `software.amazon.awssdk:dynamodb` from 2.25.29 to 2.25.30

Updates `software.amazon.awssdk:config` from 2.25.29 to 2.25.30

Updates `software.amazon.awssdk:apache-client` from 2.25.29 to 2.25.30

Updates `software.amazon.awssdk:athena` from 2.25.29 to 2.25.30

Updates `software.amazon.awssdk:bedrock` from 2.25.29 to 2.25.30

Updates `software.amazon.awssdk:bedrockruntime` from 2.25.29 to 2.25.30

Updates `software.amazon.awssdk:bedrockagent` from 2.25.29 to 2.25.30

Updates `software.amazon.awssdk:bedrockagentruntime` from 2.25.29 to 2.25.30

Updates `software.amazon.awssdk:cloudtrail` from 2.25.29 to 2.25.30

Updates `software.amazon.awssdk:ecs` from 2.25.29 to 2.25.30

Updates `software.amazon.awssdk:eks` from 2.25.29 to 2.25.30

Updates `software.amazon.awssdk:netty-nio-client` from 2.25.29 to 2.25.30

Updates `software.amazon.awssdk:firehose` from 2.25.29 to 2.25.30

Updates `software.amazon.awssdk:kafka` from 2.25.29 to 2.25.30

Updates `software.amazon.awssdk:mq` from 2.25.29 to 2.25.30

Updates `software.amazon.awssdk:redshiftdata` from 2.25.29 to 2.25.30

Updates `software.amazon.awssdk:ses` from 2.25.29 to 2.25.30

Updates `software.amazon.awssdk:sfn` from 2.25.29 to 2.25.30

Updates `software.amazon.awssdk:timestreamquery` from 2.25.29 to 2.25.30

Updates `software.amazon.awssdk:timestreamwrite` from 2.25.29 to 2.25.30

Updates `software.amazon.awssdk:translate` from 2.25.29 to 2.25.30

---
updated-dependencies:
- dependency-name: software.amazon.awssdk:sqs
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: software.amazon.awssdk:kinesis
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: software.amazon.awssdk:s3
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: software.amazon.awssdk:sns
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: software.amazon.awssdk:cloudwatch
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: software.amazon.awssdk:ec2
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: software.amazon.awssdk:eventbridge
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: software.amazon.awssdk:iam
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: software.amazon.awssdk:kms
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: software.amazon.awssdk:lambda
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: software.amazon.awssdk:secretsmanager
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: software.amazon.awssdk:sts
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: software.amazon.awssdk:dynamodb
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: software.amazon.awssdk:config
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: software.amazon.awssdk:apache-client
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: software.amazon.awssdk:athena
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: software.amazon.awssdk:bedrock
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: software.amazon.awssdk:bedrockruntime
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: software.amazon.awssdk:bedrockagent
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: software.amazon.awssdk:bedrockagentruntime
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: software.amazon.awssdk:cloudtrail
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: software.amazon.awssdk:ecs
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: software.amazon.awssdk:eks
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: software.amazon.awssdk:netty-nio-client
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: software.amazon.awssdk:firehose
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: software.amazon.awssdk:kafka
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: software.amazon.awssdk:mq
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: software.amazon.awssdk:redshiftdata
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: software.amazon.awssdk:ses
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: software.amazon.awssdk:sfn
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: software.amazon.awssdk:timestreamquery
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: software.amazon.awssdk:timestreamwrite
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: software.amazon.awssdk:translate
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

(chores) camel-infinispan: minor test cleanups

(chores) camel-core-catalog: extract independent code snippets from large code blocks

(chores) camel-core-support: extract independent code snippets from large code blocks

(chores) camel-core-console: extract independent code snippets from large code blocks

(chores) camel-core-engine: extract independent code snippets from large code blocks

(chores) camel-core-processor: extract independent code snippets from large code blocks

(chores) camel-core-model: extract independent code snippets from large code blocks

(chores) camel-core-main: extract independent code snippets from large code blocks

CAMEL-20574 - Camel-Milvus: Add more producer operation - Query (#13774)

Signed-off-by: Andrea Cosentino <ancosen@gmail.com>

Bump io.nats:jnats from 2.17.3 to 2.17.6 (#13772)

Bumps [io.nats:jnats](https://github.com/nats-io/nats.java) from 2.17.3 to 2.17.6.
- [Release notes](https://github.com/nats-io/nats.java/releases)
- [Changelog](https://github.com/nats-io/nats.java/blob/main/CHANGELOG.md)
- [Commits](https://github.com/nats-io/nats.java/compare/2.17.3...2.17.6)

---
updated-dependencies:
- dependency-name: io.nats:jnats
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

Upgrade SmallRye Fault Tolerance to 6.3.0

Fixing documentation typos (#13764)

Downgrade Milvus SDK to 2.3.4 (#13777)

Signed-off-by: Andrea Cosentino <ancosen@gmail.com>

(chores) camel-core: disable flaky core tests on GitHub

upgrade spring 6.1.6 (#13778)

* Space vs tabs

* Upgrade to spring 6.1.6 and other spring projects

* Regen

CAMEL-20671: camel-core-model - DSL description should be attribute and not element in json metadata

Add properties to skip execution of the validate and route coverage mojos (#13717)

* Add properties to skip execution of the validate and route coverage mojos

* Fixing typo

* Better log messages

* Adding new parameters to documentation

Regen

CAMEL-20663: camel-main - Reading properties file should support mixed case and dash vs no-dash style all combinations (#13779)

Align DSL for Java, XML and YAML for error handler and stream caching (#13780)

* CAMEL-20666: Add errorHandler on route for EIP model (XML and YAML DSL) to be consistent.

* CAMEL-20665: YAML DSL Inconsistency - StreamCaching vs streamCache. Also mark some DSL in Java DSL as deprecated to make the DSLs consistent so Java DSL does not have special options.

* CAMEL-20665: YAML DSL Inconsistency - StreamCaching vs streamCache. Also mark some DSL in Java DSL as deprecated to make the DSLs consistent so Java DSL does not have special options.

Regen SBOM from commit 9de62afad05220f6fd413bbbc71c5c3ae2a66daf (#13781)

Signed-off-by: GitHub <noreply@github.com>
Co-authored-by: oscerd <oscerd@users.noreply.github.com>

(chores) camel-core: extract independent code snippets from large code blocks in tests

(chores) camel-core: externalized large strings from tests

CAMEL-20521: camel-amqp - AMQP publisher application is losing messages with local JMS transaction enabled (#13403)

Bump org.eclipse.parsson:parsson from 1.1.5 to 1.1.6 (#13783)

Bumps [org.eclipse.parsson:parsson](https://github.com/eclipse-ee4j/parsson) from 1.1.5 to 1.1.6.
- [Release notes](https://github.com/eclipse-ee4j/parsson/releases)
- [Commits](https://github.com/eclipse-ee4j/parsson/compare/1.1.5...1.1.6)

---
updated-dependencies:
- dependency-name: org.eclipse.parsson:parsson
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

CAMEL-20388: camel-salesforce - Invoke client.disconnect() when receiving connection failure message (#13725)

CAMEL-20670: Make platform-http-vertx multipart attachment ids consistent with other HTTP components

Bump aws-java-sdk2-version from 2.25.30 to 2.25.31 (#13785)

Bumps `aws-java-sdk2-version` from 2.25.30 to 2.25.31.

Updates `software.amazon.awssdk:sqs` from 2.25.30 to 2.25.31

Updates `software.amazon.awssdk:kinesis` from 2.25.30 to 2.25.31

Updates `software.amazon.awssdk:s3` from 2.25.30 to 2.25.31

Updates `software.amazon.awssdk:sns` from 2.25.30 to 2.25.31

Updates `software.amazon.awssdk:cloudwatch` from 2.25.30 to 2.25.31

Updates `software.amazon.awssdk:ec2` from 2.25.30 to 2.25.31

Updates `software.amazon.awssdk:eventbridge` from 2.25.30 to 2.25.31

Updates `software.amazon.awssdk:iam` from 2.25.30 to 2.25.31

Updates `software.amazon.awssdk:kms` from 2.25.30 to 2.25.31

Updates `software.amazon.awssdk:lambda` from 2.25.30 to 2.25.31

Updates `software.amazon.awssdk:secretsmanager` from 2.25.30 to 2.25.31

Updates `software.amazon.awssdk:sts` from 2.25.30 to 2.25.31

Updates `software.amazon.awssdk:dynamodb` from 2.25.30 to 2.25.31

Updates `software.amazon.awssdk:config` from 2.25.30 to 2.25.31

Updates `software.amazon.awssdk:apache-client` from 2.25.30 to 2.25.31

Updates `software.amazon.awssdk:athena` from 2.25.30 to 2.25.31

Updates `software.amazon.awssdk:bedrock` from 2.25.30 to 2.25.31

Updates `software.amazon.awssdk:bedrockruntime` from 2.25.30 to 2.25.31

Updates `software.amazon.awssdk:bedrockagent` from 2.25.30 to 2.25.31

Updates `software.amazon.awssdk:bedrockagentruntime` from 2.25.30 to 2.25.31

Updates `software.amazon.awssdk:cloudtrail` from 2.25.30 to 2.25.31

Updates `software.amazon.awssdk:ecs` from 2.25.30 to 2.25.31

Updates `software.amazon.awssdk:eks` from 2.25.30 to 2.25.31

Updates `software.amazon.awssdk:netty-nio-client` from 2.25.30 to 2.25.31

Updates `software.amazon.awssdk:firehose` from 2.25.30 to 2.25.31

Updates `software.amazon.awssdk:kafka` from 2.25.30 to 2.25.31

Updates `software.amazon.awssdk:mq` from 2.25.30 to 2.25.31

Updates `software.amazon.awssdk:redshiftdata` from 2.25.30 to 2.25.31

Updates `software.amazon.awssdk:ses` from 2.25.30 to 2.25.31

Updates `software.amazon.awssdk:sfn` from 2.25.30 to 2.25.31

Updates `software.amazon.awssdk:timestreamquery` from 2.25.30 to 2.25.31

Updates `software.amazon.awssdk:timestreamwrite` from 2.25.30 to 2.25.31

Updates `software.amazon.awssdk:translate` from 2.25.30 to 2.25.31

---
updated-dependencies:
- dependency-name: software.amazon.awssdk:sqs
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: software.amazon.awssdk:kinesis
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: software.amazon.awssdk:s3
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: software.amazon.awssdk:sns
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: software.amazon.awssdk:cloudwatch
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: software.amazon.awssdk:ec2
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: software.amazon.awssdk:eventbridge
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: software.amazon.awssdk:iam
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: software.amazon.awssdk:kms
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: software.amazon.awssdk:lambda
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: software.amazon.awssdk:secretsmanager
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: software.amazon.awssdk:sts
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: software.amazon.awssdk:dynamodb
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: software.amazon.awssdk:config
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: software.amazon.awssdk:apache-client
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: software.amazon.awssdk:athena
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: software.amazon.awssdk:bedrock
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: software.amazon.awssdk:bedrockruntime
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: software.amazon.awssdk:bedrockagent
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: software.amazon.awssdk:bedrockagentruntime
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: software.amazon.awssdk:cloudtrail
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: software.amazon.awssdk:ecs
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: software.amazon.awssdk:eks
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: software.amazon.awssdk:netty-nio-client
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: software.amazon.awssdk:firehose
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: software.amazon.awssdk:kafka
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: software.amazon.awssdk:mq
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: software.amazon.awssdk:redshiftdata
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: software.amazon.awssdk:ses
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: software.amazon.awssdk:sfn
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: software.amazon.awssdk:timestreamquery
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: software.amazon.awssdk:timestreamwrite
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: software.amazon.awssdk:translate
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

Bump groovy-version from 4.0.20 to 4.0.21 (#13786)

Bumps `groovy-version` from 4.0.20 to 4.0.21.

Updates `org.apache.groovy:groovy` from 4.0.20 to 4.0.21
- [Commits](https://github.com/apache/groovy/commits)

Updates `org.apache.groovy:groovy-ant` from 4.0.20 to 4.0.21
- [Commits](https://github.com/apache/groovy/commits)

Updates `org.apache.groovy:groovy-test-junit5` from 4.0.20 to 4.0.21
- [Commits](https://github.com/apache/groovy/commits)

---
updated-dependencies:
- dependency-name: org.apache.groovy:groovy
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: org.apache.groovy:groovy-ant
  dependency-type: direct:development
  update-type: version-update:semver-patch
- dependency-name: org.apache.groovy:groovy-test-junit5
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

Bump slf4j-version from 2.0.12 to 2.0.13 (#13787)

Bumps `slf4j-version` from 2.0.12 to 2.0.13.

Updates `org.slf4j:jcl-over-slf4j` from 2.0.12 to 2.0.13

Updates `org.slf4j:jul-to-slf4j` from 2.0.12 to 2.0.13

---
updated-dependencies:
- dependency-name: org.slf4j:jcl-over-slf4j
  dependency-type: direct:development
  update-type: version-update:semver-patch
- dependency-name: org.slf4j:jul-to-slf4j
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

Bump huaweicloud-sdk-version from 3.1.90 to 3.1.91 (#13788)

Bumps `huaweicloud-sdk-version` from 3.1.90 to 3.1.91.

Updates `com.huaweicloud.sdk:huaweicloud-sdk-core` from 3.1.90 to 3.1.91
- [Release notes](https://github.com/huaweicloud/huaweicloud-sdk-java-v3/releases)
- [Commits](https://github.com/huaweicloud/huaweicloud-sdk-java-v3/compare/v3.1.90...v3.1.91)

Updates `com.huaweicloud.sdk:huaweicloud-sdk-frs` from 3.1.90 to 3.1.91

Updates `com.huaweicloud.sdk:huaweicloud-sdk-functiongraph` from 3.1.90 to 3.1.91

Updates `com.huaweicloud.sdk:huaweicloud-sdk-iam` from 3.1.90 to 3.1.91

Updates `com.huaweicloud.sdk:huaweicloud-sdk-image` from 3.1.90 to 3.1.91

Updates `com.huaweicloud.sdk:huaweicloud-sdk-smn` from 3.1.90 to 3.1.91

---
updated-dependencies:
- dependency-name: com.huaweicloud.sdk:huaweicloud-sdk-core
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: com.huaweicloud.sdk:huaweicloud-sdk-frs
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: com.huaweicloud.sdk:huaweicloud-sdk-functiongraph
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: com.huaweicloud.sdk:huaweicloud-sdk-iam
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: com.huaweicloud.sdk:huaweicloud-sdk-image
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: com.huaweicloud.sdk:huaweicloud-sdk-smn
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

camel-jbang - Upgrade to hawtio 4.0.0 (#13789)

CAMEL-20673: camel-core - Add type converter for string to TimeUnit (#13790)

CAMEL-20674: camel-xml-io - Allow parser to santize uris from XML that may be set by end user using multi line which causes uri to be with whitespace noise.

CAMEL-20676: camel-snmp - Delay cannot be configured (#13791)

CAMEL-20661: Upgrade to bouncy castle 1.78 (#13792)

Upgrade kubernetes client 6.12.0 and remove unused version (#13793)

(chores) camel-core: simplify collection call

(chores) camel-core: simplify assertions

(chores) camel-core: modernized throw-based assertions

(chores) camel-core: fixed incorrect test

The test was always using the bean from the parent class, resulting in the one from the subclass being unused.

(chores) ci: prevent stopping the whole pipeline for failures on Java 21

Update HazelcastSedaConsumer.java (#13795)

CAMEL-20677: If "transacted" is enabled, the transaction never gets committed if body is null. This leads to "Camel Exception cause:  java.lang.IllegalStateException: Nested transactions are not allowed!".

Upgrade debezium 2.6.1 (#13796)

Bump logback-version from 1.5.3 to 1.5.5 (#13797)

Bumps `logback-version` from 1.5.3 to 1.5.5.

Updates `ch.qos.logback:logback-classic` from 1.5.3 to 1.5.5
- [Commits](https://github.com/qos-ch/logback/compare/v_1.5.3...v_1.5.5)

Updates `ch.qos.logback:logback-core` from 1.5.3 to 1.5.5
- [Commits](https://github.com/qos-ch/logback/compare/v_1.5.3...v_1.5.5)

---
updated-dependencies:
- dependency-name: ch.qos.logback:logback-classic
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: ch.qos.logback:logback-core
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

Bump org.opensearch.client:opensearch-java from 2.9.1 to 2.10.0 (#13799)

Bumps [org.opensearch.client:opensearch-java](https://github.com/opensearch-project/opensearch-java) from 2.9.1 to 2.10.0.
- [Release notes](https://github.com/opensearch-project/opensearch-java/releases)
- [Changelog](https://github.com/opensearch-project/opensearch-java/blob/main/CHANGELOG.md)
- [Commits](https://github.com/opensearch-project/opensearch-java/compare/v2.9.1...v2.10.0)

---
updated-dependencies:
- dependency-name: org.opensearch.client:opensearch-java
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

Bump io.camunda:zeebe-client-java from 8.4.5 to 8.5.0 (#13800)

Bumps [io.camunda:zeebe-client-java](https://github.com/camunda/zeebe) from 8.4.5 to 8.5.0.
- [Release notes](https://github.com/camunda/zeebe/releases)
- [Changelog](https://github.com/camunda/zeebe/blob/main/CHANGELOG.md)
- [Commits](https://github.com/camunda/zeebe/compare/8.4.5...8.5.0)

---
updated-dependencies:
- dependency-name: io.camunda:zeebe-client-java
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

(chores) camel-core: isolate flaky test

(chores) camel-core: removed unused operations in tests

(chores) camel-core: assert pre-conditions to prevent misleading errors and exceptions

(chores) camel-core: removed unused code

Bump org.apache.maven.plugins:maven-jar-plugin from 3.3.0 to 3.4.0 (#13801)

Bumps [org.apache.maven.plugins:maven-jar-plugin](https://github.com/apache/maven-jar-plugin) from 3.3.0 to 3.4.0.
- [Release notes](https://github.com/apache/maven-jar-plugin/releases)
- [Commits](https://github.com/apache/maven-jar-plugin/compare/maven-jar-plugin-3.3.0...maven-jar-plugin-3.4.0)

---
updated-dependencies:
- dependency-name: org.apache.maven.plugins:maven-jar-plugin
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

Bump jooq-version from 3.19.6 to 3.19.7 (#13803)

Bumps `jooq-version` from 3.19.6 to 3.19.7.

Updates `org.jooq:jooq` from 3.19.6 to 3.19.7

Updates `org.jooq:jooq-codegen-maven` from 3.19.6 to 3.19.7

---
updated-dependencies:
- dependency-name: org.jooq:jooq
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: org.jooq:jooq-codegen-maven
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

Bump org.atmosphere:atmosphere-runtime from 3.0.5 to 3.0.8 (#13807)

Bumps [org.atmosphere:atmosphere-runtime](https://github.com/Atmosphere/atmosphere) from 3.0.5 to 3.0.8.
- [Commits](https://github.com/Atmosphere/atmosphere/compare/atmosphere-project-3.0.5...atmosphere-project-3.0.8)

---
updated-dependencies:
- dependency-name: org.atmosphere:atmosphere-runtime
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

Bump io.github.classgraph:classgraph from 4.8.168 to 4.8.170 (#13808)

Bumps [io.github.classgraph:classgraph](https://github.com/classgraph/classgraph) from 4.8.168 to 4.8.170.
- [Release notes](https://github.com/classgraph/classgraph/releases)
- [Commits](https://github.com/classgraph/classgraph/compare/classgraph-4.8.168...classgraph-4.8.170)

---
updated-dependencies:
- dependency-name: io.github.classgraph:classgraph
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

Bump org.codehaus.mojo:jaxb2-maven-plugin from 3.1.0 to 3.2.0 (#13812)

Bumps [org.codehaus.mojo:jaxb2-maven-plugin](https://github.com/mojohaus/jaxb2-maven-plugin) from 3.1.0 to 3.2.0.
- [Release notes](https://github.com/mojohaus/jaxb2-maven-plugin/releases)
- [Commits](https://github.com/mojohaus/jaxb2-maven-plugin/compare/jaxb2-maven-plugin-3.1.0...jaxb2-maven-plugin-3.2.0)

---
updated-dependencies:
- dependency-name: org.codehaus.mojo:jaxb2-maven-plugin
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

Bump org.apache.hadoop:hadoop-client from 3.3.6 to 3.4.0 (#13810)

Bumps org.apache.hadoop:hadoop-client from 3.3.6 to 3.4.0.

---
updated-dependencies:
- dependency-name: org.apache.hadoop:hadoop-client
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

Bump langchain4j.version from 0.29.0 to 0.29.1 (#13805)

Bumps `langchain4j.version` from 0.29.0 to 0.29.1.

Updates `dev.langchain4j:langchain4j` from 0.29.0 to 0.29.1
- [Release notes](https://github.com/langchain4j/langchain4j/releases)
- [Commits](https://github.com/langchain4j/langchain4j/compare/0.29.0...0.29.1)

Updates `dev.langchain4j:langchain4j-ollama` from 0.29.0 to 0.29.1
- [Release notes](https://github.com/langchain4j/langchain4j/releases)
- [Commits](https://github.com/langchain4j/langchain4j/compare/0.29.0...0.29.1)

Updates `dev.langchain4j:langchain4j-core` from 0.29.0 to 0.29.1
- [Release notes](https://github.com/langchain4j/langchain4j/releases)
- [Commits](https://github.com/langchain4j/langchain4j/compare/0.29.0...0.29.1)

Updates `dev.langchain4j:langchain4j-embeddings` from 0.29.0 to 0.29.1
- [Release notes](https://github.com/langchain4j/langchain4j-embeddings/releases)
- [Commits](https://github.com/langchain4j/langchain4j-embeddings/compare/0.29.0...0.29.1)

Updates `dev.langchain4j:langchain4j-embeddings-all-minilm-l6-v2` from 0.29.0 to 0.29.1
- [Release notes](https://github.com/langchain4j/langchain4j-embeddings/releases)
- [Commits](https://github.com/langchain4j/langchain4j-embeddings/compare/0.29.0...0.29.1)

---
updated-dependencies:
- dependency-name: dev.langchain4j:langchain4j
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: dev.langchain4j:langchain4j-ollama
  dependency-type: direct:development
  update-type: version-update:semver-patch
- dependency-name: dev.langchain4j:langchain4j-core
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: dev.langchain4j:langchain4j-embeddings
  dependency-type: direct:development
  update-type: version-update:semver-patch
- dependency-name: dev.langchain4j:langchain4j-embeddings-all-minilm-l6-v2
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

Bump opentelemetry-version from 1.36.0 to 1.37.0 (#13809)

Bumps `opentelemetry-version` from 1.36.0 to 1.37.0.

Updates `io.opentelemetry:opentelemetry-sdk-testing` from 1.36.0 to 1.37.0
- [Release notes](https://github.com/open-telemetry/opentelemetry-java/releases)
- [Changelog](https://github.com/open-telemetry/opentelemetry-java/blob/main/CHANGELOG.md)
- [Commits](https://github.com/open-telemetry/opentelemetry-java/compare/v1.36.0...v1.37.0)

Updates `io.opentelemetry:opentelemetry-sdk` from 1.36.0 to 1.37.0
- [Release notes](https://github.com/open-telemetry/opentelemetry-java/releases)
- [Changelog](https://github.com/open-telemetry/opentelemetry-java/blob/main/CHANGELOG.md)
- [Commits](https://github.com/open-telemetry/opentelemetry-java/compare/v1.36.0...v1.37.0)

Updates `io.opentelemetry:opentelemetry-api` from 1.36.0 to 1.37.0
- [Release notes](https://github.com/open-telemetry/opentelemetry-java/releases)
- [Changelog](https://github.com/open-telemetry/opentelemetry-java/blob/main/CHANGELOG.md)
- [Commits](https://github.com/open-telemetry/opentelemetry-java/compare/v1.36.0...v1.37.0)

---
updated-dependencies:
- dependency-name: io.opentelemetry:opentelemetry-sdk-testing
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: io.opentelemetry:opentelemetry-sdk
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: io.opentelemetry:opentelemetry-api
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

Bump spring-security-version from 6.2.3 to 6.2.4 (#13815)

Bumps `spring-security-version` from 6.2.3 to 6.2.4.

Updates `org.springframework.security:spring-security-core` from 6.2.3 to 6.2.4
- [Release notes](https://github.com/spring-projects/spring-security/releases)
- [Changelog](https://github.com/spring-projects/spring-security/blob/main/RELEASE.adoc)
- [Commits](https://github.com/spring-projects/spring-security/compare/6.2.3...6.2.4)

Updates `org.springframework.security:spring-security-config` from 6.2.3 to 6.2.4
- [Release notes](https://github.com/spring-projects/spring-security/releases)
- [Changelog](https://github.com/spring-projects/spring-security/blob/main/RELEASE.adoc)
- [Commits](https://github.com/spring-projects/spring-security/compare/6.2.3...6.2.4)

Updates `org.springframework.security:spring-security-oauth2-client` from 6.2.3 to 6.2.4
- [Release notes](https://github.com/spring-projects/spring-security/releases)
- [Changelog](https://github.com/spring-projects/spring-security/blob/main/RELEASE.adoc)
- [Commits](https://github.com/spring-projects/spring-security/compare/6.2.3...6.2.4)

Updates `org.springframework.security:spring-security-oauth2-jose` from 6.2.3 to 6.2.4
- [Release notes](https://github.com/spring-projects/spring-security/releases)
- [Changelog](https://github.com/spring-projects/spring-security/blob/main/RELEASE.adoc)
- [Commits](https://github.com/spring-projects/spring-security/compare/6.2.3...6.2.4)

Updates `org.springframework.security:spring-security-oauth2-resource-server` from 6.2.3 to 6.2.4
- [Release notes](https://github.com/spring-projects/spring-security/releases)
- [Changelog](https://github.com/spring-projects/spring-security/blob/main/RELEASE.adoc)
- [Commits](https://github.com/spring-projects/spring-security/compare/6.2.3...6.2.4)

---
updated-dependencies:
- dependency-name: org.springframework.security:spring-security-core
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: org.springframework.security:spring-security-config
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: org.springframework.security:spring-security-oauth2-client
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: org.springframework.security:spring-security-oauth2-jose
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: org.springframework.security:spring-security-oauth2-resource-server
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

Bump org.apache.activemq:activemq-client-jakarta from 5.18.3 to 5.18.4 (#13813)

Bumps org.apache.activemq:activemq-client-jakarta from 5.18.3 to 5.18.4.

---
updated-dependencies:
- dependency-name: org.apache.activemq:activemq-client-jakarta
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

Bump infinispan-version from 15.0.0.Final to 15.0.1.Final (#13804)

Bumps `infinispan-version` from 15.0.0.Final to 15.0.1.Final.

Updates `org.infinispan:infinispan-commons` from 15.0.0.Final to 15.0.1.Final

Updates `org.infinispan:infinispan-query-dsl` from 15.0.0.Final to 15.0.1.Final
- [Release notes](https://github.com/infinispan/infinispan/releases)
- [Changelog](https://github.com/infinispan/infinispan/blob/main/Jenkinsfile-release)
- [Commits](https://github.com/infinispan/infinispan/compare/15.0.0.Final...15.0.1.Final)

Updates `org.infinispan:infinispan-core` from 15.0.0.Final to 15.0.1.Final
- [Release notes](https://github.com/infinispan/infinispan/releases)
- [Changelog](https://github.com/infinispan/infinispan/blob/main/Jenkinsfile-release)
- [Commits](https://github.com/infinispan/infinispan/compare/15.0.0.Final...15.0.1.Final)

Updates `org.infinispan:infinispan-query` from 15.0.0.Final to 15.0.1.Final
- [Release notes](https://github.com/infinispan/infinispan/releases)
- [Changelog](https://github.com/infinispan/infinispan/blob/main/Jenkinsfile-release)
- [Commits](https://github.com/infinispan/infinispan/compare/15.0.0.Final...15.0.1.Final)

Updates `org.infinispan:infinispan-component-annotations` from 15.0.0.Final to 15.0.1.Final

Updates `org.infinispan:infinispan-commons-test` from 15.0.0.Final to 15.0.1.Final
- [Release notes](https://github.com/infinispan/infinispan/releases)
- [Changelog](https://github.com/infinispan/infinispan/blob/main/Jenkinsfile-release)
- [Commits](https://github.com/infinispan/infinispan/compare/15.0.0.Final...15.0.1.Final)

Updates `org.infinispan:infinispan-spring6-embedded` from 15.0.0.Final to 15.0.1.Final

Updates `org.infinispan:proto-sample-domain-implementation` from 15.0.0.Final to 15.0.1.Final

Updates `org.infinispan:infinispan-client-hotrod` from 15.0.0.Final to 15.0.1.Final

Updates `org.infinispan:infinispan-remote-query-client` from 15.0.0.Final to 15.0.1.Final
- [Release notes](https://github.com/infinispan/infinispan/releases)
- [Changelog](https://github.com/infinispan/infinispan/blob/main/Jenkinsfile-release)
- [Commits](https://github.com/infinispan/infinispan/compare/15.0.0.Final...15.0.1.Final)

Updates `org.infinispan:infinispan-spring6-remote` from 15.0.0.Final to 15.0.1.Final

---
updated-dependencies:
- dependency-name: org.infinispan:infinispan-commons
  dependency-type: direct:development
  update-type: version-update:semver-patch
- dependency-name: org.infinispan:infinispan-query-dsl
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: org.infinispan:infinispan-core
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: org.infinispan:infinispan-query
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: org.infinispan:infinispan-component-annotations
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: org.infinispan:infinispan-commons-test
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: org.infinispan:infinispan-spring6-embedded
  dependency-type: direct:development
  update-type: version-update:semver-patch
- dependency-name: org.infinispan:proto-sample-domain-implementation
  dependency-type: direct:development
  update-type: version-update:semver-patch
- dependency-name: org.infinispan:infinispan-client-hotrod
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: org.infinispan:infinispan-remote-query-client
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: org.infinispan:infinispan-spring6-remote
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

Bump opensearch-rest-client-version from 2.12.0 to 2.13.0 (#13802)

Bumps `opensearch-rest-client-version` from 2.12.0 to 2.13.0.

Updates `org.opensearch.client:opensearch-rest-client` from 2.12.0 to 2.13.0
- [Release notes](https://github.com/opensearch-project/OpenSearch/releases)
- [Changelog](https://github.com/opensearch-project/OpenSearch/blob/main/CHANGELOG-3.0.md)
- [Commits](https://github.com/opensearch-project/OpenSearch/compare/2.12.0...2.13.0)

Updates `org.opensearch.client:opensearch-rest-client-sniffer` from 2.12.0 to 2.13.0
- [Release notes](https://github.com/opensearch-project/OpenSearch/releases)
- [Changelog](https://github.com/opensearch-project/OpenSearch/blob/main/CHANGELOG-3.0.md)
- [Commits](https://github.com/opensearch-project/OpenSearch/compare/2.12.0...2.13.0)

---
updated-dependencies:
- dependency-name: org.opensearch.client:opensearch-rest-client
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: org.opensearch.client:opensearch-rest-client-sniffer
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

Bump org.snmp4j:snmp4j from 3.7.8 to 3.8.0 (#13814)

Bumps org.snmp4j:snmp4j from 3.7.8 to 3.8.0.

---
updated-dependencies:
- dependency-name: org.snmp4j:snmp4j
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

Bump commons-io:commons-io from 2.15.1 to 2.16.1 (#13806)

Bumps commons-io:commons-io from 2.15.1 to 2.16.1.

---
updated-dependencies:
- dependency-name: commons-io:commons-io
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

CAMEL-20678: camel-google-sheets - Error setting scopes parameter (#13817)

* CAMEL-20678: camel-google-sheets - Error setting scopes parameter

* CAMEL-20678: camel-google-sheets - Error setting scopes parameter

(chores) camel-core: removed unused operations in tests

(chores) camel-core: cleaned up duplicated code

(chores) camel-core: cleaned up duplicated code dealing with variable repositories

(chores) camel-core: separate setup from test execution

(chores) camel-core: removed unused operations in tests

[CAMEL-19779] Refactor code generators to use velocity templates

[CAMEL-19779] Regen

Regen

Fix endpoint builders

Regen

Regen

CAMEL-20669: camel-jbang - Fix export with metrics=true and also include camel-micromemeter-prometheus for camel-main runtime.

Regen

Bump aws-java-sdk2-version from 2.25.31 to 2.25.32 (#13828)

Bumps `aws-java-sdk2-version` from 2.25.31 to 2.25.32.

Updates `software.amazon.awssdk:sqs` from 2.25.31 to 2.25.32

Updates `software.amazon.awssdk:kinesis` from 2.25.31 to 2.25.32

Updates `software.amazon.awssdk:s3` from 2.25.31 to 2.25.32

Updates `software.amazon.awssdk:sns` from 2.25.31 to 2.25.32

Updates `software.amazon.awssdk:cloudwatch` from 2.25.31 to 2.25.32

Updates `software.amazon.awssdk:ec2` from 2.25.31 to 2.25.32

Updates `software.amazon.awssdk:eventbridge` from 2.25.31 to 2.25.32

Updates `software.amazon.awssdk:iam` from 2.25.31 to 2.25.32

Updates `software.amazon.awssdk:kms` from 2.25.31 to 2.25.32

Updates `software.amazon.awssdk:lambda` from 2.25.31 to 2.25.32

Updates `software.amazon.awssdk:secretsmanager` from 2.25.31 to 2.25.32

Updates `software.amazon.awssdk:sts` from 2.25.31 to 2.25.32

Updates `software.amazon.awssdk:dynamodb` from 2.25.31 to 2.25.32

Updates `software.amazon.awssdk:config` from 2.25.31 to 2.25.32

Updates `software.amazon.awssdk:apache-client` from 2.25.31 to 2.25.32

Updates `software.amazon.awssdk:athena` from 2.25.31 to 2.25.32

Updates `software.amazon.awssdk:bedrock` from 2.25.31 to 2.25.32

Updates `software.amazon.awssdk:bedrockruntime` from 2.25.31 to 2.25.32

Updates `software.amazon.awssdk:bedrockagent` from 2.25.31 to 2.25.32

Updates `software.amazon.awssdk:bedrockagentruntime` from 2.25.31 to 2.25.32

Updates `software.amazon.awssdk:cloudtrail` from 2.25.31 to 2.25.32

Updates `software.amazon.awssdk:ecs` from 2.25.31 to 2.25.32

Updates `software.amazon.awssdk:eks` from 2.25.31 to 2.25.32

Updates `software.amazon.awssdk:netty-nio-client` from 2.25.31 to 2.25.32

Updates `software.amazon.awssdk:firehose` from 2.25.31 to 2.25.32

Updates `software.amazon.awssdk:kafka` from 2.25.31 to 2.25.32

Updates `software.amazon.awssdk:mq` from 2.25.31 to 2.25.32

Updates `software.amazon.awssdk:redshiftdata` from 2.25.31 to 2.25.32

Updates `software.amazon.awssdk:ses` from 2.25.31 to 2.25.32

Updates `software.amazon.awssdk:sfn` from 2.25.31 to 2.25.32

Updates `software.amazon.awssdk:timestreamquery` from 2.25.31 to 2.25.32

Updates `software.amazon.awssdk:timestreamwrite` from 2.25.31 to 2.25.32

Updates `software.amazon.awssdk:translate` from 2.25.31 to 2.25.32

---
updated-dependencies:
- dependency-name: software.amazon.awssdk:sqs
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: software.amazon.awssdk:kinesis
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: software.amazon.awssdk:s3
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: software.amazon.awssdk:sns
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: software.amazon.awssdk:cloudwatch
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: software.amazon.awssdk:ec2
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: software.amazon.awssdk:eventbridge
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: software.amazon.awssdk:iam
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: software.amazon.awssdk:kms
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: software.amazon.awssdk:lambda
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: software.amazon.awssdk:secretsmanager
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: software.amazon.awssdk:sts
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: software.amazon.awssdk:dynamodb
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: software.amazon.awssdk:config
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: software.amazon.awssdk:apache-client
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: software.amazon.awssdk:athena
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: software.amazon.awssdk:bedrock
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: software.amazon.awssdk:bedrockruntime
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: software.amazon.awssdk:bedrockagent
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: software.amazon.awssdk:bedrockagentruntime
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: software.amazon.awssdk:cloudtrail
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: software.amazon.awssdk:ecs
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: software.amazon.awssdk:eks
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: software.amazon.awssdk:netty-nio-client
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: software.amazon.awssdk:firehose
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: software.amazon.awssdk:kafka
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: software.amazon.awssdk:mq
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: software.amazon.awssdk:redshiftdata
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: software.amazon.awssdk:ses
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: software.amazon.awssdk:sfn
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: software.amazon.awssdk:timestreamquery
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: software.amazon.awssdk:timestreamwrite
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: software.amazon.awssdk:translate
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

Bump camunda-version from 7.20.0 to 7.21.0 (#13829)

Bumps `camunda-version` from 7.20.0 to 7.21.0.

Updates `org.camunda.bpm:camunda-bom` from 7.20.0 to 7.21.0

Updates `org.camunda.bpm.model:camunda-xml-model` from 7.20.0 to 7.21.0

---
updated-dependencies:
- dependency-name: org.camunda.bpm:camunda-bom
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: org.camunda.bpm.model:camunda-xml-model
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

Fix CI

(chores) ci: avoid skipping core tests

This should ensure that the incremental script will proceed when there are only core changes.

Bump org.graalvm.js:js-language from 24.0.0 to 24.0.1 (#13827)

Bumps [org.graalvm.js:js-language](https://github.com/graalvm/graaljs) from 24.0.0 to 24.0.1.
- [Release notes](https://github.com/graalvm/graaljs/releases)
- [Changelog](https://github.com/oracle/graaljs/blob/vm-24.0.1/CHANGELOG.md)
- [Commits](https://github.com/graalvm/graaljs/compare/vm-24.0.0...vm-24.0.1)

---
updated-dependencies:
- dependency-name: org.graalvm.js:js-language
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

Bump com.google.apis:google-api-services-sheets (#13833)

Bumps com.google.apis:google-api-services-sheets from v4-rev20240319-2.0.0 to v4-rev20240402-2.0.0.

---
updated-dependencies:
- dependency-name: com.google.apis:google-api-services-sheets
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

Bump org.apache.commons:commons-text from 1.11.0 to 1.12.0 (#13831)

Bumps org.apache.commons:commons-text from 1.11.0 to 1.12.0.

---
updated-dependencies:
- dependency-name: org.apache.commons:commons-text
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

Bump org.apache.maven.plugins:maven-plugin-plugin from 3.11.0 to 3.12.0 (#13832)

Bumps [org.apache.maven.plugins:maven-plugin-plugin](https://github.com/apache/maven-plugin-tools) from 3.11.0 to 3.12.0.
- [Release notes](https://github.com/apache/maven-plugin-tools/releases)
- [Commits](https://github.com/apache/maven-plugin-tools/compare/maven-plugin-tools-3.11.0...maven-plugin-tools-3.12.0)

---
updated-dependencies:
- dependency-name: org.apache.maven.plugins:maven-plugin-plugin
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

[CAMEL-20675] camel-spring-boot: move cluster service implementations to dedicated starters

CAMEL-20672: camel-jbang run with --source-dir should preload application.properties

(chores) camel-infinispan: reduce test verbosity

(chores) ci: ensure regen saves to the correct build log file

(chores) ci: save to the correct build log for builds triggered by push

CAMEL-20684: Improve MicroProfile Fault Tolerance timer setup

(chores) ci: fixed incorrect file path

Xfix (#13841)

* CAMEL-20667: Add ref error handler to model. camel-yaml-dsl: Avoid two kinds of error handler in the schema model.

* Fix unit test as the xml dumper may have changed recently

* Regen

CAMEL-20388: Restore the old cookieStore Strategy (#13837)

(chores) camel-core: isolate resource intensive test

(chores) camel-core: prefer local variables in tests

(chores) camel-core: fixed typo in the test name

camel-jbang - Fix potential NPE in debug

camel-jbang - Upgrade to Q 3.9.3

Fix docs for website build

(chores) camel-core: extract independent code snippets from large code blocks in tests

(chores) camel-core: use final variables in tests

Bump com.google.cloud:google-cloud-secretmanager-bom (#13844)

Bumps com.google.cloud:google-cloud-secretmanager-bom from 2.36.0 to 2.41.0.

---
updated-dependencies:
- dependency-name: com.google.cloud:google-cloud-secretmanager-bom
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

Trydebug (#13847)

* CAMEL-20685: Tidy up code a little bit

* CAMEL-20685: Debugging doTry/doCatch/doFinally needs special logic for debugger to only move into blocks when debugging is accepted.

Upgrade Infinispan Container Image to version 15.0.1.Final (#13846)

Signed-off-by: Andrea Cosentino <ancosen@gmail.com>

CAMEL-20613: set AbstractCamelContext#endpointStrategies to ConcurrentHashSet to prevent ConcurrentModificationException (#13820)

If a thread iterates over the list of strategies while another thread adds a new strategy, ConcurrentModificationException is thrown. To fix this issue, AbstractCamelContext#endpointStrategies can be set to a thread-safe collection.

CAMEL-20614: deep-copy output processors during instantiation of a route template (#13823)

* CAMEL-20614: deep-copy output processors during instantiation of a route template

When multiple threads try to instantiate and send an exchange to the same kamelet in parallel, org.apache.camel.component.kamelet.KameletConsumerNotAvailableException may be thrown because the underlying RouteTemplateDefinition is shallow-copied and changes to the RouteDefinition are reflected in the RouteTemplateDefinition.

* CAMEL-20614: add shallowCopy as per code review comment

* CAMEL-20614: update access modifiers of copy constructors to be protected as per code review comment

* CAMEL-20614: add unit tests

Upgrade kubernetes 6.12.1

Pi array (#13848)

* CAMEL-20688: Add support for array types for @PropertyInject using a separator

* CAMEL-20688: Add support for array types for @PropertyInject using a separator

CAMEL-20687: camel-kamelet - Make kamelets that have ids assigned - t… (#13849)

* CAMEL-20687: camel-kamelet - Make kamelets that have ids assigned - to use nodePrefixId for avoid duplicate id clashes

* CAMEL-20687: camel-kamelet - Make kamelets that have ids assigned - to use nodePrefixId for avoid duplicate id clashes

Update known JARs in camel-jbang

CAMEL-20688: Add support for array types for @PropertyInject using a separator

camel-jbang - Upgrade Q 3.9.4

Revert "Merge branch 'apache:main' into matrix"

This reverts commit 58e4164a4b2fa045af90b069f9b3d88fd1c232e3, reversing
changes made to df1e5fead5896ac23b6b1c62f7892dbcbdc153e1.
4nt01ne pushed a commit to 4nt01ne/camel that referenced this pull request May 14, 2024
CAMEL-20383: convert CI jobs to a Matrix job.

CAMEL-20383: renamed the JDK 17 Jenkinsfile so we can create the matrix job

Fixed license format on the Jenkinsfile

Martix Jenkins pipeline for CI/CD.

Updated the pipeline to consolidate all the CI automation in a single file.

Fixed license format on the matrix Jenkinsfiles

Fixed a few syntax errors on the Jenkinsfile

Fixed few syntax errors.

Fixed build on the CI

Also temporarily disabled a few steps to prevent problems for the actual jobs

Improve stage name for multi-arch builds

Fixed few syntax errors.

Used single quotes instead of double and removed java -version step.

Removed some commented param which are not needed.

Add another stage to send an email after every platform build.

Fixed invalid stage label

Added missing steps

Disable warning about publisher checks

Added a step to prevent a warning when sending email

Improved details for ppc64 and s390x build requirements

Updated matrix post build steps.

Added echo statement for post build step.

Removed unwanted jenkins pipelines.

Removed some lines.

Upgrade Opensearch test-infra image to version 2.13.0 (#13757)

* Upgrade Opensearch test-infra image to version 2.13.0

Signed-off-by: Andrea Cosentino <ancosen@gmail.com>

* Regen

Signed-off-by: Andrea Cosentino <ancosen@gmail.com>

---------

Signed-off-by: Andrea Cosentino <ancosen@gmail.com>

Bump com.cedarsoftware:java-util from 2.4.6 to 2.5.0 (#13749)

Bumps [com.cedarsoftware:java-util](https://github.com/jdereg/java-util) from 2.4.6 to 2.5.0.
- [Changelog](https://github.com/jdereg/java-util/blob/master/changelog.md)
- [Commits](https://github.com/jdereg/java-util/compare/2.4.6...2.5.0)

---
updated-dependencies:
- dependency-name: com.cedarsoftware:java-util
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

Bump johnzon-version from 2.0.0 to 2.0.1 (#13756)

Bumps `johnzon-version` from 2.0.0 to 2.0.1.

Updates `org.apache.johnzon:johnzon-jsonb` from 2.0.0 to 2.0.1

Updates `org.apache.johnzon:johnzon-core` from 2.0.0 to 2.0.1

---
updated-dependencies:
- dependency-name: org.apache.johnzon:johnzon-jsonb
  dependency-type: direct:development
  update-type: version-update:semver-patch
- dependency-name: org.apache.johnzon:johnzon-core
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

Bump io.milvus:milvus-sdk-java from 2.3.4 to 2.3.5 (#13753)

Bumps [io.milvus:milvus-sdk-java](https://github.com/milvus-io/milvus-sdk-java) from 2.3.4 to 2.3.5.
- [Release notes](https://github.com/milvus-io/milvus-sdk-java/releases)
- [Changelog](https://github.com/milvus-io/milvus-sdk-java/blob/v2.3.5/CHANGELOG.md)
- [Commits](https://github.com/milvus-io/milvus-sdk-java/compare/v2.3.4...v2.3.5)

---
updated-dependencies:
- dependency-name: io.milvus:milvus-sdk-java
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

CAMEL-20662: Add more consumer options for the gRPC server setup

Bump org.awaitility:awaitility from 4.2.0 to 4.2.1 (#13752)

Bumps [org.awaitility:awaitility](https://github.com/awaitility/awaitility) from 4.2.0 to 4.2.1.
- [Changelog](https://github.com/awaitility/awaitility/blob/master/changelog.txt)
- [Commits](https://github.com/awaitility/awaitility/compare/awaitility-4.2.0...awaitility-4.2.1)

---
updated-dependencies:
- dependency-name: org.awaitility:awaitility
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

(chores) camel-core: removed unnecessary test methods

(chores) camel-core: use static inner classes

(chores) camel-core: use bulk API calls

(chores) camel-core: prefer primitive values when possible

(chores) camel-core: simplify assertions

CAMEL-20758: remove commented code

CAMEL-20758: remove duplicated code

CAMEL-20758: allow user-provided subscription adapters

(chores) camel-core: removed empty string concatenations

(chores) camel-core: use Math calls when possible

(chores) camel-core: fixed bogus test assertions

(chores) camel-core: use isEmpty when possible

(chores) camel-core: do not use protected visibility on final classes

Upgrade Nats container image version to 2.10.14 (#13765)

Signed-off-by: Andrea Cosentino <ancosen@gmail.com>

Bump io.projectreactor:reactor-core from 3.6.4 to 3.6.5 (#13766)

Bumps [io.projectreactor:reactor-core](https://github.com/reactor/reactor-core) from 3.6.4 to 3.6.5.
- [Release notes](https://github.com/reactor/reactor-core/releases)
- [Commits](https://github.com/reactor/reactor-core/compare/v3.6.4...v3.6.5)

---
updated-dependencies:
- dependency-name: io.projectreactor:reactor-core
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

Bump com.slack.api:slack-api-client from 1.38.3 to 1.39.0 (#13768)

Bumps [com.slack.api:slack-api-client](https://github.com/slackapi/java-slack-sdk) from 1.38.3 to 1.39.0.
- [Release notes](https://github.com/slackapi/java-slack-sdk/releases)
- [Changelog](https://github.com/slackapi/java-slack-sdk/blob/main/jSlack_changelog.md)
- [Commits](https://github.com/slackapi/java-slack-sdk/compare/v1.38.3...v1.39.0)

---
updated-dependencies:
- dependency-name: com.slack.api:slack-api-client
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

Bump pulsar-version from 3.2.1 to 3.2.2 (#13767)

Bumps `pulsar-version` from 3.2.1 to 3.2.2.

Updates `org.apache.pulsar:pulsar-client` from 3.2.1 to 3.2.2
- [Release notes](https://github.com/apache/pulsar/releases)
- [Commits](https://github.com/apache/pulsar/compare/v3.2.1...v3.2.2)

Updates `org.apache.pulsar:pulsar-client-admin` from 3.2.1 to 3.2.2
- [Release notes](https://github.com/apache/pulsar/releases)
- [Commits](https://github.com/apache/pulsar/compare/v3.2.1...v3.2.2)

---
updated-dependencies:
- dependency-name: org.apache.pulsar:pulsar-client
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: org.apache.pulsar:pulsar-client-admin
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

Bump com.google.cloud:google-cloud-functions-bom from 2.41.0 to 2.43.0 (#13769)

Bumps com.google.cloud:google-cloud-functions-bom from 2.41.0 to 2.43.0.

---
updated-dependencies:
- dependency-name: com.google.cloud:google-cloud-functions-bom
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

Bump aws-java-sdk2-version from 2.25.29 to 2.25.30 (#13770)

Bumps `aws-java-sdk2-version` from 2.25.29 to 2.25.30.

Updates `software.amazon.awssdk:sqs` from 2.25.29 to 2.25.30

Updates `software.amazon.awssdk:kinesis` from 2.25.29 to 2.25.30

Updates `software.amazon.awssdk:s3` from 2.25.29 to 2.25.30

Updates `software.amazon.awssdk:sns` from 2.25.29 to 2.25.30

Updates `software.amazon.awssdk:cloudwatch` from 2.25.29 to 2.25.30

Updates `software.amazon.awssdk:ec2` from 2.25.29 to 2.25.30

Updates `software.amazon.awssdk:eventbridge` from 2.25.29 to 2.25.30

Updates `software.amazon.awssdk:iam` from 2.25.29 to 2.25.30

Updates `software.amazon.awssdk:kms` from 2.25.29 to 2.25.30

Updates `software.amazon.awssdk:lambda` from 2.25.29 to 2.25.30

Updates `software.amazon.awssdk:secretsmanager` from 2.25.29 to 2.25.30

Updates `software.amazon.awssdk:sts` from 2.25.29 to 2.25.30

Updates `software.amazon.awssdk:dynamodb` from 2.25.29 to 2.25.30

Updates `software.amazon.awssdk:config` from 2.25.29 to 2.25.30

Updates `software.amazon.awssdk:apache-client` from 2.25.29 to 2.25.30

Updates `software.amazon.awssdk:athena` from 2.25.29 to 2.25.30

Updates `software.amazon.awssdk:bedrock` from 2.25.29 to 2.25.30

Updates `software.amazon.awssdk:bedrockruntime` from 2.25.29 to 2.25.30

Updates `software.amazon.awssdk:bedrockagent` from 2.25.29 to 2.25.30

Updates `software.amazon.awssdk:bedrockagentruntime` from 2.25.29 to 2.25.30

Updates `software.amazon.awssdk:cloudtrail` from 2.25.29 to 2.25.30

Updates `software.amazon.awssdk:ecs` from 2.25.29 to 2.25.30

Updates `software.amazon.awssdk:eks` from 2.25.29 to 2.25.30

Updates `software.amazon.awssdk:netty-nio-client` from 2.25.29 to 2.25.30

Updates `software.amazon.awssdk:firehose` from 2.25.29 to 2.25.30

Updates `software.amazon.awssdk:kafka` from 2.25.29 to 2.25.30

Updates `software.amazon.awssdk:mq` from 2.25.29 to 2.25.30

Updates `software.amazon.awssdk:redshiftdata` from 2.25.29 to 2.25.30

Updates `software.amazon.awssdk:ses` from 2.25.29 to 2.25.30

Updates `software.amazon.awssdk:sfn` from 2.25.29 to 2.25.30

Updates `software.amazon.awssdk:timestreamquery` from 2.25.29 to 2.25.30

Updates `software.amazon.awssdk:timestreamwrite` from 2.25.29 to 2.25.30

Updates `software.amazon.awssdk:translate` from 2.25.29 to 2.25.30

---
updated-dependencies:
- dependency-name: software.amazon.awssdk:sqs
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: software.amazon.awssdk:kinesis
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: software.amazon.awssdk:s3
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: software.amazon.awssdk:sns
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: software.amazon.awssdk:cloudwatch
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: software.amazon.awssdk:ec2
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: software.amazon.awssdk:eventbridge
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: software.amazon.awssdk:iam
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: software.amazon.awssdk:kms
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: software.amazon.awssdk:lambda
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: software.amazon.awssdk:secretsmanager
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: software.amazon.awssdk:sts
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: software.amazon.awssdk:dynamodb
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: software.amazon.awssdk:config
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: software.amazon.awssdk:apache-client
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: software.amazon.awssdk:athena
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: software.amazon.awssdk:bedrock
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: software.amazon.awssdk:bedrockruntime
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: software.amazon.awssdk:bedrockagent
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: software.amazon.awssdk:bedrockagentruntime
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: software.amazon.awssdk:cloudtrail
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: software.amazon.awssdk:ecs
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: software.amazon.awssdk:eks
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: software.amazon.awssdk:netty-nio-client
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: software.amazon.awssdk:firehose
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: software.amazon.awssdk:kafka
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: software.amazon.awssdk:mq
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: software.amazon.awssdk:redshiftdata
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: software.amazon.awssdk:ses
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: software.amazon.awssdk:sfn
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: software.amazon.awssdk:timestreamquery
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: software.amazon.awssdk:timestreamwrite
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: software.amazon.awssdk:translate
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

(chores) camel-infinispan: minor test cleanups

(chores) camel-core-catalog: extract independent code snippets from large code blocks

(chores) camel-core-support: extract independent code snippets from large code blocks

(chores) camel-core-console: extract independent code snippets from large code blocks

(chores) camel-core-engine: extract independent code snippets from large code blocks

(chores) camel-core-processor: extract independent code snippets from large code blocks

(chores) camel-core-model: extract independent code snippets from large code blocks

(chores) camel-core-main: extract independent code snippets from large code blocks

CAMEL-20574 - Camel-Milvus: Add more producer operation - Query (#13774)

Signed-off-by: Andrea Cosentino <ancosen@gmail.com>

Bump io.nats:jnats from 2.17.3 to 2.17.6 (#13772)

Bumps [io.nats:jnats](https://github.com/nats-io/nats.java) from 2.17.3 to 2.17.6.
- [Release notes](https://github.com/nats-io/nats.java/releases)
- [Changelog](https://github.com/nats-io/nats.java/blob/main/CHANGELOG.md)
- [Commits](https://github.com/nats-io/nats.java/compare/2.17.3...2.17.6)

---
updated-dependencies:
- dependency-name: io.nats:jnats
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

Upgrade SmallRye Fault Tolerance to 6.3.0

Fixing documentation typos (#13764)

Downgrade Milvus SDK to 2.3.4 (#13777)

Signed-off-by: Andrea Cosentino <ancosen@gmail.com>

(chores) camel-core: disable flaky core tests on GitHub

upgrade spring 6.1.6 (#13778)

* Space vs tabs

* Upgrade to spring 6.1.6 and other spring projects

* Regen

CAMEL-20671: camel-core-model - DSL description should be attribute and not element in json metadata

Add properties to skip execution of the validate and route coverage mojos (#13717)

* Add properties to skip execution of the validate and route coverage mojos

* Fixing typo

* Better log messages

* Adding new parameters to documentation

Regen

CAMEL-20663: camel-main - Reading properties file should support mixed case and dash vs no-dash style all combinations (#13779)

Align DSL for Java, XML and YAML for error handler and stream caching (#13780)

* CAMEL-20666: Add errorHandler on route for EIP model (XML and YAML DSL) to be consistent.

* CAMEL-20665: YAML DSL Inconsistency - StreamCaching vs streamCache. Also mark some DSL in Java DSL as deprecated to make the DSLs consistent so Java DSL does not have special options.

* CAMEL-20665: YAML DSL Inconsistency - StreamCaching vs streamCache. Also mark some DSL in Java DSL as deprecated to make the DSLs consistent so Java DSL does not have special options.

Regen SBOM from commit 9de62afad05220f6fd413bbbc71c5c3ae2a66daf (#13781)

Signed-off-by: GitHub <noreply@github.com>
Co-authored-by: oscerd <oscerd@users.noreply.github.com>

(chores) camel-core: extract independent code snippets from large code blocks in tests

(chores) camel-core: externalized large strings from tests

CAMEL-20521: camel-amqp - AMQP publisher application is losing messages with local JMS transaction enabled (#13403)

Bump org.eclipse.parsson:parsson from 1.1.5 to 1.1.6 (#13783)

Bumps [org.eclipse.parsson:parsson](https://github.com/eclipse-ee4j/parsson) from 1.1.5 to 1.1.6.
- [Release notes](https://github.com/eclipse-ee4j/parsson/releases)
- [Commits](https://github.com/eclipse-ee4j/parsson/compare/1.1.5...1.1.6)

---
updated-dependencies:
- dependency-name: org.eclipse.parsson:parsson
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

CAMEL-20388: camel-salesforce - Invoke client.disconnect() when receiving connection failure message (#13725)

CAMEL-20670: Make platform-http-vertx multipart attachment ids consistent with other HTTP components

Bump aws-java-sdk2-version from 2.25.30 to 2.25.31 (#13785)

Bumps `aws-java-sdk2-version` from 2.25.30 to 2.25.31.

Updates `software.amazon.awssdk:sqs` from 2.25.30 to 2.25.31

Updates `software.amazon.awssdk:kinesis` from 2.25.30 to 2.25.31

Updates `software.amazon.awssdk:s3` from 2.25.30 to 2.25.31

Updates `software.amazon.awssdk:sns` from 2.25.30 to 2.25.31

Updates `software.amazon.awssdk:cloudwatch` from 2.25.30 to 2.25.31

Updates `software.amazon.awssdk:ec2` from 2.25.30 to 2.25.31

Updates `software.amazon.awssdk:eventbridge` from 2.25.30 to 2.25.31

Updates `software.amazon.awssdk:iam` from 2.25.30 to 2.25.31

Updates `software.amazon.awssdk:kms` from 2.25.30 to 2.25.31

Updates `software.amazon.awssdk:lambda` from 2.25.30 to 2.25.31

Updates `software.amazon.awssdk:secretsmanager` from 2.25.30 to 2.25.31

Updates `software.amazon.awssdk:sts` from 2.25.30 to 2.25.31

Updates `software.amazon.awssdk:dynamodb` from 2.25.30 to 2.25.31

Updates `software.amazon.awssdk:config` from 2.25.30 to 2.25.31

Updates `software.amazon.awssdk:apache-client` from 2.25.30 to 2.25.31

Updates `software.amazon.awssdk:athena` from 2.25.30 to 2.25.31

Updates `software.amazon.awssdk:bedrock` from 2.25.30 to 2.25.31

Updates `software.amazon.awssdk:bedrockruntime` from 2.25.30 to 2.25.31

Updates `software.amazon.awssdk:bedrockagent` from 2.25.30 to 2.25.31

Updates `software.amazon.awssdk:bedrockagentruntime` from 2.25.30 to 2.25.31

Updates `software.amazon.awssdk:cloudtrail` from 2.25.30 to 2.25.31

Updates `software.amazon.awssdk:ecs` from 2.25.30 to 2.25.31

Updates `software.amazon.awssdk:eks` from 2.25.30 to 2.25.31

Updates `software.amazon.awssdk:netty-nio-client` from 2.25.30 to 2.25.31

Updates `software.amazon.awssdk:firehose` from 2.25.30 to 2.25.31

Updates `software.amazon.awssdk:kafka` from 2.25.30 to 2.25.31

Updates `software.amazon.awssdk:mq` from 2.25.30 to 2.25.31

Updates `software.amazon.awssdk:redshiftdata` from 2.25.30 to 2.25.31

Updates `software.amazon.awssdk:ses` from 2.25.30 to 2.25.31

Updates `software.amazon.awssdk:sfn` from 2.25.30 to 2.25.31

Updates `software.amazon.awssdk:timestreamquery` from 2.25.30 to 2.25.31

Updates `software.amazon.awssdk:timestreamwrite` from 2.25.30 to 2.25.31

Updates `software.amazon.awssdk:translate` from 2.25.30 to 2.25.31

---
updated-dependencies:
- dependency-name: software.amazon.awssdk:sqs
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: software.amazon.awssdk:kinesis
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: software.amazon.awssdk:s3
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: software.amazon.awssdk:sns
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: software.amazon.awssdk:cloudwatch
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: software.amazon.awssdk:ec2
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: software.amazon.awssdk:eventbridge
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: software.amazon.awssdk:iam
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: software.amazon.awssdk:kms
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: software.amazon.awssdk:lambda
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: software.amazon.awssdk:secretsmanager
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: software.amazon.awssdk:sts
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: software.amazon.awssdk:dynamodb
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: software.amazon.awssdk:config
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: software.amazon.awssdk:apache-client
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: software.amazon.awssdk:athena
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: software.amazon.awssdk:bedrock
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: software.amazon.awssdk:bedrockruntime
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: software.amazon.awssdk:bedrockagent
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: software.amazon.awssdk:bedrockagentruntime
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: software.amazon.awssdk:cloudtrail
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: software.amazon.awssdk:ecs
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: software.amazon.awssdk:eks
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: software.amazon.awssdk:netty-nio-client
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: software.amazon.awssdk:firehose
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: software.amazon.awssdk:kafka
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: software.amazon.awssdk:mq
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: software.amazon.awssdk:redshiftdata
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: software.amazon.awssdk:ses
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: software.amazon.awssdk:sfn
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: software.amazon.awssdk:timestreamquery
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: software.amazon.awssdk:timestreamwrite
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: software.amazon.awssdk:translate
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

Bump groovy-version from 4.0.20 to 4.0.21 (#13786)

Bumps `groovy-version` from 4.0.20 to 4.0.21.

Updates `org.apache.groovy:groovy` from 4.0.20 to 4.0.21
- [Commits](https://github.com/apache/groovy/commits)

Updates `org.apache.groovy:groovy-ant` from 4.0.20 to 4.0.21
- [Commits](https://github.com/apache/groovy/commits)

Updates `org.apache.groovy:groovy-test-junit5` from 4.0.20 to 4.0.21
- [Commits](https://github.com/apache/groovy/commits)

---
updated-dependencies:
- dependency-name: org.apache.groovy:groovy
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: org.apache.groovy:groovy-ant
  dependency-type: direct:development
  update-type: version-update:semver-patch
- dependency-name: org.apache.groovy:groovy-test-junit5
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

Bump slf4j-version from 2.0.12 to 2.0.13 (#13787)

Bumps `slf4j-version` from 2.0.12 to 2.0.13.

Updates `org.slf4j:jcl-over-slf4j` from 2.0.12 to 2.0.13

Updates `org.slf4j:jul-to-slf4j` from 2.0.12 to 2.0.13

---
updated-dependencies:
- dependency-name: org.slf4j:jcl-over-slf4j
  dependency-type: direct:development
  update-type: version-update:semver-patch
- dependency-name: org.slf4j:jul-to-slf4j
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

Bump huaweicloud-sdk-version from 3.1.90 to 3.1.91 (#13788)

Bumps `huaweicloud-sdk-version` from 3.1.90 to 3.1.91.

Updates `com.huaweicloud.sdk:huaweicloud-sdk-core` from 3.1.90 to 3.1.91
- [Release notes](https://github.com/huaweicloud/huaweicloud-sdk-java-v3/releases)
- [Commits](https://github.com/huaweicloud/huaweicloud-sdk-java-v3/compare/v3.1.90...v3.1.91)

Updates `com.huaweicloud.sdk:huaweicloud-sdk-frs` from 3.1.90 to 3.1.91

Updates `com.huaweicloud.sdk:huaweicloud-sdk-functiongraph` from 3.1.90 to 3.1.91

Updates `com.huaweicloud.sdk:huaweicloud-sdk-iam` from 3.1.90 to 3.1.91

Updates `com.huaweicloud.sdk:huaweicloud-sdk-image` from 3.1.90 to 3.1.91

Updates `com.huaweicloud.sdk:huaweicloud-sdk-smn` from 3.1.90 to 3.1.91

---
updated-dependencies:
- dependency-name: com.huaweicloud.sdk:huaweicloud-sdk-core
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: com.huaweicloud.sdk:huaweicloud-sdk-frs
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: com.huaweicloud.sdk:huaweicloud-sdk-functiongraph
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: com.huaweicloud.sdk:huaweicloud-sdk-iam
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: com.huaweicloud.sdk:huaweicloud-sdk-image
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: com.huaweicloud.sdk:huaweicloud-sdk-smn
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

camel-jbang - Upgrade to hawtio 4.0.0 (#13789)

CAMEL-20673: camel-core - Add type converter for string to TimeUnit (#13790)

CAMEL-20674: camel-xml-io - Allow parser to santize uris from XML that may be set by end user using multi line which causes uri to be with whitespace noise.

CAMEL-20676: camel-snmp - Delay cannot be configured (#13791)

CAMEL-20661: Upgrade to bouncy castle 1.78 (#13792)

Upgrade kubernetes client 6.12.0 and remove unused version (#13793)

(chores) camel-core: simplify collection call

(chores) camel-core: simplify assertions

(chores) camel-core: modernized throw-based assertions

(chores) camel-core: fixed incorrect test

The test was always using the bean from the parent class, resulting in the one from the subclass being unused.

(chores) ci: prevent stopping the whole pipeline for failures on Java 21

Update HazelcastSedaConsumer.java (#13795)

CAMEL-20677: If "transacted" is enabled, the transaction never gets committed if body is null. This leads to "Camel Exception cause:  java.lang.IllegalStateException: Nested transactions are not allowed!".

Upgrade debezium 2.6.1 (#13796)

Bump logback-version from 1.5.3 to 1.5.5 (#13797)

Bumps `logback-version` from 1.5.3 to 1.5.5.

Updates `ch.qos.logback:logback-classic` from 1.5.3 to 1.5.5
- [Commits](https://github.com/qos-ch/logback/compare/v_1.5.3...v_1.5.5)

Updates `ch.qos.logback:logback-core` from 1.5.3 to 1.5.5
- [Commits](https://github.com/qos-ch/logback/compare/v_1.5.3...v_1.5.5)

---
updated-dependencies:
- dependency-name: ch.qos.logback:logback-classic
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: ch.qos.logback:logback-core
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

Bump org.opensearch.client:opensearch-java from 2.9.1 to 2.10.0 (#13799)

Bumps [org.opensearch.client:opensearch-java](https://github.com/opensearch-project/opensearch-java) from 2.9.1 to 2.10.0.
- [Release notes](https://github.com/opensearch-project/opensearch-java/releases)
- [Changelog](https://github.com/opensearch-project/opensearch-java/blob/main/CHANGELOG.md)
- [Commits](https://github.com/opensearch-project/opensearch-java/compare/v2.9.1...v2.10.0)

---
updated-dependencies:
- dependency-name: org.opensearch.client:opensearch-java
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

Bump io.camunda:zeebe-client-java from 8.4.5 to 8.5.0 (#13800)

Bumps [io.camunda:zeebe-client-java](https://github.com/camunda/zeebe) from 8.4.5 to 8.5.0.
- [Release notes](https://github.com/camunda/zeebe/releases)
- [Changelog](https://github.com/camunda/zeebe/blob/main/CHANGELOG.md)
- [Commits](https://github.com/camunda/zeebe/compare/8.4.5...8.5.0)

---
updated-dependencies:
- dependency-name: io.camunda:zeebe-client-java
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

(chores) camel-core: isolate flaky test

(chores) camel-core: removed unused operations in tests

(chores) camel-core: assert pre-conditions to prevent misleading errors and exceptions

(chores) camel-core: removed unused code

Bump org.apache.maven.plugins:maven-jar-plugin from 3.3.0 to 3.4.0 (#13801)

Bumps [org.apache.maven.plugins:maven-jar-plugin](https://github.com/apache/maven-jar-plugin) from 3.3.0 to 3.4.0.
- [Release notes](https://github.com/apache/maven-jar-plugin/releases)
- [Commits](https://github.com/apache/maven-jar-plugin/compare/maven-jar-plugin-3.3.0...maven-jar-plugin-3.4.0)

---
updated-dependencies:
- dependency-name: org.apache.maven.plugins:maven-jar-plugin
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

Bump jooq-version from 3.19.6 to 3.19.7 (#13803)

Bumps `jooq-version` from 3.19.6 to 3.19.7.

Updates `org.jooq:jooq` from 3.19.6 to 3.19.7

Updates `org.jooq:jooq-codegen-maven` from 3.19.6 to 3.19.7

---
updated-dependencies:
- dependency-name: org.jooq:jooq
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: org.jooq:jooq-codegen-maven
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

Bump org.atmosphere:atmosphere-runtime from 3.0.5 to 3.0.8 (#13807)

Bumps [org.atmosphere:atmosphere-runtime](https://github.com/Atmosphere/atmosphere) from 3.0.5 to 3.0.8.
- [Commits](https://github.com/Atmosphere/atmosphere/compare/atmosphere-project-3.0.5...atmosphere-project-3.0.8)

---
updated-dependencies:
- dependency-name: org.atmosphere:atmosphere-runtime
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

Bump io.github.classgraph:classgraph from 4.8.168 to 4.8.170 (#13808)

Bumps [io.github.classgraph:classgraph](https://github.com/classgraph/classgraph) from 4.8.168 to 4.8.170.
- [Release notes](https://github.com/classgraph/classgraph/releases)
- [Commits](https://github.com/classgraph/classgraph/compare/classgraph-4.8.168...classgraph-4.8.170)

---
updated-dependencies:
- dependency-name: io.github.classgraph:classgraph
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

Bump org.codehaus.mojo:jaxb2-maven-plugin from 3.1.0 to 3.2.0 (#13812)

Bumps [org.codehaus.mojo:jaxb2-maven-plugin](https://github.com/mojohaus/jaxb2-maven-plugin) from 3.1.0 to 3.2.0.
- [Release notes](https://github.com/mojohaus/jaxb2-maven-plugin/releases)
- [Commits](https://github.com/mojohaus/jaxb2-maven-plugin/compare/jaxb2-maven-plugin-3.1.0...jaxb2-maven-plugin-3.2.0)

---
updated-dependencies:
- dependency-name: org.codehaus.mojo:jaxb2-maven-plugin
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

Bump org.apache.hadoop:hadoop-client from 3.3.6 to 3.4.0 (#13810)

Bumps org.apache.hadoop:hadoop-client from 3.3.6 to 3.4.0.

---
updated-dependencies:
- dependency-name: org.apache.hadoop:hadoop-client
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

Bump langchain4j.version from 0.29.0 to 0.29.1 (#13805)

Bumps `langchain4j.version` from 0.29.0 to 0.29.1.

Updates `dev.langchain4j:langchain4j` from 0.29.0 to 0.29.1
- [Release notes](https://github.com/langchain4j/langchain4j/releases)
- [Commits](https://github.com/langchain4j/langchain4j/compare/0.29.0...0.29.1)

Updates `dev.langchain4j:langchain4j-ollama` from 0.29.0 to 0.29.1
- [Release notes](https://github.com/langchain4j/langchain4j/releases)
- [Commits](https://github.com/langchain4j/langchain4j/compare/0.29.0...0.29.1)

Updates `dev.langchain4j:langchain4j-core` from 0.29.0 to 0.29.1
- [Release notes](https://github.com/langchain4j/langchain4j/releases)
- [Commits](https://github.com/langchain4j/langchain4j/compare/0.29.0...0.29.1)

Updates `dev.langchain4j:langchain4j-embeddings` from 0.29.0 to 0.29.1
- [Release notes](https://github.com/langchain4j/langchain4j-embeddings/releases)
- [Commits](https://github.com/langchain4j/langchain4j-embeddings/compare/0.29.0...0.29.1)

Updates `dev.langchain4j:langchain4j-embeddings-all-minilm-l6-v2` from 0.29.0 to 0.29.1
- [Release notes](https://github.com/langchain4j/langchain4j-embeddings/releases)
- [Commits](https://github.com/langchain4j/langchain4j-embeddings/compare/0.29.0...0.29.1)

---
updated-dependencies:
- dependency-name: dev.langchain4j:langchain4j
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: dev.langchain4j:langchain4j-ollama
  dependency-type: direct:development
  update-type: version-update:semver-patch
- dependency-name: dev.langchain4j:langchain4j-core
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: dev.langchain4j:langchain4j-embeddings
  dependency-type: direct:development
  update-type: version-update:semver-patch
- dependency-name: dev.langchain4j:langchain4j-embeddings-all-minilm-l6-v2
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

Bump opentelemetry-version from 1.36.0 to 1.37.0 (#13809)

Bumps `opentelemetry-version` from 1.36.0 to 1.37.0.

Updates `io.opentelemetry:opentelemetry-sdk-testing` from 1.36.0 to 1.37.0
- [Release notes](https://github.com/open-telemetry/opentelemetry-java/releases)
- [Changelog](https://github.com/open-telemetry/opentelemetry-java/blob/main/CHANGELOG.md)
- [Commits](https://github.com/open-telemetry/opentelemetry-java/compare/v1.36.0...v1.37.0)

Updates `io.opentelemetry:opentelemetry-sdk` from 1.36.0 to 1.37.0
- [Release notes](https://github.com/open-telemetry/opentelemetry-java/releases)
- [Changelog](https://github.com/open-telemetry/opentelemetry-java/blob/main/CHANGELOG.md)
- [Commits](https://github.com/open-telemetry/opentelemetry-java/compare/v1.36.0...v1.37.0)

Updates `io.opentelemetry:opentelemetry-api` from 1.36.0 to 1.37.0
- [Release notes](https://github.com/open-telemetry/opentelemetry-java/releases)
- [Changelog](https://github.com/open-telemetry/opentelemetry-java/blob/main/CHANGELOG.md)
- [Commits](https://github.com/open-telemetry/opentelemetry-java/compare/v1.36.0...v1.37.0)

---
updated-dependencies:
- dependency-name: io.opentelemetry:opentelemetry-sdk-testing
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: io.opentelemetry:opentelemetry-sdk
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: io.opentelemetry:opentelemetry-api
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

Bump spring-security-version from 6.2.3 to 6.2.4 (#13815)

Bumps `spring-security-version` from 6.2.3 to 6.2.4.

Updates `org.springframework.security:spring-security-core` from 6.2.3 to 6.2.4
- [Release notes](https://github.com/spring-projects/spring-security/releases)
- [Changelog](https://github.com/spring-projects/spring-security/blob/main/RELEASE.adoc)
- [Commits](https://github.com/spring-projects/spring-security/compare/6.2.3...6.2.4)

Updates `org.springframework.security:spring-security-config` from 6.2.3 to 6.2.4
- [Release notes](https://github.com/spring-projects/spring-security/releases)
- [Changelog](https://github.com/spring-projects/spring-security/blob/main/RELEASE.adoc)
- [Commits](https://github.com/spring-projects/spring-security/compare/6.2.3...6.2.4)

Updates `org.springframework.security:spring-security-oauth2-client` from 6.2.3 to 6.2.4
- [Release notes](https://github.com/spring-projects/spring-security/releases)
- [Changelog](https://github.com/spring-projects/spring-security/blob/main/RELEASE.adoc)
- [Commits](https://github.com/spring-projects/spring-security/compare/6.2.3...6.2.4)

Updates `org.springframework.security:spring-security-oauth2-jose` from 6.2.3 to 6.2.4
- [Release notes](https://github.com/spring-projects/spring-security/releases)
- [Changelog](https://github.com/spring-projects/spring-security/blob/main/RELEASE.adoc)
- [Commits](https://github.com/spring-projects/spring-security/compare/6.2.3...6.2.4)

Updates `org.springframework.security:spring-security-oauth2-resource-server` from 6.2.3 to 6.2.4
- [Release notes](https://github.com/spring-projects/spring-security/releases)
- [Changelog](https://github.com/spring-projects/spring-security/blob/main/RELEASE.adoc)
- [Commits](https://github.com/spring-projects/spring-security/compare/6.2.3...6.2.4)

---
updated-dependencies:
- dependency-name: org.springframework.security:spring-security-core
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: org.springframework.security:spring-security-config
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: org.springframework.security:spring-security-oauth2-client
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: org.springframework.security:spring-security-oauth2-jose
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: org.springframework.security:spring-security-oauth2-resource-server
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

Bump org.apache.activemq:activemq-client-jakarta from 5.18.3 to 5.18.4 (#13813)

Bumps org.apache.activemq:activemq-client-jakarta from 5.18.3 to 5.18.4.

---
updated-dependencies:
- dependency-name: org.apache.activemq:activemq-client-jakarta
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

Bump infinispan-version from 15.0.0.Final to 15.0.1.Final (#13804)

Bumps `infinispan-version` from 15.0.0.Final to 15.0.1.Final.

Updates `org.infinispan:infinispan-commons` from 15.0.0.Final to 15.0.1.Final

Updates `org.infinispan:infinispan-query-dsl` from 15.0.0.Final to 15.0.1.Final
- [Release notes](https://github.com/infinispan/infinispan/releases)
- [Changelog](https://github.com/infinispan/infinispan/blob/main/Jenkinsfile-release)
- [Commits](https://github.com/infinispan/infinispan/compare/15.0.0.Final...15.0.1.Final)

Updates `org.infinispan:infinispan-core` from 15.0.0.Final to 15.0.1.Final
- [Release notes](https://github.com/infinispan/infinispan/releases)
- [Changelog](https://github.com/infinispan/infinispan/blob/main/Jenkinsfile-release)
- [Commits](https://github.com/infinispan/infinispan/compare/15.0.0.Final...15.0.1.Final)

Updates `org.infinispan:infinispan-query` from 15.0.0.Final to 15.0.1.Final
- [Release notes](https://github.com/infinispan/infinispan/releases)
- [Changelog](https://github.com/infinispan/infinispan/blob/main/Jenkinsfile-release)
- [Commits](https://github.com/infinispan/infinispan/compare/15.0.0.Final...15.0.1.Final)

Updates `org.infinispan:infinispan-component-annotations` from 15.0.0.Final to 15.0.1.Final

Updates `org.infinispan:infinispan-commons-test` from 15.0.0.Final to 15.0.1.Final
- [Release notes](https://github.com/infinispan/infinispan/releases)
- [Changelog](https://github.com/infinispan/infinispan/blob/main/Jenkinsfile-release)
- [Commits](https://github.com/infinispan/infinispan/compare/15.0.0.Final...15.0.1.Final)

Updates `org.infinispan:infinispan-spring6-embedded` from 15.0.0.Final to 15.0.1.Final

Updates `org.infinispan:proto-sample-domain-implementation` from 15.0.0.Final to 15.0.1.Final

Updates `org.infinispan:infinispan-client-hotrod` from 15.0.0.Final to 15.0.1.Final

Updates `org.infinispan:infinispan-remote-query-client` from 15.0.0.Final to 15.0.1.Final
- [Release notes](https://github.com/infinispan/infinispan/releases)
- [Changelog](https://github.com/infinispan/infinispan/blob/main/Jenkinsfile-release)
- [Commits](https://github.com/infinispan/infinispan/compare/15.0.0.Final...15.0.1.Final)

Updates `org.infinispan:infinispan-spring6-remote` from 15.0.0.Final to 15.0.1.Final

---
updated-dependencies:
- dependency-name: org.infinispan:infinispan-commons
  dependency-type: direct:development
  update-type: version-update:semver-patch
- dependency-name: org.infinispan:infinispan-query-dsl
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: org.infinispan:infinispan-core
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: org.infinispan:infinispan-query
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: org.infinispan:infinispan-component-annotations
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: org.infinispan:infinispan-commons-test
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: org.infinispan:infinispan-spring6-embedded
  dependency-type: direct:development
  update-type: version-update:semver-patch
- dependency-name: org.infinispan:proto-sample-domain-implementation
  dependency-type: direct:development
  update-type: version-update:semver-patch
- dependency-name: org.infinispan:infinispan-client-hotrod
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: org.infinispan:infinispan-remote-query-client
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: org.infinispan:infinispan-spring6-remote
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

Bump opensearch-rest-client-version from 2.12.0 to 2.13.0 (#13802)

Bumps `opensearch-rest-client-version` from 2.12.0 to 2.13.0.

Updates `org.opensearch.client:opensearch-rest-client` from 2.12.0 to 2.13.0
- [Release notes](https://github.com/opensearch-project/OpenSearch/releases)
- [Changelog](https://github.com/opensearch-project/OpenSearch/blob/main/CHANGELOG-3.0.md)
- [Commits](https://github.com/opensearch-project/OpenSearch/compare/2.12.0...2.13.0)

Updates `org.opensearch.client:opensearch-rest-client-sniffer` from 2.12.0 to 2.13.0
- [Release notes](https://github.com/opensearch-project/OpenSearch/releases)
- [Changelog](https://github.com/opensearch-project/OpenSearch/blob/main/CHANGELOG-3.0.md)
- [Commits](https://github.com/opensearch-project/OpenSearch/compare/2.12.0...2.13.0)

---
updated-dependencies:
- dependency-name: org.opensearch.client:opensearch-rest-client
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: org.opensearch.client:opensearch-rest-client-sniffer
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

Bump org.snmp4j:snmp4j from 3.7.8 to 3.8.0 (#13814)

Bumps org.snmp4j:snmp4j from 3.7.8 to 3.8.0.

---
updated-dependencies:
- dependency-name: org.snmp4j:snmp4j
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

Bump commons-io:commons-io from 2.15.1 to 2.16.1 (#13806)

Bumps commons-io:commons-io from 2.15.1 to 2.16.1.

---
updated-dependencies:
- dependency-name: commons-io:commons-io
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

CAMEL-20678: camel-google-sheets - Error setting scopes parameter (#13817)

* CAMEL-20678: camel-google-sheets - Error setting scopes parameter

* CAMEL-20678: camel-google-sheets - Error setting scopes parameter

(chores) camel-core: removed unused operations in tests

(chores) camel-core: cleaned up duplicated code

(chores) camel-core: cleaned up duplicated code dealing with variable repositories

(chores) camel-core: separate setup from test execution

(chores) camel-core: removed unused operations in tests

[CAMEL-19779] Refactor code generators to use velocity templates

[CAMEL-19779] Regen

Regen

Fix endpoint builders

Regen

Regen

CAMEL-20669: camel-jbang - Fix export with metrics=true and also include camel-micromemeter-prometheus for camel-main runtime.

Regen

Bump aws-java-sdk2-version from 2.25.31 to 2.25.32 (#13828)

Bumps `aws-java-sdk2-version` from 2.25.31 to 2.25.32.

Updates `software.amazon.awssdk:sqs` from 2.25.31 to 2.25.32

Updates `software.amazon.awssdk:kinesis` from 2.25.31 to 2.25.32

Updates `software.amazon.awssdk:s3` from 2.25.31 to 2.25.32

Updates `software.amazon.awssdk:sns` from 2.25.31 to 2.25.32

Updates `software.amazon.awssdk:cloudwatch` from 2.25.31 to 2.25.32

Updates `software.amazon.awssdk:ec2` from 2.25.31 to 2.25.32

Updates `software.amazon.awssdk:eventbridge` from 2.25.31 to 2.25.32

Updates `software.amazon.awssdk:iam` from 2.25.31 to 2.25.32

Updates `software.amazon.awssdk:kms` from 2.25.31 to 2.25.32

Updates `software.amazon.awssdk:lambda` from 2.25.31 to 2.25.32

Updates `software.amazon.awssdk:secretsmanager` from 2.25.31 to 2.25.32

Updates `software.amazon.awssdk:sts` from 2.25.31 to 2.25.32

Updates `software.amazon.awssdk:dynamodb` from 2.25.31 to 2.25.32

Updates `software.amazon.awssdk:config` from 2.25.31 to 2.25.32

Updates `software.amazon.awssdk:apache-client` from 2.25.31 to 2.25.32

Updates `software.amazon.awssdk:athena` from 2.25.31 to 2.25.32

Updates `software.amazon.awssdk:bedrock` from 2.25.31 to 2.25.32

Updates `software.amazon.awssdk:bedrockruntime` from 2.25.31 to 2.25.32

Updates `software.amazon.awssdk:bedrockagent` from 2.25.31 to 2.25.32

Updates `software.amazon.awssdk:bedrockagentruntime` from 2.25.31 to 2.25.32

Updates `software.amazon.awssdk:cloudtrail` from 2.25.31 to 2.25.32

Updates `software.amazon.awssdk:ecs` from 2.25.31 to 2.25.32

Updates `software.amazon.awssdk:eks` from 2.25.31 to 2.25.32

Updates `software.amazon.awssdk:netty-nio-client` from 2.25.31 to 2.25.32

Updates `software.amazon.awssdk:firehose` from 2.25.31 to 2.25.32

Updates `software.amazon.awssdk:kafka` from 2.25.31 to 2.25.32

Updates `software.amazon.awssdk:mq` from 2.25.31 to 2.25.32

Updates `software.amazon.awssdk:redshiftdata` from 2.25.31 to 2.25.32

Updates `software.amazon.awssdk:ses` from 2.25.31 to 2.25.32

Updates `software.amazon.awssdk:sfn` from 2.25.31 to 2.25.32

Updates `software.amazon.awssdk:timestreamquery` from 2.25.31 to 2.25.32

Updates `software.amazon.awssdk:timestreamwrite` from 2.25.31 to 2.25.32

Updates `software.amazon.awssdk:translate` from 2.25.31 to 2.25.32

---
updated-dependencies:
- dependency-name: software.amazon.awssdk:sqs
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: software.amazon.awssdk:kinesis
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: software.amazon.awssdk:s3
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: software.amazon.awssdk:sns
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: software.amazon.awssdk:cloudwatch
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: software.amazon.awssdk:ec2
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: software.amazon.awssdk:eventbridge
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: software.amazon.awssdk:iam
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: software.amazon.awssdk:kms
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: software.amazon.awssdk:lambda
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: software.amazon.awssdk:secretsmanager
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: software.amazon.awssdk:sts
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: software.amazon.awssdk:dynamodb
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: software.amazon.awssdk:config
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: software.amazon.awssdk:apache-client
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: software.amazon.awssdk:athena
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: software.amazon.awssdk:bedrock
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: software.amazon.awssdk:bedrockruntime
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: software.amazon.awssdk:bedrockagent
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: software.amazon.awssdk:bedrockagentruntime
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: software.amazon.awssdk:cloudtrail
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: software.amazon.awssdk:ecs
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: software.amazon.awssdk:eks
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: software.amazon.awssdk:netty-nio-client
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: software.amazon.awssdk:firehose
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: software.amazon.awssdk:kafka
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: software.amazon.awssdk:mq
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: software.amazon.awssdk:redshiftdata
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: software.amazon.awssdk:ses
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: software.amazon.awssdk:sfn
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: software.amazon.awssdk:timestreamquery
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: software.amazon.awssdk:timestreamwrite
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: software.amazon.awssdk:translate
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

Bump camunda-version from 7.20.0 to 7.21.0 (#13829)

Bumps `camunda-version` from 7.20.0 to 7.21.0.

Updates `org.camunda.bpm:camunda-bom` from 7.20.0 to 7.21.0

Updates `org.camunda.bpm.model:camunda-xml-model` from 7.20.0 to 7.21.0

---
updated-dependencies:
- dependency-name: org.camunda.bpm:camunda-bom
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: org.camunda.bpm.model:camunda-xml-model
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

Fix CI

(chores) ci: avoid skipping core tests

This should ensure that the incremental script will proceed when there are only core changes.

Bump org.graalvm.js:js-language from 24.0.0 to 24.0.1 (#13827)

Bumps [org.graalvm.js:js-language](https://github.com/graalvm/graaljs) from 24.0.0 to 24.0.1.
- [Release notes](https://github.com/graalvm/graaljs/releases)
- [Changelog](https://github.com/oracle/graaljs/blob/vm-24.0.1/CHANGELOG.md)
- [Commits](https://github.com/graalvm/graaljs/compare/vm-24.0.0...vm-24.0.1)

---
updated-dependencies:
- dependency-name: org.graalvm.js:js-language
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

Bump com.google.apis:google-api-services-sheets (#13833)

Bumps com.google.apis:google-api-services-sheets from v4-rev20240319-2.0.0 to v4-rev20240402-2.0.0.

---
updated-dependencies:
- dependency-name: com.google.apis:google-api-services-sheets
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

Bump org.apache.commons:commons-text from 1.11.0 to 1.12.0 (#13831)

Bumps org.apache.commons:commons-text from 1.11.0 to 1.12.0.

---
updated-dependencies:
- dependency-name: org.apache.commons:commons-text
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

Bump org.apache.maven.plugins:maven-plugin-plugin from 3.11.0 to 3.12.0 (#13832)

Bumps [org.apache.maven.plugins:maven-plugin-plugin](https://github.com/apache/maven-plugin-tools) from 3.11.0 to 3.12.0.
- [Release notes](https://github.com/apache/maven-plugin-tools/releases)
- [Commits](https://github.com/apache/maven-plugin-tools/compare/maven-plugin-tools-3.11.0...maven-plugin-tools-3.12.0)

---
updated-dependencies:
- dependency-name: org.apache.maven.plugins:maven-plugin-plugin
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

[CAMEL-20675] camel-spring-boot: move cluster service implementations to dedicated starters

CAMEL-20672: camel-jbang run with --source-dir should preload application.properties

(chores) camel-infinispan: reduce test verbosity

(chores) ci: ensure regen saves to the correct build log file

(chores) ci: save to the correct build log for builds triggered by push

CAMEL-20684: Improve MicroProfile Fault Tolerance timer setup

(chores) ci: fixed incorrect file path

Xfix (#13841)

* CAMEL-20667: Add ref error handler to model. camel-yaml-dsl: Avoid two kinds of error handler in the schema model.

* Fix unit test as the xml dumper may have changed recently

* Regen

CAMEL-20388: Restore the old cookieStore Strategy (#13837)

(chores) camel-core: isolate resource intensive test

(chores) camel-core: prefer local variables in tests

(chores) camel-core: fixed typo in the test name

camel-jbang - Fix potential NPE in debug

camel-jbang - Upgrade to Q 3.9.3

Fix docs for website build

(chores) camel-core: extract independent code snippets from large code blocks in tests

(chores) camel-core: use final variables in tests

Bump com.google.cloud:google-cloud-secretmanager-bom (#13844)

Bumps com.google.cloud:google-cloud-secretmanager-bom from 2.36.0 to 2.41.0.

---
updated-dependencies:
- dependency-name: com.google.cloud:google-cloud-secretmanager-bom
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

Trydebug (#13847)

* CAMEL-20685: Tidy up code a little bit

* CAMEL-20685: Debugging doTry/doCatch/doFinally needs special logic for debugger to only move into blocks when debugging is accepted.

Upgrade Infinispan Container Image to version 15.0.1.Final (#13846)

Signed-off-by: Andrea Cosentino <ancosen@gmail.com>

CAMEL-20613: set AbstractCamelContext#endpointStrategies to ConcurrentHashSet to prevent ConcurrentModificationException (#13820)

If a thread iterates over the list of strategies while another thread adds a new strategy, ConcurrentModificationException is thrown. To fix this issue, AbstractCamelContext#endpointStrategies can be set to a thread-safe collection.

CAMEL-20614: deep-copy output processors during instantiation of a route template (#13823)

* CAMEL-20614: deep-copy output processors during instantiation of a route template

When multiple threads try to instantiate and send an exchange to the same kamelet in parallel, org.apache.camel.component.kamelet.KameletConsumerNotAvailableException may be thrown because the underlying RouteTemplateDefinition is shallow-copied and changes to the RouteDefinition are reflected in the RouteTemplateDefinition.

* CAMEL-20614: add shallowCopy as per code review comment

* CAMEL-20614: update access modifiers of copy constructors to be protected as per code review comment

* CAMEL-20614: add unit tests

Upgrade kubernetes 6.12.1

Pi array (#13848)

* CAMEL-20688: Add support for array types for @PropertyInject using a separator

* CAMEL-20688: Add support for array types for @PropertyInject using a separator

CAMEL-20687: camel-kamelet - Make kamelets that have ids assigned - t… (#13849)

* CAMEL-20687: camel-kamelet - Make kamelets that have ids assigned - to use nodePrefixId for avoid duplicate id clashes

* CAMEL-20687: camel-kamelet - Make kamelets that have ids assigned - to use nodePrefixId for avoid duplicate id clashes

Update known JARs in camel-jbang

CAMEL-20688: Add support for array types for @PropertyInject using a separator

camel-jbang - Upgrade Q 3.9.4

Revert "Merge branch 'apache:main' into matrix"

This reverts commit 58e4164a4b2fa045af90b069f9b3d88fd1c232e3, reversing
changes made to df1e5fead5896ac23b6b1c62f7892dbcbdc153e1.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
3 participants