[syncope] 01/02: Upgrading Swagger UI

2023-03-08 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 b29288dff9af5f60162604029695c6114f1523de
Author: Francesco Chicchiriccò 
AuthorDate: Tue Mar 7 08:06:54 2023 +0100

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

diff --git a/pom.xml b/pom.xml
index 245c132adc..c8b592fc07 100644
--- a/pom.xml
+++ b/pom.xml
@@ -445,7 +445,7 @@ under the License.
 2.1.214
 
 2.2.8
-4.17.0
+4.17.1
 
 1.3.8
 1.4.1-1



[syncope] 02/02: [SYNCOPE-1739] Wrong volume mapping for source code in fit docker profile (#422)

2023-03-08 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 c5dbc6e9e1a2b23a5c582fefa552ed7a988eb125
Author: Samuel Garofalo <72073457+samuelg...@users.noreply.github.com>
AuthorDate: Wed Mar 8 17:01:15 2023 +0100

[SYNCOPE-1739] Wrong volume mapping for source code in fit docker profile 
(#422)
---
 .../main/resources/archetype-resources/fit/pom.xml | 34 ++
 1 file changed, 29 insertions(+), 5 deletions(-)

diff --git a/archetype/src/main/resources/archetype-resources/fit/pom.xml 
b/archetype/src/main/resources/archetype-resources/fit/pom.xml
index b1538195ff..2e569eac7e 100644
--- a/archetype/src/main/resources/archetype-resources/fit/pom.xml
+++ b/archetype/src/main/resources/archetype-resources/fit/pom.xml
@@ -300,6 +300,25 @@ under the License.
   
 
   
+  
+org.codehaus.mojo
+build-helper-maven-plugin
+
+  
+regex-property
+
+  regex-property
+
+
+  groupIdDocker
+  ${groupId}
+  \.
+  /
+  true
+
+  
+
+  
  
   
   
@@ -428,7 +447,8 @@ under the License.
 
   
 
${basedir}/../core/target/classes/domains/MasterContent.xml:/opt/syncope/conf/domains/MasterContent.xml:ro
-
${settings.localRepository}/${groupId}/syncope-core/${project.version}/syncope-core-${project.version}-classes.jar:/opt/syncope/lib/${groupId}-syncope-core-classes.jar:ro
+
${settings.localRepository}/${groupIdDocker}/syncope-core/${project.version}/syncope-core-${project.version}-classes.jar:/opt/syncope/lib/syncope-core-classes.jar:ro
+
${settings.localRepository}/${groupIdDocker}/syncope-common/${project.version}/syncope-common-${project.version}.jar:/opt/syncope/lib/syncope-common.jar:ro
   
 
 
@@ -463,7 +483,8 @@ under the License.
 
   
 
${basedir}/src/test/resources/keystore.p12:/opt/syncope/conf/keystore.p12:ro
-
${settings.localRepository}/${groupId}/syncope-console/${project.version}/syncope-console-${project.version}-classes.jar:/opt/syncope/lib/${groupId}-syncope-console-classes.jar:ro
+
${settings.localRepository}/${groupIdDocker}/syncope-console/${project.version}/syncope-console-${project.version}-classes.jar:/opt/syncope/lib/syncope-console-classes.jar:ro
+
${settings.localRepository}/${groupIdDocker}/syncope-common/${project.version}/syncope-common-${project.version}.jar:/opt/syncope/lib/syncope-common.jar:ro
   
 
 
@@ -493,7 +514,8 @@ under the License.
 
 
   
-
${settings.localRepository}/${groupId}/syncope-enduser/${project.version}/syncope-enduser-${project.version}-classes.jar:/opt/syncope/lib/${groupId}-syncope-enduser-classes.jar:ro
+
${settings.localRepository}/${groupIdDocker}/syncope-enduser/${project.version}/syncope-enduser-${project.version}-classes.jar:/opt/syncope/lib/syncope-enduser-classes.jar:ro
+
${settings.localRepository}/${groupIdDocker}/syncope-common/${project.version}/syncope-common-${project.version}.jar:/opt/syncope/lib/syncope-common.jar:ro
   
 
 
@@ -526,7 +548,8 @@ under the License.
   
 
${basedir}/../wa/src/test/resources/wa-docker-https.properties:/opt/syncope/conf/wa-docker-https.properties:ro
 
${basedir}/src/test/resources/keystore.p12:/opt/syncope/conf/keystore.p12:ro
-
${settings.localRepository}/${groupId}/syncope-wa/${project.version}/syncope-wa-${project.version}-classes.jar:/opt/syncope/lib/${groupId}-syncope-wa-classes.jar:ro
+
${settings.localRepository}/${groupIdDocker}/syncope-wa/${project.version}/syncope-wa-${project.version}-classes.jar:/opt/syncope/lib/syncope-wa-classes.jar:ro
+
${settings.localRepository}/${groupIdDocker}/syncope-common/${project.version}/syncope-common-${project.version}.jar:/opt/syncope/lib/syncope-common.jar:ro
   
 
 
@@ -559,7 +582,8 @@ under the License.
 
 
   
-
${settings.localRepository}/${groupId}/syncope-sra/${project.version}/syncope-sra-${project.version}.jar:/opt/syncope/lib/${groupId}-syncope-sra.jar:ro
+ 

[syncope] branch master updated (b83ae97f69 -> c5dbc6e9e1)

2023-03-08 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 b83ae97f69 Upgrading Spring Boot, Spring Cloud Gateway, Tomcat, Payara 
and Greenmail
 new b29288dff9 Upgrading Swagger UI
 new c5dbc6e9e1 [SYNCOPE-1739] Wrong volume mapping for source code in fit 
docker profile (#422)

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:
 .../main/resources/archetype-resources/fit/pom.xml | 34 ++
 pom.xml|  2 +-
 2 files changed, 30 insertions(+), 6 deletions(-)



[syncope] branch 2_1_X updated: Upgrading Swagger UI

2023-03-08 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 ec67326715 Upgrading Swagger UI
ec67326715 is described below

commit ec673267158f77566583430571e5b3a4d8e1b4ce
Author: Francesco Chicchiriccò 
AuthorDate: Tue Mar 7 08:06:04 2023 +0100

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

diff --git a/pom.xml b/pom.xml
index bf00e07fc6..f257f315db 100644
--- a/pom.xml
+++ b/pom.xml
@@ -461,7 +461,7 @@ under the License.
 ${project.build.directory}/log
 
 2.0.10
-4.17.0
+4.17.1
 29.0-jre
 
 3.4.1



[syncope] branch 3_0_X updated: Upgrading Swagger UI

2023-03-08 Thread ilgrosso
This is an automated email from the ASF dual-hosted git repository.

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


The following commit(s) were added to refs/heads/3_0_X by this push:
 new 5127e2cee1 Upgrading Swagger UI
5127e2cee1 is described below

commit 5127e2cee153f7770c50bad7b3325af0a5011806
Author: Francesco Chicchiriccò 
AuthorDate: Tue Mar 7 08:05:50 2023 +0100

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

diff --git a/pom.xml b/pom.xml
index 5f266e1b59..5241591b33 100644
--- a/pom.xml
+++ b/pom.xml
@@ -449,7 +449,7 @@ under the License.
 2.1.214
 
 2.2.8
-4.17.0
+4.17.1
 
 1.3.8
 1.4.1-1



[syncope] branch 3_0_X updated: [SYNCOPE-1739] Wrong volume mapping for source code in fit docker profile (#422)

2023-03-08 Thread ilgrosso
This is an automated email from the ASF dual-hosted git repository.

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


The following commit(s) were added to refs/heads/3_0_X by this push:
 new b0d28360f8 [SYNCOPE-1739] Wrong volume mapping for source code in fit 
docker profile (#422)
b0d28360f8 is described below

commit b0d28360f883e27a8ee474e7b113c20b85b460a1
Author: Samuel Garofalo <72073457+samuelg...@users.noreply.github.com>
AuthorDate: Wed Mar 8 17:01:15 2023 +0100

[SYNCOPE-1739] Wrong volume mapping for source code in fit docker profile 
(#422)
---
 .../main/resources/archetype-resources/fit/pom.xml | 34 ++
 1 file changed, 29 insertions(+), 5 deletions(-)

diff --git a/archetype/src/main/resources/archetype-resources/fit/pom.xml 
b/archetype/src/main/resources/archetype-resources/fit/pom.xml
index 52a300a2be..782e839567 100644
--- a/archetype/src/main/resources/archetype-resources/fit/pom.xml
+++ b/archetype/src/main/resources/archetype-resources/fit/pom.xml
@@ -300,6 +300,25 @@ under the License.
   
 
   
+  
+org.codehaus.mojo
+build-helper-maven-plugin
+
+  
+regex-property
+
+  regex-property
+
+
+  groupIdDocker
+  ${groupId}
+  \.
+  /
+  true
+
+  
+
+  
  
   
   
@@ -428,7 +447,8 @@ under the License.
 
   
 
${basedir}/../core/target/classes/domains/MasterContent.xml:/opt/syncope/conf/domains/MasterContent.xml:ro
-
${settings.localRepository}/${groupId}/syncope-core/${project.version}/syncope-core-${project.version}-classes.jar:/opt/syncope/lib/${groupId}-syncope-core-classes.jar:ro
+
${settings.localRepository}/${groupIdDocker}/syncope-core/${project.version}/syncope-core-${project.version}-classes.jar:/opt/syncope/lib/syncope-core-classes.jar:ro
+
${settings.localRepository}/${groupIdDocker}/syncope-common/${project.version}/syncope-common-${project.version}.jar:/opt/syncope/lib/syncope-common.jar:ro
   
 
 
@@ -463,7 +483,8 @@ under the License.
 
   
 
${basedir}/src/test/resources/keystore.p12:/opt/syncope/conf/keystore.p12:ro
-
${settings.localRepository}/${groupId}/syncope-console/${project.version}/syncope-console-${project.version}-classes.jar:/opt/syncope/lib/${groupId}-syncope-console-classes.jar:ro
+
${settings.localRepository}/${groupIdDocker}/syncope-console/${project.version}/syncope-console-${project.version}-classes.jar:/opt/syncope/lib/syncope-console-classes.jar:ro
+
${settings.localRepository}/${groupIdDocker}/syncope-common/${project.version}/syncope-common-${project.version}.jar:/opt/syncope/lib/syncope-common.jar:ro
   
 
 
@@ -493,7 +514,8 @@ under the License.
 
 
   
-
${settings.localRepository}/${groupId}/syncope-enduser/${project.version}/syncope-enduser-${project.version}-classes.jar:/opt/syncope/lib/${groupId}-syncope-enduser-classes.jar:ro
+
${settings.localRepository}/${groupIdDocker}/syncope-enduser/${project.version}/syncope-enduser-${project.version}-classes.jar:/opt/syncope/lib/syncope-enduser-classes.jar:ro
+
${settings.localRepository}/${groupIdDocker}/syncope-common/${project.version}/syncope-common-${project.version}.jar:/opt/syncope/lib/syncope-common.jar:ro
   
 
 
@@ -526,7 +548,8 @@ under the License.
   
 
${basedir}/../wa/src/test/resources/wa-docker-https.properties:/opt/syncope/conf/wa-docker-https.properties:ro
 
${basedir}/src/test/resources/keystore.p12:/opt/syncope/conf/keystore.p12:ro
-
${settings.localRepository}/${groupId}/syncope-wa/${project.version}/syncope-wa-${project.version}-classes.jar:/opt/syncope/lib/${groupId}-syncope-wa-classes.jar:ro
+
${settings.localRepository}/${groupIdDocker}/syncope-wa/${project.version}/syncope-wa-${project.version}-classes.jar:/opt/syncope/lib/syncope-wa-classes.jar:ro
+
${settings.localRepository}/${groupIdDocker}/syncope-common/${project.version}/syncope-common-${project.version}.jar:/opt/syncope/lib/syncope-common.jar:ro
   
 
 
@@ -559,7 +582,8 @@ under the License.