You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by gi...@apache.org on 2024/03/05 11:38:53 UTC

(camel) branch regen_bot updated (844c691a5db -> b6c10971f49)

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

github-bot pushed a change to branch regen_bot
in repository https://gitbox.apache.org/repos/asf/camel.git


    from 844c691a5db Bump aws-java-sdk2-version from 2.24.13 to 2.25.2 (#13377)
     add 6d443cf55e1 CAMEL-20515 - Camel-AWS-Bedrock: Support AI21 Jurassic2 Ultra model (#13383)
     add d30e9eed883 (chores) build: use a different target for the alternative OS build
     add b6c10971f49 CAMEL-20508: camel-jsonpath - Align how it converts to resultType like camel-jq (#13384)

No new revisions were added by this update.

Summary of changes:
 .github/workflows/alternative-os-build-main.yml    |  4 +-
 .../camel/catalog/components/aws-bedrock.json      |  4 +-
 .../apache/camel/catalog/main/sensitive-keys.json  |  1 -
 components/camel-aws/camel-aws-bedrock/pom.xml     |  5 ++
 .../aws2/bedrock/BedrockEndpointUriFactory.java    |  3 +-
 .../camel/component/aws2/bedrock/aws-bedrock.json  |  4 +-
 .../aws2/bedrock/BedrockConfiguration.java         |  3 +-
 .../component/aws2/bedrock/BedrockModels.java      |  4 +-
 .../component/aws2/bedrock/BedrockProducer.java    | 28 ++++++++++-
 .../bedrock/integration/BedrockProducerIT.java     | 36 ++++++++++++++
 components/camel-jsonpath/pom.xml                  |  5 ++
 .../apache/camel/jsonpath/JsonPathExpression.java  | 55 +++++++++++++---------
 .../jsonpath/JsonPathExpressionPojoTest.java}      | 15 +++---
 .../camel/jsonpath/JsonPathLanguageTest.java       |  6 +--
 .../java/org/apache/camel/util/SensitiveUtils.java |  2 -
 .../ROOT/pages/camel-4x-upgrade-guide-4_5.adoc     | 17 +++++++
 .../dsl/BedrockEndpointBuilderFactory.java         |  1 +
 17 files changed, 143 insertions(+), 50 deletions(-)
 copy components/{camel-jq/src/test/java/org/apache/camel/language/jq/JqExpressionPojoTest.java => camel-jsonpath/src/test/java/org/apache/camel/jsonpath/JsonPathExpressionPojoTest.java} (88%)