You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@unomi.apache.org by sh...@apache.org on 2020/11/24 17:32:08 UTC

[unomi] branch master updated: Fix typos &

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

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


The following commit(s) were added to refs/heads/master by this push:
     new 4a001f0  Fix typos &
4a001f0 is described below

commit 4a001f094c814ce783d0c0a57c31fa6f70bcd463
Author: Serge Huber <sh...@jahia.com>
AuthorDate: Tue Nov 24 18:32:01 2020 +0100

    Fix typos &
---
 manual/src/archives/1.5/asciidoc/configuration.adoc | 4 ++--
 manual/src/main/asciidoc/configuration.adoc         | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/manual/src/archives/1.5/asciidoc/configuration.adoc b/manual/src/archives/1.5/asciidoc/configuration.adoc
index c103d64..f416071 100644
--- a/manual/src/archives/1.5/asciidoc/configuration.adoc
+++ b/manual/src/archives/1.5/asciidoc/configuration.adoc
@@ -226,8 +226,8 @@ Apache Unomi allows using different types of expressions in the following subsys
 - context.json filters and personalization queries
 - rule conditions and actions parameters
 
-Apache Unomi uses two integrated scripting languages to provide this functionality: OGNL and MVEL
-OGNL is deprecated and is now disabled by default in 1.5.2 as it is little used (and replaced by better performing
+Apache Unomi uses two integrated scripting languages to provide this functionality: OGNL and MVEL.
+OGNL is deprecated and is now disabled by default since 1.5.2 as it is little used (and replaced by better performing
 hardcoded property lookups). MVEL is more commonly used in rule actions as in the following example:
 
 From https://github.com/apache/unomi/blob/unomi-1.5.x/plugins/baseplugin/src/main/resources/META-INF/cxs/rules/sessionAssigned.json[https://github.com/apache/unomi/blob/unomi-1.5.x/plugins/baseplugin/src/main/resources/META-INF/cxs/rules/sessionAssigned.json]:
diff --git a/manual/src/main/asciidoc/configuration.adoc b/manual/src/main/asciidoc/configuration.adoc
index c103d64..f416071 100644
--- a/manual/src/main/asciidoc/configuration.adoc
+++ b/manual/src/main/asciidoc/configuration.adoc
@@ -226,8 +226,8 @@ Apache Unomi allows using different types of expressions in the following subsys
 - context.json filters and personalization queries
 - rule conditions and actions parameters
 
-Apache Unomi uses two integrated scripting languages to provide this functionality: OGNL and MVEL
-OGNL is deprecated and is now disabled by default in 1.5.2 as it is little used (and replaced by better performing
+Apache Unomi uses two integrated scripting languages to provide this functionality: OGNL and MVEL.
+OGNL is deprecated and is now disabled by default since 1.5.2 as it is little used (and replaced by better performing
 hardcoded property lookups). MVEL is more commonly used in rule actions as in the following example:
 
 From https://github.com/apache/unomi/blob/unomi-1.5.x/plugins/baseplugin/src/main/resources/META-INF/cxs/rules/sessionAssigned.json[https://github.com/apache/unomi/blob/unomi-1.5.x/plugins/baseplugin/src/main/resources/META-INF/cxs/rules/sessionAssigned.json]: