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 11:03:56 UTC

(camel) branch regen_bot_3x updated (2c6ba9c9c8b -> c8538803432)

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

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


    from 2c6ba9c9c8b CAMEL-20205 - Add SBOM to release and release-sbom script to LTS 3.22.x (#12438)
     add c8538803432 CAMEL-20303 - Camel-Sql: Add ObjectInputFilter String pattern parameter in JdbcAggregationRepository to be used in unmarshall operations (#12708)

No new revisions were added by this update.

Summary of changes:
 .../aggregate/jdbc/JdbcAggregationRepository.java  | 17 ++++++-
 .../processor/aggregate/jdbc/JdbcCamelCodec.java   | 20 ++++----
 .../aggregate/jdbc/JdbcCamelCodecTest.java         | 55 ++++++++++++++++++++++
 .../test/java/org/malicious/example/Employee.java} | 16 +++++--
 4 files changed, 90 insertions(+), 18 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%)