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 2018/05/25 12:56:10 UTC

[1/4] syncope git commit: Upgrading the SCIMv11 connector

Repository: syncope
Updated Branches:
  refs/heads/2_0_X a89cd4f7e -> 7916a8318
  refs/heads/master f50d61422 -> f4ca1ea9f


Upgrading the SCIMv11 connector


Project: http://git-wip-us.apache.org/repos/asf/syncope/repo
Commit: http://git-wip-us.apache.org/repos/asf/syncope/commit/9b878ebe
Tree: http://git-wip-us.apache.org/repos/asf/syncope/tree/9b878ebe
Diff: http://git-wip-us.apache.org/repos/asf/syncope/diff/9b878ebe

Branch: refs/heads/2_0_X
Commit: 9b878ebede94ae99097a6a066b3fe9dc41eb48df
Parents: a89cd4f
Author: Francesco Chicchiriccò <il...@apache.org>
Authored: Fri May 25 14:52:18 2018 +0200
Committer: Francesco Chicchiriccò <il...@apache.org>
Committed: Fri May 25 14:52:18 2018 +0200

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


http://git-wip-us.apache.org/repos/asf/syncope/blob/9b878ebe/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 56a543d..10ba318 100644
--- a/pom.xml
+++ b/pom.xml
@@ -365,7 +365,7 @@ under the License.
     <connid.ad.version>1.3.4</connid.ad.version>
     <connid.googleapps.version>1.4.1</connid.googleapps.version>
     <connid.azure.version>1.0.1</connid.azure.version>
-    <connid.scimv11.version>1.0.0</connid.scimv11.version>
+    <connid.scimv11.version>1.0.1</connid.scimv11.version>
     <connid.servicenow.version>1.0.0</connid.servicenow.version>
 
     <cxf.version>3.1.16-SNAPSHOT</cxf.version>


[3/4] syncope git commit: Addin SCIM 1.1 and ServiceNow connectors to the ref guide

Posted by il...@apache.org.
Addin SCIM 1.1 and ServiceNow connectors to the ref guide


Project: http://git-wip-us.apache.org/repos/asf/syncope/repo
Commit: http://git-wip-us.apache.org/repos/asf/syncope/commit/7916a831
Tree: http://git-wip-us.apache.org/repos/asf/syncope/tree/7916a831
Diff: http://git-wip-us.apache.org/repos/asf/syncope/diff/7916a831

Branch: refs/heads/2_0_X
Commit: 7916a8318fbeda4df5a3311b263c12fc7d1817ba
Parents: 9b878eb
Author: Francesco Chicchiriccò <il...@apache.org>
Authored: Fri May 25 14:55:52 2018 +0200
Committer: Francesco Chicchiriccò <il...@apache.org>
Committed: Fri May 25 14:55:52 2018 +0200

----------------------------------------------------------------------
 src/main/asciidoc/reference-guide/concepts/externalresources.adoc | 2 ++
 1 file changed, 2 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/syncope/blob/7916a831/src/main/asciidoc/reference-guide/concepts/externalresources.adoc
----------------------------------------------------------------------
diff --git a/src/main/asciidoc/reference-guide/concepts/externalresources.adoc b/src/main/asciidoc/reference-guide/concepts/externalresources.adoc
index 45026ae..7459a4c 100644
--- a/src/main/asciidoc/reference-guide/concepts/externalresources.adoc
+++ b/src/main/asciidoc/reference-guide/concepts/externalresources.adoc
@@ -41,6 +41,8 @@ https://connid.atlassian.net/wiki/spaces/BASE/pages/5570564/Scripted+SQL[Scripte
 * https://connid.atlassian.net/wiki/display/BASE/Google+Apps[Google Apps^]
 * https://connid.atlassian.net/wiki/display/BASE/LDAP[LDAP^]
 * https://connid.atlassian.net/wiki/display/BASE/REST[Scripted REST^]
+* https://connid.atlassian.net/wiki/display/BASE/ServiceNow[ServiceNow^]
+* https://connid.atlassian.net/wiki/spaces/BASE/pages/413433857/SCIM+1.1[SCIM 1.1^]
 * https://connid.atlassian.net/wiki/display/BASE/SOAP[SOAP^]
 
 More Connector Bundles can be <<install-connector-bundles,installed>>, if needed.


[2/4] syncope git commit: Upgrading the SCIMv11 connector

Posted by il...@apache.org.
Upgrading the SCIMv11 connector


Project: http://git-wip-us.apache.org/repos/asf/syncope/repo
Commit: http://git-wip-us.apache.org/repos/asf/syncope/commit/6a0c96e7
Tree: http://git-wip-us.apache.org/repos/asf/syncope/tree/6a0c96e7
Diff: http://git-wip-us.apache.org/repos/asf/syncope/diff/6a0c96e7

Branch: refs/heads/master
Commit: 6a0c96e708c528ae9b4f61222b1509b7b68e5f1d
Parents: f50d614
Author: Francesco Chicchiriccò <il...@apache.org>
Authored: Fri May 25 14:52:27 2018 +0200
Committer: Francesco Chicchiriccò <il...@apache.org>
Committed: Fri May 25 14:52:27 2018 +0200

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


http://git-wip-us.apache.org/repos/asf/syncope/blob/6a0c96e7/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 149ffd6..608b420 100644
--- a/pom.xml
+++ b/pom.xml
@@ -365,7 +365,7 @@ under the License.
     <connid.ad.version>1.3.4</connid.ad.version>
     <connid.googleapps.version>1.4.1</connid.googleapps.version>
     <connid.azure.version>1.0.1</connid.azure.version>
-    <connid.scimv11.version>1.0.0</connid.scimv11.version>
+    <connid.scimv11.version>1.0.1</connid.scimv11.version>
     <connid.servicenow.version>1.0.0</connid.servicenow.version>
 
     <cxf.version>3.2.5-SNAPSHOT</cxf.version>


[4/4] syncope git commit: Addin SCIM 1.1 and ServiceNow connectors to the ref guide

Posted by il...@apache.org.
Addin SCIM 1.1 and ServiceNow connectors to the ref guide


Project: http://git-wip-us.apache.org/repos/asf/syncope/repo
Commit: http://git-wip-us.apache.org/repos/asf/syncope/commit/f4ca1ea9
Tree: http://git-wip-us.apache.org/repos/asf/syncope/tree/f4ca1ea9
Diff: http://git-wip-us.apache.org/repos/asf/syncope/diff/f4ca1ea9

Branch: refs/heads/master
Commit: f4ca1ea9f291f7cb7da38894d953146b04adb12f
Parents: 6a0c96e
Author: Francesco Chicchiriccò <il...@apache.org>
Authored: Fri May 25 14:55:52 2018 +0200
Committer: Francesco Chicchiriccò <il...@apache.org>
Committed: Fri May 25 14:56:00 2018 +0200

----------------------------------------------------------------------
 src/main/asciidoc/reference-guide/concepts/externalresources.adoc | 2 ++
 1 file changed, 2 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/syncope/blob/f4ca1ea9/src/main/asciidoc/reference-guide/concepts/externalresources.adoc
----------------------------------------------------------------------
diff --git a/src/main/asciidoc/reference-guide/concepts/externalresources.adoc b/src/main/asciidoc/reference-guide/concepts/externalresources.adoc
index 8bc3e92..04c9517 100644
--- a/src/main/asciidoc/reference-guide/concepts/externalresources.adoc
+++ b/src/main/asciidoc/reference-guide/concepts/externalresources.adoc
@@ -41,6 +41,8 @@ https://connid.atlassian.net/wiki/spaces/BASE/pages/5570564/Scripted+SQL[Scripte
 * https://connid.atlassian.net/wiki/display/BASE/Google+Apps[Google Apps^]
 * https://connid.atlassian.net/wiki/display/BASE/LDAP[LDAP^]
 * https://connid.atlassian.net/wiki/display/BASE/REST[Scripted REST^]
+* https://connid.atlassian.net/wiki/display/BASE/ServiceNow[ServiceNow^]
+* https://connid.atlassian.net/wiki/spaces/BASE/pages/413433857/SCIM+1.1[SCIM 1.1^]
 * https://connid.atlassian.net/wiki/display/BASE/SOAP[SOAP^]
 
 More Connector Bundles can be <<install-connector-bundles,installed>>, if needed.