This is an automated email from the ASF dual-hosted git repository. davsclaus pushed a change to branch camel-2.23.x in repository https://gitbox.apache.org/repos/asf/camel.git.
from c46cae7 CAMEL-13667 new 49b5454 Incremented to SlfJ 1.7.26 (CAMEL-13696) new aa2de65 using the correct result set method to get value from blob-type column new 3092e20 adding clob column type new c31f77e unit test to validate column type new c4c1e61 Fixed CS The 5 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "add" were already present in the repository and have only been added to this reference. Summary of changes: .../camel/component/jdbc/ResultSetIterator.java | 27 ++++++++++++++++++++-- ...RSMetaDataTest.java => JdbcColumnTypeTest.java} | 21 +++++++++-------- .../camel-jdbc/src/test/resources/sql/init.sql | 5 +++- parent/pom.xml | 4 ++-- 4 files changed, 43 insertions(+), 14 deletions(-) copy components/camel-jdbc/src/test/java/org/apache/camel/component/jdbc/{JdbcRSMetaDataTest.java => JdbcColumnTypeTest.java} (79%)