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

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


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

commit 82c8ebe85283f4069cb7865f17f8bda820e88194
Author: Claus Ibsen <claus.ib...@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 9c340b1c3f7..5cf51b89cb1 100644
--- a/docs/user-manual/modules/ROOT/pages/stream-caching.adoc
+++ b/docs/user-manual/modules/ROOT/pages/stream-caching.adoc
@@ -38,6 +38,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
 

Reply via email to