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 2019/10/04 06:51:33 UTC

[syncope] branch master updated (7ceaf3e -> 634d275)

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 7ceaf3e  Upgrading Spring Boot
     new 55ed9c2  Upgrading PostgreSQL docker and JDBC + Apache RAT
     new 634d275  Upgrading to Wildfly 18

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:
 fit/core-reference/pom.xml                                           | 4 ++--
 pom.xml                                                              | 5 +++--
 src/main/asciidoc/getting-started/systemRequirements.adoc            | 2 +-
 .../systemadministration/javaeecontainer.adoc                        | 4 ++--
 4 files changed, 8 insertions(+), 7 deletions(-)


[syncope] 01/02: Upgrading PostgreSQL docker and JDBC + Apache RAT

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 55ed9c2c322b988ac633559aa5f5d8aa27a3a0b3
Author: Francesco Chicchiriccò <il...@apache.org>
AuthorDate: Fri Oct 4 08:51:01 2019 +0200

    Upgrading PostgreSQL docker and JDBC + Apache RAT
---
 pom.xml | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index d98b4d3..02d7386 100644
--- a/pom.xml
+++ b/pom.xml
@@ -504,11 +504,11 @@ under the License.
 
     <tomcat.version>9.0.26</tomcat.version>
 
-    <docker.postgresql.version>11.5</docker.postgresql.version>
+    <docker.postgresql.version>12</docker.postgresql.version>
     <docker.mysql.version>8.0</docker.mysql.version>
     <docker.mariadb.version>10.4</docker.mariadb.version>
 
-    <jdbc.postgresql.version>42.2.5</jdbc.postgresql.version>
+    <jdbc.postgresql.version>42.2.8</jdbc.postgresql.version>
     <jdbc.mysql.version>8.0.16</jdbc.mysql.version>
     <jdbc.mariadb.version>2.4.1</jdbc.mariadb.version>
     <jdbc.mssql.version>7.2.2.jre</jdbc.mssql.version>
@@ -2263,6 +2263,7 @@ under the License.
       <plugin>
         <groupId>org.apache.rat</groupId>
         <artifactId>apache-rat-plugin</artifactId>
+	<version>0.13</version>
         <configuration>
           <excludes>
             <exclude>**/nbactions.xml</exclude>


[syncope] 02/02: Upgrading to Wildfly 18

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 634d275d33cc92f420edcc8bf50c926b391496de
Author: Francesco Chicchiriccò <il...@apache.org>
AuthorDate: Fri Oct 4 08:51:16 2019 +0200

    Upgrading to Wildfly 18
---
 fit/core-reference/pom.xml                                            | 4 ++--
 src/main/asciidoc/getting-started/systemRequirements.adoc             | 2 +-
 .../systemadministration/javaeecontainer.adoc                         | 4 ++--
 3 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/fit/core-reference/pom.xml b/fit/core-reference/pom.xml
index 3feffe2..3cd37c3 100644
--- a/fit/core-reference/pom.xml
+++ b/fit/core-reference/pom.xml
@@ -1459,7 +1459,7 @@ under the License.
               <container>
                 <containerId>glassfish5x</containerId>
                 <zipUrlInstaller>
-                  <url>https://repo1.maven.org/maven2/fish/payara/distributions/payara/5.192/payara-5.192.zip</url>
+                  <url>https://repo1.maven.org/maven2/fish/payara/distributions/payara/5.193/payara-5.193.zip</url>
                   <downloadDir>${settings.localRepository}/org/codehaus/cargo/cargo-container-archives</downloadDir>
                   <extractDir>${project.build.directory}/cargo/extract</extractDir>
                 </zipUrlInstaller>
@@ -1531,7 +1531,7 @@ under the License.
               <container>
                 <containerId>wildfly17x</containerId>
                 <zipUrlInstaller>
-                  <url>https://download.jboss.org/wildfly/17.0.1.Final/wildfly-17.0.1.Final.zip</url>
+                  <url>https://download.jboss.org/wildfly/18.0.0.Final/wildfly-18.0.0.Final.zip</url>
                   <downloadDir>${settings.localRepository}/org/codehaus/cargo/cargo-container-archives</downloadDir>
                   <extractDir>${project.build.directory}/cargo/extract</extractDir>
                 </zipUrlInstaller>
diff --git a/src/main/asciidoc/getting-started/systemRequirements.adoc b/src/main/asciidoc/getting-started/systemRequirements.adoc
index 1d3c7fb..655c3ae 100644
--- a/src/main/asciidoc/getting-started/systemRequirements.adoc
+++ b/src/main/asciidoc/getting-started/systemRequirements.adoc
@@ -39,7 +39,7 @@ Apache Syncope {docVersion} is verified with the following Java EE containers:
  . http://tomcat.apache.org/download-90.cgi[Apache Tomcat 9^]
  . https://javaee.github.io/glassfish/[Glassfish 5^]
  . http://www.payara.fish/[Payara Server 5^]
- . http://www.wildfly.org/[Wildfly 15^]
+ . http://www.wildfly.org/[Wildfly 18^]
 
 === Internal Storage
 
diff --git a/src/main/asciidoc/reference-guide/workingwithapachesyncope/systemadministration/javaeecontainer.adoc b/src/main/asciidoc/reference-guide/workingwithapachesyncope/systemadministration/javaeecontainer.adoc
index 6b6ebf7..7a46d1f 100644
--- a/src/main/asciidoc/reference-guide/workingwithapachesyncope/systemadministration/javaeecontainer.adoc
+++ b/src/main/asciidoc/reference-guide/workingwithapachesyncope/systemadministration/javaeecontainer.adoc
@@ -40,7 +40,7 @@ Each JavaEE Container provides its own way to accomplish this task:
   * https://tomcat.apache.org/tomcat-9.0-doc/jdbc-pool.html[Apache Tomcat 9^]
   * https://javaeesquad.github.io/tutorials/glassfishDatasource/glassFishDatasource.html[Glassfish 5^]
   * https://payara.gitbooks.io/payara-server/content/documentation/user-guides/connection-pools/connection-pools.html[Payara Server 5^]
-  * http://docs.wildfly.org/15/Admin_Guide.html#DataSource[Wildfly 15^]
+  * http://docs.wildfly.org/18/Admin_Guide.html#DataSource[Wildfly 18^]
 ****
 
 ===== Apache Tomcat 9
@@ -141,7 +141,7 @@ For better performance under GNU / Linux, do not forget to include
 among JVM options.
 ====
 
-===== Wildfly 15
+===== Wildfly 18
 
 Add