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 2016/04/01 14:17:44 UTC

[1/2] syncope git commit: typo

Repository: syncope
Updated Branches:
  refs/heads/1_2_X 7980b807c -> 5b4f10d92


typo


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

Branch: refs/heads/1_2_X
Commit: f510ad8573b323ab82add6237c164451a66c136b
Parents: 7980b80
Author: Francesco Chicchiriccò <il...@apache.org>
Authored: Fri Apr 1 11:27:38 2016 +0200
Committer: Francesco Chicchiriccò <il...@apache.org>
Committed: Fri Apr 1 11:27:38 2016 +0200

----------------------------------------------------------------------
 core/src/test/resources/content.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/syncope/blob/f510ad85/core/src/test/resources/content.xml
----------------------------------------------------------------------
diff --git a/core/src/test/resources/content.xml b/core/src/test/resources/content.xml
index 9cc80ab..7512c63 100644
--- a/core/src/test/resources/content.xml
+++ b/core/src/test/resources/content.xml
@@ -943,7 +943,7 @@ under the License.
         jobClassName="org.apache.syncope.core.sync.impl.SyncJob" unmatchingRule="PROVISION" matchingRule="UPDATE"
         userTemplate='{"creator":null,"creationDate":null,"lastModifier":null,"lastChangeDate":null,"id":0,"password":null,"status":null,"token":null,"tokenExpireTime":null,"username":null,"lastLoginDate":null,"changePwdDate":null,"failedLogins":null,"attributes":[],"derivedAttributes":[],"virtualAttributes":[{"schema":"virtualReadOnly","readonly":false,"values":[""]}],"resources":["resource-ldap"],"propagationStatuses":[],"memberships":[]}'
         roleTemplate='{"creator":null,"creationDate":null,"lastModifier":null,"lastChangeDate":null,"id":0,"name":null,"parent":8,"userOwner":null,"roleOwner":null,"inheritOwner":false,"inheritTemplates":false,"inheritAttrs":false,"inheritDerAttrs":false,"inheritVirAttrs":false,"inheritPasswordPolicy":false,"inheritAccountPolicy":false,"passwordPolicy":null,"accountPolicy":null,"attributes":[{"schema":"show","readonly":false,"values":["&apos;true&apos;"]}],"derivedAttributes":[],"virtualAttributes":[],"resources":[],"propagationStatuses":[],"entitlements":[],"rAttrTemplates":["show"],"rDerAttrTemplates":[],"rVirAttrTemplates":[],"mAttrTemplates":[],"mDerAttrTemplates":[],"mVirAttrTemplates":[]}'/>
-  <SyncTask_actionsClassNames SyncTask_id="11" element="org.apache.syncope.core.sync.impl.LDAPMembershipSyncActions"/>
+  <SyncTask_actionsClassNames syncTask_id="11" element="org.apache.syncope.core.sync.impl.LDAPMembershipSyncActions"/>
   <Task DTYPE="SyncTask" id="12" name="VirAttrCache test" resource_name="resource-csv"
         performCreate="0" performUpdate="1" performDelete="0" syncStatus="0" fullReconciliation="1"
         jobClassName="org.apache.syncope.core.sync.impl.SyncJob" unmatchingRule="PROVISION" matchingRule="UPDATE"/>


[2/2] syncope git commit: [SYNCOPE-804] Upgrading several ConnId connector bundles

Posted by il...@apache.org.
[SYNCOPE-804] Upgrading several ConnId connector bundles


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

Branch: refs/heads/1_2_X
Commit: 5b4f10d92b722461bcf27b2e6df631dfbd72f4fb
Parents: f510ad8
Author: Francesco Chicchiriccò <il...@apache.org>
Authored: Fri Apr 1 14:17:37 2016 +0200
Committer: Francesco Chicchiriccò <il...@apache.org>
Committed: Fri Apr 1 14:17:37 2016 +0200

----------------------------------------------------------------------
 pom.xml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/syncope/blob/5b4f10d9/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index d9278ca..4ec62ea 100644
--- a/pom.xml
+++ b/pom.xml
@@ -331,9 +331,9 @@ under the License.
     <connid.version>1.4.1.0</connid.version>
     <connid.soap.version>1.3.0</connid.soap.version>
     <connid.db.table.version>2.2.2</connid.db.table.version>
-    <connid.csvdir.version>0.8.2</connid.csvdir.version>
-    <connid.ldap.version>1.4.0</connid.ldap.version>
-    <connid.ad.version>1.2.4</connid.ad.version>
+    <connid.csvdir.version>0.8.4</connid.csvdir.version>
+    <connid.ldap.version>1.4.1</connid.ldap.version>
+    <connid.ad.version>1.2.5</connid.ad.version>
 
     <commons-jexl.version>2.1.1</commons-jexl.version>
     <commons-lang.version>3.3.2</commons-lang.version>