You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@syncope.apache.org by il...@apache.org on 2019/10/14 12:07:08 UTC

[syncope] branch 2_0_X updated (29d24ca -> 3b25a99)

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

ilgrosso pushed a change to branch 2_0_X
in repository https://gitbox.apache.org/repos/asf/syncope.git.


    from 29d24ca  Upgrading bcpkix-jdk15on and jacoco-maven-plugin
     new 95d7da6  Adding details to Logic Actions and Templates
     new 3b25a99  Upgrading H2 and Tomcat

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 pom.xml                                                |  4 ++--
 src/main/asciidoc/reference-guide/concepts/realms.adoc | 10 ++++++++--
 2 files changed, 10 insertions(+), 4 deletions(-)


[syncope] 01/02: Adding details to Logic Actions and Templates

Posted by il...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

ilgrosso pushed a commit to branch 2_0_X
in repository https://gitbox.apache.org/repos/asf/syncope.git

commit 95d7da6db7af0c5d0cfb14c5a29c12e1d4b87cad
Author: Francesco Chicchiriccò <il...@apache.org>
AuthorDate: Mon Oct 14 13:57:00 2019 +0200

    Adding details to Logic Actions and Templates
---
 src/main/asciidoc/reference-guide/concepts/realms.adoc | 10 ++++++++--
 1 file changed, 8 insertions(+), 2 deletions(-)

diff --git a/src/main/asciidoc/reference-guide/concepts/realms.adoc b/src/main/asciidoc/reference-guide/concepts/realms.adoc
index 5e93271..e32f524 100644
--- a/src/main/asciidoc/reference-guide/concepts/realms.adoc
+++ b/src/main/asciidoc/reference-guide/concepts/realms.adoc
@@ -62,6 +62,9 @@ As with <<pull-templates,pull>> it is also possible to add templates to a realm.
 
 The values specified in the template are applied to entities belonging to that realm, hence this can be used as
 a mechanism for setting default values for attributes or external resources on entities.
+
+[NOTE]
+Logic Templates apply to all operations passing through the <<logic,logic layer>>, e.g. triggered by REST requests.
 ====
 
 ==== Realm Provisioning
@@ -73,8 +76,8 @@ with LDAP and Active Directory.
 
 ==== LogicActions
 
-When Users, Groups or Any Objects get created, updated or deleted in a realm, custom logic can be invoked by
-associating the given realm with one or more implementations of the
+When Users, Groups or Any Objects get created, updated or deleted in a realm, custom logic can be invoked
+by associating the given Realm with one or more implementations of the
 ifeval::["{snapshotOrRelease}" == "release"]
 https://github.com/apache/syncope/blob/syncope-{docVersion}/core/provisioning-api/src/main/java/org/apache/syncope/core/provisioning/api/LogicActions.java[LogicActions^]
 endif::[]
@@ -82,3 +85,6 @@ ifeval::["{snapshotOrRelease}" == "snapshot"]
 https://github.com/apache/syncope/tree/2_0_X/core/provisioning-api/src/main/java/org/apache/syncope/core/provisioning/api/LogicActions.java[LogicActions^]
 endif::[]
 interface.
+
+[NOTE]
+LogicActions apply to all operations passing through the <<logic,logic layer>>, e.g. triggered by REST requests.


[syncope] 02/02: Upgrading H2 and Tomcat

Posted by il...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

ilgrosso pushed a commit to branch 2_0_X
in repository https://gitbox.apache.org/repos/asf/syncope.git

commit 3b25a994504cc7c992bdb15a07a094973e1a79f3
Author: Francesco Chicchiriccò <il...@apache.org>
AuthorDate: Mon Oct 14 14:04:04 2019 +0200

    Upgrading H2 and Tomcat
---
 pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index 72cf383..047b663 100644
--- a/pom.xml
+++ b/pom.xml
@@ -437,7 +437,7 @@ under the License.
 
     <joda.version>2.10.4</joda.version>
 
-    <h2.version>1.4.199</h2.version>
+    <h2.version>1.4.200</h2.version>
 
     <junit.version>4.12</junit.version>
 
@@ -523,7 +523,7 @@ under the License.
     <cargo.log>${log.directory}/cargo.log</cargo.log>
     <cargo.output>${log.directory}/cargo-output.log</cargo.output>
 
-    <tomcat.version>8.5.46</tomcat.version>
+    <tomcat.version>8.5.47</tomcat.version>
 
     <nodejs.version>v8.11.4</nodejs.version>    
     <protractor.version>5.4.0</protractor.version>