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 2017/10/24 08:48:50 UTC

[4/4] syncope git commit: Updating docs to Tomcat 9 and Wildfly 11

Updating docs to Tomcat 9 and Wildfly 11


Project: http://git-wip-us.apache.org/repos/asf/syncope/repo
Commit: http://git-wip-us.apache.org/repos/asf/syncope/commit/d0d09098
Tree: http://git-wip-us.apache.org/repos/asf/syncope/tree/d0d09098
Diff: http://git-wip-us.apache.org/repos/asf/syncope/diff/d0d09098

Branch: refs/heads/master
Commit: d0d0909817e948e262711cada64a95e83eaef3a4
Parents: 4a0b748
Author: Francesco Chicchiriccò <il...@apache.org>
Authored: Tue Oct 24 10:48:41 2017 +0200
Committer: Francesco Chicchiriccò <il...@apache.org>
Committed: Tue Oct 24 10:48:41 2017 +0200

----------------------------------------------------------------------
 src/main/asciidoc/getting-started/systemRequirements.adoc |  4 ++--
 .../systemadministration/dbcp.adoc                        |  6 ++----
 .../systemadministration/javaeecontainer.adoc             | 10 ++++++++--
 3 files changed, 12 insertions(+), 8 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/syncope/blob/d0d09098/src/main/asciidoc/getting-started/systemRequirements.adoc
----------------------------------------------------------------------
diff --git a/src/main/asciidoc/getting-started/systemRequirements.adoc b/src/main/asciidoc/getting-started/systemRequirements.adoc
index 09ee9be..f659705 100644
--- a/src/main/asciidoc/getting-started/systemRequirements.adoc
+++ b/src/main/asciidoc/getting-started/systemRequirements.adoc
@@ -36,10 +36,10 @@ Apache Syncope {docVersion} requires the latest JDK 7 or JDK 8 that is available
 
 Apache Syncope {docVersion} is verified with the following Java EE containers:
 
- . http://tomcat.apache.org/download-80.cgi[Apache Tomcat 8 and 8.5^]
+ . http://tomcat.apache.org/download-90.cgi[Apache Tomcat 9^]
  . https://glassfish.java.net/[Glassfish 4.1^]
  . http://www.payara.fish/[Payara Server^]
- . http://www.wildfly.org/[Wildfly 9 and 10^]
+ . http://www.wildfly.org/[Wildfly 11^]
 
 === Internal Storage
 

http://git-wip-us.apache.org/repos/asf/syncope/blob/d0d09098/src/main/asciidoc/reference-guide/workingwithapachesyncope/systemadministration/dbcp.adoc
----------------------------------------------------------------------
diff --git a/src/main/asciidoc/reference-guide/workingwithapachesyncope/systemadministration/dbcp.adoc b/src/main/asciidoc/reference-guide/workingwithapachesyncope/systemadministration/dbcp.adoc
index a5013f9..53b2d4f 100644
--- a/src/main/asciidoc/reference-guide/workingwithapachesyncope/systemadministration/dbcp.adoc
+++ b/src/main/asciidoc/reference-guide/workingwithapachesyncope/systemadministration/dbcp.adoc
@@ -31,9 +31,7 @@ for the Master domain.
 . <<JavaEE Container>>-managed, via the JNDI resource matching the name specified for a given <<domains,domain>>, e.g.
 `java:comp/env/jdbc/syncopeMasterDataSource` for the Master domain. +
 Each JavaEE Container provides its own way to accomplish this task:
-  * https://tomcat.apache.org/tomcat-8.0-doc/jdbc-pool.html[Apache Tomcat 8^]
-  * https://tomcat.apache.org/tomcat-8.5-doc/jdbc-pool.html[Apache Tomcat 8.5^]
+  * https://tomcat.apache.org/tomcat-9.0-doc/jdbc-pool.html[Apache Tomcat 9^]
   * https://javaee.github.io/glassfish/doc/4.0/administration-guide.pdf[Glassfish 4.1^]
   * https://payara.gitbooks.io/payara-server/content/documentation/user-guides/connection-pools/connection-pools.html[Payara^]
-  * https://docs.jboss.org/author/display/WFLY9/DataSource+configuration[Wildfly 9^]
-  * https://docs.jboss.org/author/display/WFLY10/DataSource+configuration[Wildfly 10^]
\ No newline at end of file
+  * https://docs.jboss.org/author/display/WFLY11/DataSource+configuration[Wildfly 11^]
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/syncope/blob/d0d09098/src/main/asciidoc/reference-guide/workingwithapachesyncope/systemadministration/javaeecontainer.adoc
----------------------------------------------------------------------
diff --git a/src/main/asciidoc/reference-guide/workingwithapachesyncope/systemadministration/javaeecontainer.adoc b/src/main/asciidoc/reference-guide/workingwithapachesyncope/systemadministration/javaeecontainer.adoc
index 917ccea..724b43e 100644
--- a/src/main/asciidoc/reference-guide/workingwithapachesyncope/systemadministration/javaeecontainer.adoc
+++ b/src/main/asciidoc/reference-guide/workingwithapachesyncope/systemadministration/javaeecontainer.adoc
@@ -18,7 +18,7 @@
 //
 ==== JavaEE Container
 
-===== Apache Tomcat 8 and 8.5
+===== Apache Tomcat 9
 
 On GNU / Linux - Mac OS X, create `$CATALINA_HOME/bin/setenv.sh` with similar content
 (keep everything on a single line):
@@ -72,7 +72,7 @@ When using a datasource for internal storage, be sure to add
 right after `</context-root>` in `core/src/main/webapp/WEB-INF/glassfish-web.xml`, assuming that your Glassfish instance
 provides a datasource named `jdbc/syncopeMasterDataSource`.
 
-===== Wildfly 9 and 10
+===== Wildfly 11
 
 Add
 
@@ -103,6 +103,12 @@ Add
       <artifactId>cxf-rt-wsdl</artifactId>
       <version>${cxf.version}</version>
     </dependency>
+
+    <dependency>
+      <groupId>org.reactivestreams</groupId>
+      <artifactId>reactive-streams</artifactId>
+      <version>1.0.1</version>
+    </dependency>
 ....
 
 as additional dependencies in `core/pom.xml`, `console/pom.xml` and `enduser/pom.xml`.