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/03/10 07:32:21 UTC

[syncope] branch master updated (b33d9c6 -> f8a6b6c)

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 b33d9c6  Preferring Collectors#joining
     new f354dc5  Upgrading Nimbus JOSE JWT
     new 8c514c9  Upgrading maven-project-info-reports-plugin
     new f8a6b6c  [SYNCOPE-1659] Fixing issue introduced by d2524ea for SYNCOPE-1392

The 3 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:
 .../syncope/core/provisioning/java/data/SchemaDataBinderImpl.java     | 2 +-
 pom.xml                                                               | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

[syncope] 03/03: [SYNCOPE-1659] Fixing issue introduced by d2524ea for SYNCOPE-1392

Posted by il...@apache.org.
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 f8a6b6c972b5b60584475437c10df1e699b1bcee
Author: Francesco Chicchiriccò <il...@apache.org>
AuthorDate: Thu Mar 10 08:30:29 2022 +0100

    [SYNCOPE-1659] Fixing issue introduced by d2524ea for SYNCOPE-1392
---
 .../syncope/core/provisioning/java/data/SchemaDataBinderImpl.java       | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/core/provisioning-java/src/main/java/org/apache/syncope/core/provisioning/java/data/SchemaDataBinderImpl.java b/core/provisioning-java/src/main/java/org/apache/syncope/core/provisioning/java/data/SchemaDataBinderImpl.java
index 6fabaed..702d322 100644
--- a/core/provisioning-java/src/main/java/org/apache/syncope/core/provisioning/java/data/SchemaDataBinderImpl.java
+++ b/core/provisioning-java/src/main/java/org/apache/syncope/core/provisioning/java/data/SchemaDataBinderImpl.java
@@ -323,7 +323,7 @@ public class SchemaDataBinderImpl implements SchemaDataBinder {
     protected VirSchema fill(final VirSchema schema, final VirSchemaTO schemaTO) {
         schema.setKey(schemaTO.getKey());
         schema.setExtAttrName(schemaTO.getExtAttrName());
-        schema.setReadonly(schema.isReadonly());
+        schema.setReadonly(schemaTO.isReadonly());
 
         labels(schemaTO, schema);
 

[syncope] 01/03: Upgrading Nimbus JOSE JWT

Posted by il...@apache.org.
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 f354dc5b7ac1978cb9df6c1580114ce7faff9ea2
Author: Francesco Chicchiriccò <il...@apache.org>
AuthorDate: Tue Mar 8 15:20:00 2022 +0100

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

diff --git a/pom.xml b/pom.xml
index eada4be..f54971c 100644
--- a/pom.xml
+++ b/pom.xml
@@ -405,7 +405,7 @@ under the License.
 
     <cxf.version>3.5.1</cxf.version>
     <bouncycastle.version>1.70</bouncycastle.version>
-    <nimbus-jose-jwt.version>9.20</nimbus-jose-jwt.version>
+    <nimbus-jose-jwt.version>9.21</nimbus-jose-jwt.version>
 
     <jackson.version>2.13.2</jackson.version>
 

[syncope] 02/03: Upgrading maven-project-info-reports-plugin

Posted by il...@apache.org.
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 8c514c91805d6e69f132b999d812c78aecc959ff
Author: Francesco Chicchiriccò <il...@apache.org>
AuthorDate: Wed Mar 9 16:13:55 2022 +0100

    Upgrading maven-project-info-reports-plugin
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index f54971c..f9ab50e 100644
--- a/pom.xml
+++ b/pom.xml
@@ -2526,7 +2526,7 @@ under the License.
       <plugin>
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-project-info-reports-plugin</artifactId>
-        <version>3.2.1</version>
+        <version>3.2.2</version>
         <configuration>
           <dependencyDetailsEnabled>false</dependencyDetailsEnabled>
           <dependencyLocationsEnabled>false</dependencyLocationsEnabled>