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/01/09 10:05:09 UTC

(camel) branch regen_bot_40x updated (2f11b3147d4 -> c23df082b02)

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

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


    from 2f11b3147d4 Bump curator-version from 5.5.0 to 5.6.0
     add e22a87f9685 Fix type acitvemq to activemq step-eip.adoc (#12701)
     add 0dc2dcf8ce6 Bump com.twilio.sdk:twilio from 9.14.1 to 9.15.0
     add 405e32a6bac Bump slf4j-version from 2.0.10 to 2.0.11
     add 99cf5916626 Bump aws-java-sdk2-version from 2.22.12 to 2.22.13 (#12702)
     add bea350e3300 Regen for commit 99cf591662639f9e1f893ac334cfb3964b8f5873 (#12705)
     add a9e99afd05e Bump com.alibaba:fastjson from 2.0.44 to 2.0.45 (#12699)
     add c23df082b02 CAMEL-20303 - Camel-Sql: Add ObjectInputFilter String pattern parameter in JdbcAggregationRepository to be used in unmarshall operations (#12706)

No new revisions were added by this update.

Summary of changes:
 .../apache/camel/catalog/components/aws2-ec2.json  |  2 +-
 .../apache/camel/component/aws2/ec2/aws2-ec2.json  |  2 +-
 .../aggregate/jdbc/JdbcAggregationRepository.java  | 17 ++++++-
 .../processor/aggregate/jdbc/JdbcCamelCodec.java   | 20 ++++----
 .../aggregate/jdbc/JdbcCamelCodecTest.java         | 55 ++++++++++++++++++++++
 .../test/java/org/malicious/example/Employee.java} | 16 +++++--
 .../src/main/docs/modules/eips/pages/step-eip.adoc |  6 +--
 parent/pom.xml                                     |  8 ++--
 8 files changed, 99 insertions(+), 27 deletions(-)
 create mode 100644 components/camel-sql/src/test/java/org/apache/camel/processor/aggregate/jdbc/JdbcCamelCodecTest.java
 copy components/{camel-cbor/src/test/java/org/apache/camel/component/cbor/Author.java => camel-sql/src/test/java/org/malicious/example/Employee.java} (80%)