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 2022/02/04 14:54:12 UTC

[syncope] branch 2_1_X updated (be8d9c0 -> df4970b)

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

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


    from be8d9c0  [SYNCOPE-1612] fix connector/resource connection check (#308)
     new 39d041b  Upgrading Wicket
     new df4970b  Adding missing FIQL samples about relationships

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                                                    |  2 +-
 .../workingwithapachesyncope/restfulservices.adoc          | 14 ++++++++++++++
 2 files changed, 15 insertions(+), 1 deletion(-)

[syncope] 02/02: Adding missing FIQL samples about relationships

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

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

commit df4970b3fcdd23ac380f88731355a01406db1b50
Author: Francesco Chicchiriccò <il...@apache.org>
AuthorDate: Thu Feb 3 08:30:49 2022 +0100

    Adding missing FIQL samples about relationships
---
 .../workingwithapachesyncope/restfulservices.adoc          | 14 ++++++++++++++
 1 file changed, 14 insertions(+)

diff --git a/src/main/asciidoc/reference-guide/workingwithapachesyncope/restfulservices.adoc b/src/main/asciidoc/reference-guide/workingwithapachesyncope/restfulservices.adoc
index 93a0235..61fdb32 100644
--- a/src/main/asciidoc/reference-guide/workingwithapachesyncope/restfulservices.adoc
+++ b/src/main/asciidoc/reference-guide/workingwithapachesyncope/restfulservices.adoc
@@ -477,6 +477,20 @@ $roles==Other
 ----
 ====
 
+.Relationship type match (only for Users and Any Objects)
+====
+----
+$relationshipTypes==neighborhood
+----
+====
+
+.Relationship match (only for Users and Any Objects)
+====
+----
+$relationships==Canon MF 8030c
+----
+====
+
 .Type match (only for Any Objects)
 ====
 ----

[syncope] 01/02: Upgrading Wicket

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

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

commit 39d041ba6fe96465846159f36a572f70fc2f0ef3
Author: Francesco Chicchiriccò <il...@apache.org>
AuthorDate: Thu Feb 3 08:10:14 2022 +0100

    Upgrading Wicket
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 19a62fd..05c30f8 100644
--- a/pom.xml
+++ b/pom.xml
@@ -480,7 +480,7 @@ under the License.
     <jsplumb.version>2.0.7</jsplumb.version>
     <chartjs.version>1.0.2</chartjs.version>
     
-    <wicket.version>8.13.0</wicket.version>
+    <wicket.version>8.14.0</wicket.version>
     <wicket-jqueryui.version>8.13.0</wicket-jqueryui.version>
     <wicket-bootstrap.version>2.0.15</wicket-bootstrap.version>