[CONF] Apache Syncope > Upgrade from 2.1.5 to 2.1.6

2020-06-22 Thread Confluence
Title: Message Title



 
 
 
There's 1 new edit on this page 
 
 
 
 
 
 
  
 
 
 
 
 
 
 
 
 
 
 
 
 
 
Upgrade from 2.1.5 to 2.1.6 
 
 
  
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
Francesco Chicchiriccò edited this page 
 
 
  
 
 

 
 
 
  
 
 
  
 
 
  
 
 
 
 
 
 
 
 
 
 
 
 
 
 
Here's what changed: 
 
 
 
 
 
 
 
 
 
 
 ... 
 
 
 
 Code Block 
 
 
 
 
 
 
 
 
language 
sql 
 
 
  
 
 
 
 
 CREATE INDEX TaskExec_TaskIdIndex ON TaskExec(task_id);
CREATE INDEX AnyTemplatePullTask_PullTaskIndex ON AnyTemplatePullTask(pullTask_id);
CREATE INDEX NotificationTask_recipientsIndex ON NotificationTask_recipients(notificationTask_id);  
 
 
  In case you want to bootstrap the internal storage for 2.1.6 with MasterContent.xml exported from 2.1.5, please ensure first to remove any entry of the following types:  
 
   
   
 
 
 
  
 
 
  
 
 
  
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
Go to page history 
 
 
  
 
 
  
 
 
  
 
 
  
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
View page 
 
 
  
 
 
  
 
 
  
 
 
  
 
 
 
 
 
 
 
 
 
 
Stop watching space
• 
 
 
 
 
 
 
Manage notifications 
 
 
 
 
 
 
 
 
 
 
  
 
 
This message was sent by Atlassian Confluence 7.5.0  
 
 
  
 
 
 
 
 
 
 
 
 




Syncope-master-deploy - Build # 4046 - Fixed

2020-06-22 Thread Apache Jenkins Server
The Apache Jenkins build system has built Syncope-master-deploy (build #4046)

Status: Fixed

Check console output at 
https://builds.apache.org/job/Syncope-master-deploy/4046/ to view the results.

[syncope] branch master updated: Removing version override for curator-test

2020-06-22 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 7311d47  Removing version override for curator-test
7311d47 is described below

commit 7311d478a8898e2dc451b0f0c41582db29c142dc
Author: Francesco Chicchiriccò 
AuthorDate: Mon Jun 22 14:17:18 2020 +0200

Removing version override for curator-test
---
 common/keymaster/client-zookeeper/pom.xml | 1 -
 1 file changed, 1 deletion(-)

diff --git a/common/keymaster/client-zookeeper/pom.xml 
b/common/keymaster/client-zookeeper/pom.xml
index b41006d..e01f91c 100644
--- a/common/keymaster/client-zookeeper/pom.xml
+++ b/common/keymaster/client-zookeeper/pom.xml
@@ -70,7 +70,6 @@ under the License.
 
   org.apache.curator
   curator-test
-  2.13.0
   test
 
 



[syncope] branch master updated: Upgrading Curator and Zookeeper

2020-06-22 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 795c9de  Upgrading Curator and Zookeeper
795c9de is described below

commit 795c9dec6607b4914120cd33e41635720e0a1943
Author: Francesco Chicchiriccò 
AuthorDate: Mon Jun 22 13:51:37 2020 +0200

Upgrading Curator and Zookeeper
---
 pom.xml | 10 +-
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/pom.xml b/pom.xml
index 95deb34..413a1f6 100644
--- a/pom.xml
+++ b/pom.xml
@@ -450,8 +450,6 @@ under the License.
 
 1.4.200
 
-8.19
-
 5.6.2
 3.3.0
 
@@ -481,8 +479,8 @@ under the License.
 
 4.8-1
 
-4.3.0
-3.5.6
+5.0.0
+3.6.1
 
 1389
 9082
@@ -1977,6 +1975,7 @@ under the License.
   
 
   
+
   
 org.bouncycastle
 bcpkix-jdk15on
@@ -1987,10 +1986,11 @@ under the License.
 bcprov-jdk15on
 ${bouncycastle.version}
   
+
   
 com.nimbusds
 nimbus-jose-jwt
-${nimbus.jose.version}
+8.19
   
 
   



Syncope-master-deploy - Build # 4045 - Failure

2020-06-22 Thread Apache Jenkins Server
The Apache Jenkins build system has built Syncope-master-deploy (build #4045)

Status: Failure

Check console output at 
https://builds.apache.org/job/Syncope-master-deploy/4045/ to view the results.

[syncope] branch master updated: Upgrading Swagger UI, asciidoctor-maven-plugin and asciidoctorj-pdf

2020-06-22 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 9b1c9f8  Upgrading Swagger UI, asciidoctor-maven-plugin and 
asciidoctorj-pdf
9b1c9f8 is described below

commit 9b1c9f8676b973e60a9d1be0b576090214f52cde
Author: Francesco Chicchiriccò 
AuthorDate: Mon Jun 22 08:35:04 2020 +0200

Upgrading Swagger UI, asciidoctor-maven-plugin and asciidoctorj-pdf
---
 pom.xml   | 20 +++-
 src/main/asciidoc/getting-started/obtain.adoc |  6 +++---
 2 files changed, 14 insertions(+), 12 deletions(-)

diff --git a/pom.xml b/pom.xml
index 1eb67bf..95deb34 100644
--- a/pom.xml
+++ b/pom.xml
@@ -456,7 +456,7 @@ under the License.
 3.3.0
 
 2.1.2
-3.26.1
+3.27.0
 
 1.3.8
 1.4.1-1
@@ -2759,18 +2759,16 @@ under the License.
   
 org.asciidoctor
 asciidoctor-maven-plugin
-1.6.0
+2.0.0
 
   
 org.asciidoctor
 asciidoctorj-pdf
-1.5.2
+1.5.3
   
 
 
-  ${skipTests}
   book
-  true
   highlightjs
   
 ${project.version}
@@ -2800,10 +2798,11 @@ under the License.
 
 
   
getting-started/getting-started.adoc
+  
${rootpom.basedir}/src/main/asciidoc/getting-started
   html
-  ./images
   
 Apache Syncope ${project.version} - Getting 
Started
+images
   
 
   
@@ -2815,11 +2814,12 @@ under the License.
 
 
   
getting-started/getting-started.adoc
+  
${rootpom.basedir}/src/main/asciidoc/getting-started
   pdf
-  ${basedir}/src/main/asciidoc/images
   
 ${basedir}/src/main/asciidoc
 syncope
+${basedir}/src/main/asciidoc/images
   
 
   
@@ -2831,10 +2831,11 @@ under the License.
 
 
   
reference-guide/reference-guide.adoc
+  
${rootpom.basedir}/src/main/asciidoc/reference-guide
   html
-  ./images
   
 Apache Syncope ${project.version} - Reference 
Guide
+images
   
 
   
@@ -2846,11 +2847,12 @@ under the License.
 
 
   
reference-guide/reference-guide.adoc
+  
${rootpom.basedir}/src/main/asciidoc/reference-guide
   pdf
-  ${basedir}/src/main/asciidoc/images
   
 ${basedir}/src/main/asciidoc
 syncope
+${basedir}/src/main/asciidoc/images
   
 
   
diff --git a/src/main/asciidoc/getting-started/obtain.adoc 
b/src/main/asciidoc/getting-started/obtain.adoc
index cedd1a0..4f7f32b 100644
--- a/src/main/asciidoc/getting-started/obtain.adoc
+++ b/src/main/asciidoc/getting-started/obtain.adoc
@@ -105,7 +105,7 @@ https://docs.docker.com/compose/[Docker Compose^] or 
https://kubernetes.io/[Kube
 
 = Core
 
-Apache Syncope Core, see <> for 
information.
+Apache Syncope Core, see <> for 
information.
 
 Port exposed: `8080`.
 
@@ -125,7 +125,7 @@ 
http://openjpa.apache.org/builds/3.0.0/apache-openjpa/docs/ref_guide_event.html[
 
 = Console
 
-Apache Syncope Admin UI, see <> 
for information.
+Apache Syncope Admin UI, see <> 
for information.
 
 Port exposed: `8080`.
 
@@ -137,7 +137,7 @@ Environment variables:
 
 = Enduser
 
-Apache Syncope Enduser UI, see <> 
for information.
+Apache Syncope Enduser UI, see <> 
for information.
 
 Port exposed: `8080`.
 



[syncope] branch 2_1_X updated: Upgrading Swagger UI and asciidoctor-maven-plugin

2020-06-22 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 b8a2782  Upgrading Swagger UI and asciidoctor-maven-plugin
b8a2782 is described below

commit b8a2782dad152af90bac5612f39bf2ab6819d820
Author: Francesco Chicchiriccò 
AuthorDate: Mon Jun 22 08:35:40 2020 +0200

Upgrading Swagger UI and asciidoctor-maven-plugin
---
 pom.xml   | 17 ++---
 src/main/asciidoc/getting-started/obtain.adoc |  6 +++---
 2 files changed, 13 insertions(+), 10 deletions(-)

diff --git a/pom.xml b/pom.xml
index 07ea91b..1c23603 100644
--- a/pom.xml
+++ b/pom.xml
@@ -458,7 +458,7 @@ under the License.
 ${project.build.directory}/log
 
 2.0.10
-3.26.1
+3.27.0
 29.0-jre
 
 3.4.1
@@ -2557,7 +2557,7 @@ under the License.
   
 org.asciidoctor
 asciidoctor-maven-plugin
-1.6.0
+2.0.0
 
   
 org.asciidoctor
@@ -2567,7 +2567,6 @@ under the License.
 
 
   book
-  true
   highlightjs
   
 ${project.version}
@@ -2597,10 +2596,11 @@ under the License.
 
 
   
getting-started/getting-started.adoc
+  
${rootpom.basedir}/src/main/asciidoc/getting-started
   html
-  ./images
   
 Apache Syncope ${project.version} - Getting 
Started
+images
   
 
   
@@ -2612,11 +2612,12 @@ under the License.
 
 
   
getting-started/getting-started.adoc
+  
${rootpom.basedir}/src/main/asciidoc/getting-started
   pdf
-  ${basedir}/src/main/asciidoc/images
   
 ${basedir}/src/main/asciidoc
 syncope
+${basedir}/src/main/asciidoc/images
   
 
   
@@ -2628,10 +2629,11 @@ under the License.
 
 
   
reference-guide/reference-guide.adoc
+  
${rootpom.basedir}/src/main/asciidoc/reference-guide
   html
-  ./images
   
 Apache Syncope ${project.version} - Reference 
Guide
+images
   
 
   
@@ -2643,11 +2645,12 @@ under the License.
 
 
   
reference-guide/reference-guide.adoc
+  
${rootpom.basedir}/src/main/asciidoc/reference-guide
   pdf
-  ${basedir}/src/main/asciidoc/images
   
 ${basedir}/src/main/asciidoc
 syncope
+${basedir}/src/main/asciidoc/images
   
 
   
diff --git a/src/main/asciidoc/getting-started/obtain.adoc 
b/src/main/asciidoc/getting-started/obtain.adoc
index 014eb6c..c649df1 100644
--- a/src/main/asciidoc/getting-started/obtain.adoc
+++ b/src/main/asciidoc/getting-started/obtain.adoc
@@ -298,7 +298,7 @@ https://docs.docker.com/compose/[Docker Compose^] or 
https://kubernetes.io/[Kube
 
 = Core
 
-Apache Syncope Core, see <> for 
information.
+Apache Syncope Core, see <> for 
information.
 
 Port exposed: `8080`.
 
@@ -318,7 +318,7 @@ 
http://openjpa.apache.org/builds/3.0.0/apache-openjpa/docs/ref_guide_event.html[
 
 = Console
 
-Apache Syncope Admin UI, see <> 
for information.
+Apache Syncope Admin UI, see <> 
for information.
 
 Port exposed: `8080`.
 
@@ -330,7 +330,7 @@ Environment variables:
 
 = Enduser
 
-Apache Syncope Enduser UI, see <> 
for information.
+Apache Syncope Enduser UI, see <> 
for information.
 
 Port exposed: `8080`.