You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by ac...@apache.org on 2024/01/15 08:32:15 UTC

(camel) branch camel-3.22.x updated (8583eacdf8d -> f71ee8f3845)

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

acosentino pushed a change to branch camel-3.22.x
in repository https://gitbox.apache.org/repos/asf/camel.git


    from 8583eacdf8d (chores) Ensures logging consistency for the UnitOfWorkHelper
     add f71ee8f3845 CAMEL-20303 - Camel-Sql: Add ObjectInputFilter String pattern parameter in JdbcAggregationRepository to be used in unmarshall operations (#12789)

No new revisions were added by this update.

Summary of changes:
 .../camel-sql/src/main/docs/sql-component.adoc     |  4 ++
 .../aggregate/jdbc/JdbcAggregationRepository.java  | 17 ++++++-
 .../processor/aggregate/jdbc/JdbcCamelCodec.java   | 20 ++++----
 .../aggregate/jdbc/JdbcCamelCodecTest.java         | 55 ++++++++++++++++++++++
 .../test/java/org/malicious/example/Employee.java} | 16 +++++--
 5 files changed, 94 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%)