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

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


The following commit(s) were added to refs/heads/master by this push:
     new 791d643  CAMEL-15697: camel-joor - Camel expression langauge using 
jOOR runtime java compiled.
791d643 is described below

commit 791d6432e968edb9cb08c0abf85f6c171addbc5e
Author: Claus Ibsen <[email protected]>
AuthorDate: Mon Oct 19 13:18:14 2020 +0200

    CAMEL-15697: camel-joor - Camel expression langauge using jOOR runtime java 
compiled.
---
 .../resources/org/apache/camel/catalog/docs/joor-language.adoc        | 4 ++--
 components/camel-joor/src/main/docs/joor-language.adoc                | 4 ++--
 docs/components/modules/languages/pages/joor-language.adoc            | 4 ++--
 3 files changed, 6 insertions(+), 6 deletions(-)

diff --git 
a/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/docs/joor-language.adoc
 
b/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/docs/joor-language.adoc
index 7e490dc..f1f20a0 100644
--- 
a/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/docs/joor-language.adoc
+++ 
b/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/docs/joor-language.adoc
@@ -10,9 +10,9 @@ 
include::{cq-version}@camel-quarkus:ROOT:partial$reference/languages/joor.adoc[]
 *Since Camel {since}*
 
 The jOOR langauge allows to use Java code in your Camel expression, with some 
limitations.
-The jOOR library integrates with the Java compiler and performs runtime 
compilation of Java code (with some limitiations).
+The jOOR library integrates with the Java compiler and performs runtime 
compilation of Java code.
 
-NOTE: Java 8 is not supported. This requires Java 11 or 14.
+NOTE: Java 8 is not supported. Java 11 or 14 is required.
 
 
 == jOOR Options
diff --git a/components/camel-joor/src/main/docs/joor-language.adoc 
b/components/camel-joor/src/main/docs/joor-language.adoc
index 7e490dc..f1f20a0 100644
--- a/components/camel-joor/src/main/docs/joor-language.adoc
+++ b/components/camel-joor/src/main/docs/joor-language.adoc
@@ -10,9 +10,9 @@ 
include::{cq-version}@camel-quarkus:ROOT:partial$reference/languages/joor.adoc[]
 *Since Camel {since}*
 
 The jOOR langauge allows to use Java code in your Camel expression, with some 
limitations.
-The jOOR library integrates with the Java compiler and performs runtime 
compilation of Java code (with some limitiations).
+The jOOR library integrates with the Java compiler and performs runtime 
compilation of Java code.
 
-NOTE: Java 8 is not supported. This requires Java 11 or 14.
+NOTE: Java 8 is not supported. Java 11 or 14 is required.
 
 
 == jOOR Options
diff --git a/docs/components/modules/languages/pages/joor-language.adoc 
b/docs/components/modules/languages/pages/joor-language.adoc
index c0de6ab..13f611e 100644
--- a/docs/components/modules/languages/pages/joor-language.adoc
+++ b/docs/components/modules/languages/pages/joor-language.adoc
@@ -12,9 +12,9 @@ 
include::{cq-version}@camel-quarkus:ROOT:partial$reference/languages/joor.adoc[]
 *Since Camel {since}*
 
 The jOOR langauge allows to use Java code in your Camel expression, with some 
limitations.
-The jOOR library integrates with the Java compiler and performs runtime 
compilation of Java code (with some limitiations).
+The jOOR library integrates with the Java compiler and performs runtime 
compilation of Java code.
 
-NOTE: Java 8 is not supported. This requires Java 11 or 14.
+NOTE: Java 8 is not supported. Java 11 or 14 is required.
 
 
 == jOOR Options

Reply via email to