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/09 10:57:07 UTC

(camel) branch CAMEL-20303-docs-3.x created (now 25c6fc6d4d2)

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

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


      at 25c6fc6d4d2 CAMEL-20303 - Camel-Sql: Add ObjectInputFilter String pattern parameter in JdbcAggregationRepository to be used in unmarshall operations - Added docs

This branch includes the following new commits:

     new 25c6fc6d4d2 CAMEL-20303 - Camel-Sql: Add ObjectInputFilter String pattern parameter in JdbcAggregationRepository to be used in unmarshall operations - Added docs

The 1 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.



(camel) 01/01: CAMEL-20303 - Camel-Sql: Add ObjectInputFilter String pattern parameter in JdbcAggregationRepository to be used in unmarshall operations - Added docs

Posted by ac...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

acosentino pushed a commit to branch CAMEL-20303-docs-3.x
in repository https://gitbox.apache.org/repos/asf/camel.git

commit 25c6fc6d4d2e3a09f7665cb57f0286c61543476f
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Tue Jan 9 11:55:20 2024 +0100

    CAMEL-20303 - Camel-Sql: Add ObjectInputFilter String pattern parameter in JdbcAggregationRepository to be used in unmarshall operations - Added docs
    
    Signed-off-by: Andrea Cosentino <an...@gmail.com>
---
 components/camel-sql/src/main/docs/sql-component.adoc | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/components/camel-sql/src/main/docs/sql-component.adoc b/components/camel-sql/src/main/docs/sql-component.adoc
index 9f045a0c911..4aa3a16655c 100644
--- a/components/camel-sql/src/main/docs/sql-component.adoc
+++ b/components/camel-sql/src/main/docs/sql-component.adoc
@@ -594,6 +594,10 @@ the `currentThread` one. The benefit is to be able to load classes
 exposed by other bundles. This allows the exchange body and headers to
 have custom types object references.
 
+While deserializing it's important to notice that the decode function and the unmarshallExchange method will allow only all java packages and subpackages 
+and org.apache.camel packages and subpackages. The remaining classes will be blacklisted. So you'll need to change the filter in case of need. 
+This could be accomplished by changing the deserializationFilter field on the repository.
+
 === Transaction
 
 A Spring `PlatformTransactionManager` is required to orchestrate