[syncope] branch 2_1_X updated: Upgrading Swagger UI and maven-project-info-reports-plugin

2022-02-06 Thread ilgrosso
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


The following commit(s) were added to refs/heads/2_1_X by this push:
 new b5afafa  Upgrading Swagger UI and maven-project-info-reports-plugin
b5afafa is described below

commit b5afafa8dcba020c7fe98a230fa6c17a0ad582c4
Author: Francesco Chicchiriccò 
AuthorDate: Mon Feb 7 08:20:13 2022 +0100

Upgrading Swagger UI and maven-project-info-reports-plugin
---
 pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index a0ea2a1..d2d 100644
--- a/pom.xml
+++ b/pom.xml
@@ -459,7 +459,7 @@ under the License.
 ${project.build.directory}/log
 
 2.0.10
-4.4.1
+4.5.0
 29.0-jre
 
 3.4.1
@@ -2464,7 +2464,7 @@ under the License.
   
 org.apache.maven.plugins
 maven-project-info-reports-plugin
-3.1.2
+3.2.1
 
   false
   false


[syncope] branch master updated (a02b0a2 -> e5ee36f)

2022-02-06 Thread ilgrosso
This is an automated email from the ASF dual-hosted git repository.

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


from a02b0a2  Fix checkstyle
 new 0505dc2  Upgrading Swagger UI, Wicket and 
maven-project-info-reports-plugin
 new e5ee36f  Upgrading OpenJPA

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 | 8 
 1 file changed, 4 insertions(+), 4 deletions(-)


[syncope] 01/02: Upgrading Swagger UI, Wicket and maven-project-info-reports-plugin

2022-02-06 Thread ilgrosso
This is an automated email from the ASF dual-hosted git repository.

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

commit 0505dc24e978f3b6ff14fef6d74737cd4d09664d
Author: Francesco Chicchiriccò 
AuthorDate: Mon Feb 7 08:19:38 2022 +0100

Upgrading Swagger UI, Wicket and maven-project-info-reports-plugin
---
 pom.xml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/pom.xml b/pom.xml
index cd2b41c..e04fbe5 100644
--- a/pom.xml
+++ b/pom.xml
@@ -454,7 +454,7 @@ under the License.
 1.4.200
 
 2.1.12
-4.4.1
+4.5.0
 
 1.3.8
 1.4.1-1
@@ -468,7 +468,7 @@ under the License.
 2.0.7
 1.0.2
 
-9.7.0
+9.8.0
 9.6.0
 9.7.0
 5.0.6
@@ -2520,7 +2520,7 @@ under the License.
   
 org.apache.maven.plugins
 maven-project-info-reports-plugin
-3.1.2
+3.2.1
 
   false
   false


[syncope] 02/02: Upgrading OpenJPA

2022-02-06 Thread ilgrosso
This is an automated email from the ASF dual-hosted git repository.

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

commit e5ee36f8bbe2e9bd41359f4f2f6009ed1646baa1
Author: Francesco Chicchiriccò 
AuthorDate: Mon Feb 7 08:23:26 2022 +0100

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

diff --git a/pom.xml b/pom.xml
index e04fbe5..bd3792b 100644
--- a/pom.xml
+++ b/pom.xml
@@ -412,7 +412,7 @@ under the License.
 2.6.3
 3.1.0
 
-3.2.0
+3.2.1
 5.0.1
 2.0.5
 


[syncope] branch master updated: Fix checkstyle

2022-02-06 Thread ilgrosso
This is an automated email from the ASF dual-hosted git repository.

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


The following commit(s) were added to refs/heads/master by this push:
 new a02b0a2  Fix checkstyle
a02b0a2 is described below

commit a02b0a27b242265c8b67e1952f5ccdb23d20803c
Author: Francesco Chicchiriccò 
AuthorDate: Sun Feb 6 09:16:55 2022 +0100

Fix checkstyle
---
 .../apache/syncope/core/persistence/jpa/dao/PGJPAJSONAnySearchDAO.java  | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/core/persistence-jpa-json/src/main/java/org/apache/syncope/core/persistence/jpa/dao/PGJPAJSONAnySearchDAO.java
 
b/core/persistence-jpa-json/src/main/java/org/apache/syncope/core/persistence/jpa/dao/PGJPAJSONAnySearchDAO.java
index d67f80f..9f098b9 100644
--- 
a/core/persistence-jpa-json/src/main/java/org/apache/syncope/core/persistence/jpa/dao/PGJPAJSONAnySearchDAO.java
+++ 
b/core/persistence-jpa-json/src/main/java/org/apache/syncope/core/persistence/jpa/dao/PGJPAJSONAnySearchDAO.java
@@ -540,7 +540,7 @@ public class PGJPAJSONAnySearchDAO extends JPAAnySearchDAO {
 final List parameters,
 final SearchSupport svs) {
 
-List groupKeys =check(cond);
+List groupKeys = check(cond);
 
 String where = groupKeys.stream().
 map(key -> "group_id=?" + setParameter(parameters, key)).