This is an automated email from the ASF dual-hosted git repository. jamesnetherton pushed a commit to branch camel-master in repository https://gitbox.apache.org/repos/asf/camel-quarkus.git
commit 882bb408d632a3be449a43a14d8596757ba71e36 Author: James Netherton <jamesnether...@gmail.com> AuthorDate: Tue Feb 11 15:19:02 2020 +0000 chore: Remove redundant note related to fileWatcher param in stream extension docs --- docs/modules/ROOT/pages/extensions/stream.adoc | 4 ---- 1 file changed, 4 deletions(-) diff --git a/docs/modules/ROOT/pages/extensions/stream.adoc b/docs/modules/ROOT/pages/extensions/stream.adoc index 0da0e4c..eae7814 100644 --- a/docs/modules/ROOT/pages/extensions/stream.adoc +++ b/docs/modules/ROOT/pages/extensions/stream.adoc @@ -25,7 +25,3 @@ Please refer to the https://camel.apache.org/components/latest/stream-component. * Check the xref:native-mode.adoc#charsets[Character encodings section] of the Native mode guide if you want to use non-default encodings for the stream endpoint `encoding` URI parameter. -[NOTE] -==== -The `fileWatcher` feature of the stream consumer requires GraalVM >= 19.3.0, due to a https://github.com/oracle/graal/issues/1253[bug]. -====