[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[List Home]
|
[jetty-commit] r1488 - jetty/tags/jetty-8.0.0.M1
|
- From: genie@xxxxxxxxxxx
- Date: Thu, 8 Apr 2010 08:10:40 -0400 (EDT)
- Delivered-to: jetty-commit@eclipse.org
Author: jbartel
Date: 2010-04-08 08:10:39 -0400 (Thu, 08 Apr 2010)
New Revision: 1488
Modified:
jetty/tags/jetty-8.0.0.M1/VERSION.txt
jetty/tags/jetty-8.0.0.M1/pom.xml
Log:
Port r1487
Modified: jetty/tags/jetty-8.0.0.M1/VERSION.txt
===================================================================
--- jetty/tags/jetty-8.0.0.M1/VERSION.txt 2010-04-08 12:09:11 UTC (rev 1487)
+++ jetty/tags/jetty-8.0.0.M1/VERSION.txt 2010-04-08 12:10:39 UTC (rev 1488)
@@ -9,6 +9,7 @@
+ JETTY-1202 Use platform default algorithm for SecureRandom
+ Merged 7.0.2.v20100331
+ Add NPE protection to ContainerInitializerConfiguration
+ + Temporarily remove jetty-osgi module to clarify jsp version compatibility
jetty-7.0.2.v20100331
Modified: jetty/tags/jetty-8.0.0.M1/pom.xml
===================================================================
--- jetty/tags/jetty-8.0.0.M1/pom.xml 2010-04-08 12:09:11 UTC (rev 1487)
+++ jetty/tags/jetty-8.0.0.M1/pom.xml 2010-04-08 12:10:39 UTC (rev 1488)
@@ -192,7 +192,7 @@
<module>jetty-policy</module>
<module>jetty-start</module>
<module>test-jetty-webapp</module>
- <module>jetty-osgi</module>
+ <!-- module>jetty-osgi</module -->
<module>test-continuation</module>
<module>test-continuation-jetty6</module>
<module>test-jetty-servlet</module>