You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by da...@apache.org on 2023/07/13 11:59:55 UTC

[camel] branch camel-3.x updated: CAMEL-19601: StreamCaching can configure allow/deny list of classes to control what can be cached or not.

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

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


The following commit(s) were added to refs/heads/camel-3.x by this push:
     new 792a8948cf8 CAMEL-19601: StreamCaching can configure allow/deny list of classes to control what can be cached or not.
792a8948cf8 is described below

commit 792a8948cf8eb77fb70fa9f9df1357a1502455f3
Author: Claus Ibsen <cl...@gmail.com>
AuthorDate: Thu Jul 13 13:59:38 2023 +0200

    CAMEL-19601: StreamCaching can configure allow/deny list of classes to control what can be cached or not.
---
 docs/user-manual/modules/ROOT/pages/stream-caching.adoc | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/docs/user-manual/modules/ROOT/pages/stream-caching.adoc b/docs/user-manual/modules/ROOT/pages/stream-caching.adoc
index 1c3d8eeac9e..531b633161d 100644
--- a/docs/user-manual/modules/ROOT/pages/stream-caching.adoc
+++ b/docs/user-manual/modules/ROOT/pages/stream-caching.adoc
@@ -32,6 +32,10 @@ The strategy has the following options:
 | enabled | true
 | Whether stream caching is enabled
 
+| allowClasses | | To filter stream caching of a given set of allowed/denied classes. By default, all classes that are `java.io.InputStream` is allowed. Multiple class names can be separated by comma.
+
+| denyClasses | | To filter stream caching of a given set of allowed/denied classes. By default, all classes that are `java.io.InputStream` is allowed. Multiple class names can be separated by comma.
+
 | spoolEnabled | false
 | Whether spool to disk is enabled