[1/2] syncope git commit: Upgrading Jackson and Spring Security

2018-01-25 Thread ilgrosso
Repository: syncope
Updated Branches:
  refs/heads/2_0_X 400927ef0 -> 3bf402797
  refs/heads/master 046c354bd -> 90ef36741


Upgrading Jackson and Spring Security


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

Branch: refs/heads/2_0_X
Commit: 3bf402797f161c4caa8d02d4a78b836aec2e545d
Parents: 400927e
Author: Francesco Chicchiriccò 
Authored: Thu Jan 25 16:38:24 2018 +0100
Committer: Francesco Chicchiriccò 
Committed: Thu Jan 25 16:38:24 2018 +0100

--
 .../java/org/apache/syncope/common/lib/info/NumbersInfo.java  | 7 ---
 .../java/org/apache/syncope/common/lib/patch/GroupPatch.java  | 1 -
 .../org/apache/syncope/common/lib/policy/PullPolicySpec.java  | 2 --
 .../org/apache/syncope/common/lib/to/BulkActionResult.java| 1 -
 .../java/org/apache/syncope/common/lib/to/DynRealmTO.java | 2 --
 .../main/java/org/apache/syncope/common/lib/to/GroupTO.java   | 1 -
 .../java/org/apache/syncope/common/lib/to/NotificationTO.java | 2 --
 .../org/apache/syncope/common/lib/to/ProvisioningResult.java  | 2 --
 .../java/org/apache/syncope/common/lib/to/PullTaskTO.java | 2 --
 .../java/org/apache/syncope/common/lib/to/PushTaskTO.java | 2 --
 .../main/java/org/apache/syncope/common/lib/to/RealmTO.java   | 2 --
 .../apache/syncope/common/lib/to/WorkflowFormPropertyTO.java  | 2 --
 .../apache/syncope/common/lib/types/ClientExceptionType.java  | 1 -
 pom.xml   | 4 ++--
 14 files changed, 2 insertions(+), 29 deletions(-)
--


http://git-wip-us.apache.org/repos/asf/syncope/blob/3bf40279/common/lib/src/main/java/org/apache/syncope/common/lib/info/NumbersInfo.java
--
diff --git 
a/common/lib/src/main/java/org/apache/syncope/common/lib/info/NumbersInfo.java 
b/common/lib/src/main/java/org/apache/syncope/common/lib/info/NumbersInfo.java
index 6176b95..c12f1a3 100644
--- 
a/common/lib/src/main/java/org/apache/syncope/common/lib/info/NumbersInfo.java
+++ 
b/common/lib/src/main/java/org/apache/syncope/common/lib/info/NumbersInfo.java
@@ -18,7 +18,6 @@
  */
 package org.apache.syncope.common.lib.info;
 
-import com.fasterxml.jackson.annotation.JsonIgnore;
 import com.fasterxml.jackson.annotation.JsonProperty;
 import java.util.HashMap;
 import java.util.Map;
@@ -70,17 +69,14 @@ public class NumbersInfo extends AbstractBaseBean {
 private int totalUsers;
 
 @XmlJavaTypeAdapter(XmlGenericMapAdapter.class)
-@JsonIgnore
 private final Map usersByRealm = new HashMap<>();
 
 @XmlJavaTypeAdapter(XmlGenericMapAdapter.class)
-@JsonIgnore
 private final Map usersByStatus = new HashMap<>();
 
 private int totalGroups;
 
 @XmlJavaTypeAdapter(XmlGenericMapAdapter.class)
-@JsonIgnore
 private final Map groupsByRealm = new HashMap<>();
 
 private String anyType1;
@@ -88,7 +84,6 @@ public class NumbersInfo extends AbstractBaseBean {
 private Integer totalAny1;
 
 @XmlJavaTypeAdapter(XmlGenericMapAdapter.class)
-@JsonIgnore
 private final Map any1ByRealm = new HashMap<>();
 
 private String anyType2;
@@ -96,7 +91,6 @@ public class NumbersInfo extends AbstractBaseBean {
 private Integer totalAny2;
 
 @XmlJavaTypeAdapter(XmlGenericMapAdapter.class)
-@JsonIgnore
 private final Map any2ByRealm = new HashMap<>();
 
 private int totalResources;
@@ -104,7 +98,6 @@ public class NumbersInfo extends AbstractBaseBean {
 private int totalRoles;
 
 @XmlJavaTypeAdapter(XmlGenericMapAdapter.class)
-@JsonIgnore
 private final Map confCompleteness = new HashMap<>();
 
 public int getTotalUsers() {

http://git-wip-us.apache.org/repos/asf/syncope/blob/3bf40279/common/lib/src/main/java/org/apache/syncope/common/lib/patch/GroupPatch.java
--
diff --git 
a/common/lib/src/main/java/org/apache/syncope/common/lib/patch/GroupPatch.java 
b/common/lib/src/main/java/org/apache/syncope/common/lib/patch/GroupPatch.java
index 0cf5f31..027ba41 100644
--- 
a/common/lib/src/main/java/org/apache/syncope/common/lib/patch/GroupPatch.java
+++ 
b/common/lib/src/main/java/org/apache/syncope/common/lib/patch/GroupPatch.java
@@ -49,7 +49,6 @@ public class GroupPatch extends AnyPatch {
 private String udynMembershipCond;
 
 @XmlJavaTypeAdapter(XmlGenericMapAdapter.class)
-@JsonIgnore
 private final Map adynMembershipConds = new HashMap<>();
 
 private final List typeExtensions = new ArrayList<>();

http://git-wip-us.apache.org/repos/asf/syncope/blob/3bf40279/common/lib/src/main/java/org/apache/syncope/common/lib/policy/

[1/2] syncope git commit: Upgrading Jackson

2017-08-27 Thread ilgrosso
Repository: syncope
Updated Branches:
  refs/heads/2_0_X 5b9cb93da -> 201f22a11
  refs/heads/master 62d3a901c -> 1fe2d6937


Upgrading Jackson


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

Branch: refs/heads/2_0_X
Commit: 201f22a11da9526693828d6e923da3a7a751211f
Parents: 5b9cb93
Author: Francesco Chicchiriccò 
Authored: Mon Aug 28 08:08:13 2017 +0200
Committer: Francesco Chicchiriccò 
Committed: Mon Aug 28 08:08:13 2017 +0200

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


http://git-wip-us.apache.org/repos/asf/syncope/blob/201f22a1/pom.xml
--
diff --git a/pom.xml b/pom.xml
index 99666dd..fd6b6cc 100644
--- a/pom.xml
+++ b/pom.xml
@@ -366,7 +366,7 @@ under the License.
 
 3.1.12
 
-2.8.9
+2.8.10
 
 4.3.10.RELEASE
 4.2.3.RELEASE



[1/2] syncope git commit: Upgrading Jackson, Elasticsearch, Commons Email, Batik, AsciiDoctor

2017-08-07 Thread ilgrosso
Repository: syncope
Updated Branches:
  refs/heads/2_0_X b4b1ec89e -> 8cf8bb1ee
  refs/heads/master ac6a7feba -> 985141707


Upgrading Jackson, Elasticsearch, Commons Email, Batik, AsciiDoctor


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

Branch: refs/heads/2_0_X
Commit: 8cf8bb1ee37d921f4a754bfda78ee4f2c41ec9d8
Parents: b4b1ec8
Author: Francesco Chicchiriccò 
Authored: Mon Aug 7 14:30:37 2017 +0200
Committer: Francesco Chicchiriccò 
Committed: Mon Aug 7 14:34:35 2017 +0200

--
 pom.xml | 16 
 1 file changed, 8 insertions(+), 8 deletions(-)
--


http://git-wip-us.apache.org/repos/asf/syncope/blob/8cf8bb1e/pom.xml
--
diff --git a/pom.xml b/pom.xml
index 314c06c..da46e15 100644
--- a/pom.xml
+++ b/pom.xml
@@ -366,7 +366,7 @@ under the License.
 
 3.1.12
 
-2.8.9
+2.9.0
 
 4.3.10.RELEASE
 4.2.3.RELEASE
@@ -391,13 +391,13 @@ under the License.
 1.7.25
 3.3.0
 
-5.5.0
+5.5.1
 
 2.8.2
 3.3.6
 
 2.5
-1.4
+1.5
 1.10
 3.1
 3.6
@@ -1087,12 +1087,12 @@ under the License.
   
 org.apache.xmlgraphics
 batik-i18n
-1.9
+1.9.1
   
   
 org.apache.xmlgraphics
 batik-constants
-1.9
+1.9.1
   
 
   
@@ -1716,7 +1716,7 @@ under the License.
 
   org.apache.maven.plugins
   maven-compiler-plugin
-  3.6.1 
+  3.6.2 
   
 ${targetJdk}
 ${targetJdk}
@@ -2252,7 +2252,7 @@ under the License.
 http://www.flowable.org/docs/javadocs/
 
https://build.shibboleth.net/nexus/service/local/repositories/releases/archive/org/opensaml/opensaml-saml-api/3.3.0/opensaml-saml-api-3.3.0-javadoc.jar/!/index.html
 
https://build.shibboleth.net/nexus/service/local/repositories/releases/archive/org/opensaml/opensaml-core/3.3.0/opensaml-core-3.3.0-javadoc.jar/!/index.html
-
https://www.javadoc.io/doc/org.elasticsearch/elasticsearch/5.4.0
+
https://www.javadoc.io/doc/org.elasticsearch/elasticsearch/5.5.1
   
 
 
@@ -2331,7 +2331,7 @@ under the License.
   
 org.asciidoctor
 asciidoctor-maven-plugin
-1.5.5
+1.5.6
 
   
 org.asciidoctor



[1/2] syncope git commit: Upgrading Jackson, LOG4J, AngularJS

2017-04-09 Thread ilgrosso
Repository: syncope
Updated Branches:
  refs/heads/2_0_X 23fdc9140 -> 7ce0a5599
  refs/heads/master dbf07add3 -> b024bc8ee


Upgrading Jackson, LOG4J, AngularJS


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

Branch: refs/heads/2_0_X
Commit: 7ce0a559979878dbbf7979c1eb624ca82846c345
Parents: 23fdc91
Author: Francesco Chicchiriccò 
Authored: Mon Apr 10 08:19:25 2017 +0200
Committer: Francesco Chicchiriccò 
Committed: Mon Apr 10 08:19:25 2017 +0200

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


http://git-wip-us.apache.org/repos/asf/syncope/blob/7ce0a559/pom.xml
--
diff --git a/pom.xml b/pom.xml
index 557faa0..f9a10d9 100644
--- a/pom.xml
+++ b/pom.xml
@@ -359,7 +359,7 @@ under the License.
 
 3.1.10
 
-2.8.7
+2.8.8
 
 4.3.7.RELEASE
 4.2.2.RELEASE
@@ -384,7 +384,7 @@ under the License.
 1.7.25
 3.2.0
 
-2.8.1
+2.8.2
 3.3.6
 
 2.5
@@ -429,7 +429,7 @@ under the License.
 0.10.11
 7.0.1
 
-1.6.3
+1.6.4
 0.3.2
 1.3.3
 0.19.6



[1/2] syncope git commit: Upgrading jackson

2017-02-21 Thread ilgrosso
Repository: syncope
Updated Branches:
  refs/heads/2_0_X b170c261a -> dd9489d84
  refs/heads/master ffc490175 -> 716c3bd07


Upgrading jackson


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

Branch: refs/heads/2_0_X
Commit: dd9489d8482e658461c7242d88316154a2b79399
Parents: b170c26
Author: Francesco Chicchiriccò 
Authored: Tue Feb 21 15:27:45 2017 +0100
Committer: Francesco Chicchiriccò 
Committed: Tue Feb 21 15:27:45 2017 +0100

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


http://git-wip-us.apache.org/repos/asf/syncope/blob/dd9489d8/pom.xml
--
diff --git a/pom.xml b/pom.xml
index 68b2ba3..a28605b 100644
--- a/pom.xml
+++ b/pom.xml
@@ -361,7 +361,7 @@ under the License.
 
 2.17.5  
 
-2.8.6
+2.8.7
 
 4.3.6.RELEASE
 4.2.1.RELEASE



[1/2] syncope git commit: Upgrading Jackson

2017-01-12 Thread ilgrosso
Repository: syncope
Updated Branches:
  refs/heads/2_0_X f387fbb05 -> bd3745196
  refs/heads/master 022d2c5f7 -> 909ed6f56


Upgrading Jackson


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

Branch: refs/heads/2_0_X
Commit: bd3745196b56ab6b027e3edaa98ea1d66bc44fef
Parents: f387fbb
Author: Francesco Chicchiriccò 
Authored: Thu Jan 12 15:17:42 2017 +0100
Committer: Francesco Chicchiriccò 
Committed: Thu Jan 12 15:17:42 2017 +0100

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


http://git-wip-us.apache.org/repos/asf/syncope/blob/bd374519/pom.xml
--
diff --git a/pom.xml b/pom.xml
index dc04273..1c4e98a 100644
--- a/pom.xml
+++ b/pom.xml
@@ -361,7 +361,7 @@ under the License.
 
 2.17.4  
 
-2.8.5
+2.8.6
 
 4.3.5.RELEASE
 4.2.1.RELEASE



[1/2] syncope git commit: Upgrading Jackson, Font Awesome and the Maven Site Plugin

2016-11-18 Thread ilgrosso
Repository: syncope
Updated Branches:
  refs/heads/2_0_X 13caa7a8c -> f78579118
  refs/heads/master 6a59c3311 -> 31cb31dd0


Upgrading Jackson, Font Awesome and the Maven Site Plugin


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

Branch: refs/heads/2_0_X
Commit: f78579118a3d1d78c7434d5c960499217570f33e
Parents: 13caa7a
Author: Francesco Chicchiriccò 
Authored: Fri Nov 18 14:24:56 2016 +0100
Committer: Francesco Chicchiriccò 
Committed: Fri Nov 18 14:25:06 2016 +0100

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


http://git-wip-us.apache.org/repos/asf/syncope/blob/f7857911/pom.xml
--
diff --git a/pom.xml b/pom.xml
index 2fdb480..0b8a625 100644
--- a/pom.xml
+++ b/pom.xml
@@ -360,7 +360,7 @@ under the License.
 
 2.17.3  
 
-2.8.4
+2.8.5
 
 4.3.4.RELEASE
 4.2.0.RELEASE
@@ -413,7 +413,7 @@ under the License.
 1.11.2
 4.3.5
 4.4.0
-4.6.3
+4.7.0
 2.0.1
 9.6.0
 5.13.2
@@ -2009,7 +2009,7 @@ under the License.
   
 org.apache.maven.plugins
 maven-site-plugin
-3.5.1
+3.6
 
   
 org.apache.velocity



[1/2] syncope git commit: Upgrading Jackson

2016-10-14 Thread ilgrosso
Repository: syncope
Updated Branches:
  refs/heads/2_0_X 624674d60 -> 02c8233de
  refs/heads/master 303609324 -> de0beb548


Upgrading Jackson


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

Branch: refs/heads/2_0_X
Commit: 02c8233de2c52fce543e372b0f4c03150a1f6b56
Parents: 624674d
Author: Francesco Chicchiriccò 
Authored: Fri Oct 14 15:03:39 2016 +0200
Committer: Francesco Chicchiriccò 
Committed: Fri Oct 14 15:03:39 2016 +0200

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


http://git-wip-us.apache.org/repos/asf/syncope/blob/02c8233d/pom.xml
--
diff --git a/pom.xml b/pom.xml
index cd7b9ec..81b8bf7 100644
--- a/pom.xml
+++ b/pom.xml
@@ -360,7 +360,7 @@ under the License.
 
 2.17.3  
 
-2.8.3
+2.8.4
 
 4.3.3.RELEASE
 4.1.3.RELEASE



[1/2] syncope git commit: Upgrading Jackson

2016-03-19 Thread ilgrosso
Repository: syncope
Updated Branches:
  refs/heads/master d72befc59 -> 96fd9f55c


Upgrading Jackson


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

Branch: refs/heads/master
Commit: 2191f29b4131da096bdc2ee714940c8f61732792
Parents: d72befc
Author: Francesco Chicchiriccò 
Authored: Thu Mar 17 15:19:20 2016 +0100
Committer: Francesco Chicchiriccò 
Committed: Thu Mar 17 15:19:20 2016 +0100

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


http://git-wip-us.apache.org/repos/asf/syncope/blob/2191f29b/pom.xml
--
diff --git a/pom.xml b/pom.xml
index 8fb974b..728eaf9 100644
--- a/pom.xml
+++ b/pom.xml
@@ -331,7 +331,7 @@ under the License.
 
 2.16.2  
 
-2.7.2
+2.7.3
 
 4.2.5.RELEASE
 4.0.4.RELEASE