You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@juddi.apache.org by al...@apache.org on 2017/11/18 14:02:14 UTC

juddi git commit: JUDDI-988 rolling back the tomcat8 updates, too many issues with slow startup and tld scans, cleaning up pom version settings and updating the changelog

Repository: juddi
Updated Branches:
  refs/heads/master 492d4786e -> cb163b2da


JUDDI-988 rolling back the tomcat8 updates, too many issues with slow startup and tld scans, cleaning up pom version settings and updating the changelog


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

Branch: refs/heads/master
Commit: cb163b2dab599ee7610150f45f1ac82641c42621
Parents: 492d478
Author: Alex O'Ree <al...@apache.org>
Authored: Sat Nov 18 09:02:10 2017 -0500
Committer: Alex O'Ree <al...@apache.org>
Committed: Sat Nov 18 09:02:10 2017 -0500

----------------------------------------------------------------------
 RELEASE_NOTES.html                                    |  2 --
 juddi-ddl-generator/pom.xml                           |  2 +-
 juddi-examples/ValueSetValidator/pom.xml              |  7 +++----
 juddi-examples/more-uddi-samples/pom.xml              |  1 -
 juddi-examples/service-version/pom.xml                |  3 +--
 juddi-examples/subscription-notification-amqp/pom.xml |  2 --
 juddi-examples/uddiv2-api-bridge-example/pom.xml      |  1 -
 juddi-tomcat/server.xml                               |  2 ++
 pom.xml                                               |  2 +-
 uddi-tck/pom.xml                                      | 10 +++++-----
 uddi-tck/server.xml                                   |  3 ++-
 uddi-tck/serverNode2.xml                              |  3 ++-
 12 files changed, 17 insertions(+), 21 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/juddi/blob/cb163b2d/RELEASE_NOTES.html
----------------------------------------------------------------------
diff --git a/RELEASE_NOTES.html b/RELEASE_NOTES.html
index 8ffe03c..36a181f 100644
--- a/RELEASE_NOTES.html
+++ b/RELEASE_NOTES.html
@@ -65,8 +65,6 @@
 </li>
 <li>[<a href='https://issues.apache.org/jira/browse/JUDDI-986'>JUDDI-986</a>] -         Update hibernate dependencies
 </li>
-<li>[<a href='https://issues.apache.org/jira/browse/JUDDI-988'>JUDDI-988</a>] -         Update to tomcat 8 
-</li>
 </ul>
                                                                                 
 <h2>        Task

http://git-wip-us.apache.org/repos/asf/juddi/blob/cb163b2d/juddi-ddl-generator/pom.xml
----------------------------------------------------------------------
diff --git a/juddi-ddl-generator/pom.xml b/juddi-ddl-generator/pom.xml
index f7b7158..b7db983 100644
--- a/juddi-ddl-generator/pom.xml
+++ b/juddi-ddl-generator/pom.xml
@@ -37,7 +37,7 @@
         <dependency>
             <groupId>org.apache.juddi</groupId>
             <artifactId>juddi-core</artifactId>
-            <version>3.3.6-SNAPSHOT</version>
+            <version>${project.version}</version>
         </dependency>
         <dependency>
             <groupId>org.apache.derby</groupId>

http://git-wip-us.apache.org/repos/asf/juddi/blob/cb163b2d/juddi-examples/ValueSetValidator/pom.xml
----------------------------------------------------------------------
diff --git a/juddi-examples/ValueSetValidator/pom.xml b/juddi-examples/ValueSetValidator/pom.xml
index 3169785..7c5659c 100644
--- a/juddi-examples/ValueSetValidator/pom.xml
+++ b/juddi-examples/ValueSetValidator/pom.xml
@@ -16,26 +16,25 @@
 	</parent>
 
 	<artifactId>example-vsv-validator</artifactId>
-	<version>3.3.5-SNAPSHOT</version>
 	<name>jUDDI Example Value Set Validator</name>
 	<dependencies>
 		<dependency>
 			<groupId>org.apache.juddi</groupId>
 			<artifactId>uddi-ws</artifactId>
-			<version>3.3.5-SNAPSHOT</version>
+			<version>${project.version}</version>
 			<scope>provided</scope>
 		</dependency>
 		<dependency>
 			<groupId>org.apache.juddi</groupId>
 			<artifactId>juddi-client</artifactId>
-			<version>3.3.5-SNAPSHOT</version>
+			<version>${project.version}</version>
 			<scope>provided</scope>
 		</dependency>
 	
 		<dependency>
 			<groupId>org.apache.juddi</groupId>
 			<artifactId>juddi-core</artifactId>
-			<version>3.3.5-SNAPSHOT</version>
+			<version>${project.version}</version>
 			<scope>provided</scope>
 		</dependency>
 	</dependencies>

http://git-wip-us.apache.org/repos/asf/juddi/blob/cb163b2d/juddi-examples/more-uddi-samples/pom.xml
----------------------------------------------------------------------
diff --git a/juddi-examples/more-uddi-samples/pom.xml b/juddi-examples/more-uddi-samples/pom.xml
index e9181d9..fe8541b 100644
--- a/juddi-examples/more-uddi-samples/pom.xml
+++ b/juddi-examples/more-uddi-samples/pom.xml
@@ -24,7 +24,6 @@
     </parent>
     <groupId>org.apache.juddi</groupId>
     <artifactId>juddi-more-samples</artifactId>
-    <version>3.3.5-SNAPSHOT</version>
     <name>jUDDI Even More Examples and Samples</name>
     <url>http://maven.apache.org</url>
     <properties>

http://git-wip-us.apache.org/repos/asf/juddi/blob/cb163b2d/juddi-examples/service-version/pom.xml
----------------------------------------------------------------------
diff --git a/juddi-examples/service-version/pom.xml b/juddi-examples/service-version/pom.xml
index 3c1fbc8..55fe248 100644
--- a/juddi-examples/service-version/pom.xml
+++ b/juddi-examples/service-version/pom.xml
@@ -24,7 +24,6 @@
 	</parent>
 	<groupId>org.apache.juddi</groupId>
 	<artifactId>service-version</artifactId>
-	<version>3.3.4-SNAPSHOP</version>
 	<name>jUDDI Example Service Versioning</name>
 	<url>http://maven.apache.org</url>
 	<properties>
@@ -39,7 +38,7 @@
 		<dependency>
 			<groupId>${project.groupId}</groupId>
 			<artifactId>juddi-client</artifactId>
-			<version>3.3.5-SNAPSHOT</version>
+			<version>${project.version}</version>
 		</dependency>
 	</dependencies>
 	<build>

http://git-wip-us.apache.org/repos/asf/juddi/blob/cb163b2d/juddi-examples/subscription-notification-amqp/pom.xml
----------------------------------------------------------------------
diff --git a/juddi-examples/subscription-notification-amqp/pom.xml b/juddi-examples/subscription-notification-amqp/pom.xml
index f301909..02f6e0d 100644
--- a/juddi-examples/subscription-notification-amqp/pom.xml
+++ b/juddi-examples/subscription-notification-amqp/pom.xml
@@ -14,9 +14,7 @@
 		<artifactId>juddi-examples</artifactId>
 		<version>3.3.5-SNAPSHOT</version>
 	</parent>
-
 	<artifactId>subscription-notification-amqp</artifactId>
-	<version>3.3.5-SNAPSHOT</version>
 	<name>jUDDI Example AMQP Notifier for Subscription callbacks</name>
 	<description>Demonstrates how to write a custom notifier for subscriptions</description>
 	<dependencies>

http://git-wip-us.apache.org/repos/asf/juddi/blob/cb163b2d/juddi-examples/uddiv2-api-bridge-example/pom.xml
----------------------------------------------------------------------
diff --git a/juddi-examples/uddiv2-api-bridge-example/pom.xml b/juddi-examples/uddiv2-api-bridge-example/pom.xml
index 2833c13..378cd54 100644
--- a/juddi-examples/uddiv2-api-bridge-example/pom.xml
+++ b/juddi-examples/uddiv2-api-bridge-example/pom.xml
@@ -24,7 +24,6 @@
   </parent>
   <groupId>org.apache.juddi.example</groupId>
   <artifactId>uddiv2-api-bridge-example</artifactId>
-  <version>3.3.5-SNAPSHOT</version>
   <name>jUDDI Example Access UDDIv2 using Transport Adapter</name>
   <url>http://maven.apache.org</url>
   <properties>

http://git-wip-us.apache.org/repos/asf/juddi/blob/cb163b2d/juddi-tomcat/server.xml
----------------------------------------------------------------------
diff --git a/juddi-tomcat/server.xml b/juddi-tomcat/server.xml
index fce8922..26126ab 100644
--- a/juddi-tomcat/server.xml
+++ b/juddi-tomcat/server.xml
@@ -26,6 +26,8 @@
   -->
   <!--APR library loader. Documentation at /docs/apr.html -->
   <Listener className="org.apache.catalina.core.AprLifecycleListener" SSLEngine="on" />
+  <!--Initialize Jasper prior to webapps are loaded. Documentation at /docs/jasper-howto.html -->
+  <Listener className="org.apache.catalina.core.JasperListener"/>
   <!-- Prevent memory leaks due to use of particular java/javax APIs-->
   <Listener className="org.apache.catalina.core.JreMemoryLeakPreventionListener" />
   <Listener className="org.apache.catalina.mbeans.GlobalResourcesLifecycleListener" />

http://git-wip-us.apache.org/repos/asf/juddi/blob/cb163b2d/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 58da79a..58bd0eb 100644
--- a/pom.xml
+++ b/pom.xml
@@ -45,7 +45,7 @@ under the License.
 		<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
 		<cxf.version>2.7.18</cxf.version>
 		<springframework.version>3.2.18.RELEASE</springframework.version>
-		<apache.tomcat.version>8.5.23</apache.tomcat.version>
+		<apache.tomcat.version>7.0.82</apache.tomcat.version>
 		<jacoco.it.execution.data.file>${project.build.directory}/coverage-reports/jacoco-it.exec</jacoco.it.execution.data.file>
 		<jacoco.ut.execution.data.file>${project.build.directory}/coverage-reports/jacoco-ut.exec</jacoco.ut.execution.data.file>
 

http://git-wip-us.apache.org/repos/asf/juddi/blob/cb163b2d/uddi-tck/pom.xml
----------------------------------------------------------------------
diff --git a/uddi-tck/pom.xml b/uddi-tck/pom.xml
index 9e7c60b..62e0d1c 100644
--- a/uddi-tck/pom.xml
+++ b/uddi-tck/pom.xml
@@ -20,7 +20,7 @@
 	<parent>
 		<groupId>org.apache.juddi</groupId>
 		<artifactId>juddi-parent</artifactId>
-		<version>3.3.6-SNAPSHOT</version>
+		<version>3.3.5-SNAPSHOT</version>
 	</parent>
 	<artifactId>uddi-tck</artifactId>
 	<packaging>jar</packaging>
@@ -208,7 +208,7 @@
 						<configuration>
 							<wait>false</wait>
 							<container>
-								<containerId>tomcat8x</containerId>
+								<containerId>tomcat7x</containerId>
 								<home>${basedir}/target/juddi-tomcat-${project.parent.version}</home>
 							</container>
 							<configuration>
@@ -234,7 +234,7 @@
 						<configuration>
 							<wait>false</wait>
 							<container>
-								<containerId>tomcat8x</containerId>
+								<containerId>tomcat7x</containerId>
 								<home>${basedir}/target/node2/juddi-tomcat-${project.parent.version}</home>
 							</container>
 							<configuration>
@@ -258,7 +258,7 @@
 						<phase>post-integration-test</phase>
 						<configuration>
 							<container>
-								<containerId>tomcat8x</containerId>
+								<containerId>tomcat7x</containerId>
 							</container>
 							<configuration>
 								<properties>
@@ -277,7 +277,7 @@
 						<phase>post-integration-test</phase>
 						<configuration>
 							<container>
-								<containerId>tomcat8x</containerId>
+								<containerId>tomcat7x</containerId>
 							</container>
 							<configuration>
 								<properties>

http://git-wip-us.apache.org/repos/asf/juddi/blob/cb163b2d/uddi-tck/server.xml
----------------------------------------------------------------------
diff --git a/uddi-tck/server.xml b/uddi-tck/server.xml
index d13e663..3a54792 100644
--- a/uddi-tck/server.xml
+++ b/uddi-tck/server.xml
@@ -26,7 +26,8 @@
   -->
   <!--APR library loader. Documentation at /docs/apr.html -->
   <Listener className="org.apache.catalina.core.AprLifecycleListener" SSLEngine="on" />
-  
+  <!--Initialize Jasper prior to webapps are loaded. Documentation at /docs/jasper-howto.html -->
+  <Listener className="org.apache.catalina.core.JasperListener"/>
   <!-- Prevent memory leaks due to use of particular java/javax APIs-->
   <Listener className="org.apache.catalina.core.JreMemoryLeakPreventionListener" />
   <Listener className="org.apache.catalina.mbeans.GlobalResourcesLifecycleListener" />

http://git-wip-us.apache.org/repos/asf/juddi/blob/cb163b2d/uddi-tck/serverNode2.xml
----------------------------------------------------------------------
diff --git a/uddi-tck/serverNode2.xml b/uddi-tck/serverNode2.xml
index e4362d5..6288200 100644
--- a/uddi-tck/serverNode2.xml
+++ b/uddi-tck/serverNode2.xml
@@ -26,7 +26,8 @@
   -->
   <!--APR library loader. Documentation at /docs/apr.html -->
   <Listener className="org.apache.catalina.core.AprLifecycleListener" SSLEngine="on" />
-  
+  <!--Initialize Jasper prior to webapps are loaded. Documentation at /docs/jasper-howto.html -->
+  <Listener className="org.apache.catalina.core.JasperListener"/>
   <!-- Prevent memory leaks due to use of particular java/javax APIs-->
   <Listener className="org.apache.catalina.core.JreMemoryLeakPreventionListener" />
   <Listener className="org.apache.catalina.mbeans.GlobalResourcesLifecycleListener" />


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@juddi.apache.org
For additional commands, e-mail: commits-help@juddi.apache.org