JDK 8 Build 126 JDK 7 Update 60 build 04 are available on java.net

2014-01-31 Thread Rory O'Donnell Oracle, Dublin Ireland
Hi Mladen, JDK 8 Build b126 Early Access Build is now available for download http://jdk8.java.net/download.html test. JDK 7u60 b04 Early Access Build is also available for download https://jdk7.java.net/download.html test. Please log all show stopper issues as soon as possible. Thanks for

Re: [VOTE] Release Apache Tomcat 8.0.1

2014-01-31 Thread Violeta Georgieva
Hi, 2014-01-30 Mark Thomas ma...@apache.org The proposed Apache Tomcat 8.0.1 release is now available for voting. This should be the first non-RC release so I am leaving all the stability options open to get an idea of where folks think we currently stand. The main changes since RC10 are:

[Bug 54596] Relative path functionality truncates last character of configuration parameters preventing connector from working.

2014-01-31 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=54596 --- Comment #1 from John Palmer johnpalm...@gmail.com --- I found the same issue, didn't find this bug, adding comment to help others find it: on a Windows Server 2008 R2 system with IIS 7.5, When using the properties FILE rather than

[Bug 54596] Relative path functionality truncates last character of configuration parameters preventing connector from working.

2014-01-31 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=54596 --- Comment #2 from Chuck Caldarale chuck.caldar...@unisys.com --- (In reply to John Palmer from comment #1) on a Windows Server 2008 R2 system with IIS 7.5, When using the properties FILE rather than Registry entires to configure the

Re: [VOTE][RESULT] Release Apache Tomcat 6.0.39

2014-01-31 Thread Mark Thomas
stable (binding) : markt, rjung, kfujino, kkolinko stable (non-binding) : Ognjen Blagojevic This release vote therefore passes. Thanks to everyone who voted. I'll move the bits to dist/release now and announce this once the mirrors catch up. Given that that will take this into the weekend,

svn commit: r1563206 - in /tomcat/trunk: java/org/apache/catalina/connector/ java/org/apache/coyote/ java/org/apache/coyote/ajp/ java/org/apache/coyote/http11/ webapps/docs/

2014-01-31 Thread markt
Author: markt Date: Fri Jan 31 18:34:18 2014 New Revision: 1563206 URL: http://svn.apache.org/r1563206 Log: Enable non-blocking reads to take place on non-container threads. Added: tomcat/trunk/java/org/apache/coyote/ContainerThreadMarker.java (with props) Modified:

svn commit: r1563213 - /tomcat/trunk/build.properties.default

2014-01-31 Thread markt
Author: markt Date: Fri Jan 31 18:39:47 2014 New Revision: 1563213 URL: http://svn.apache.org/r1563213 Log: Update to latest DBCP snapshot Modified: tomcat/trunk/build.properties.default Modified: tomcat/trunk/build.properties.default URL:

svn commit: r1563229 - in /tomcat/trunk: java/org/apache/catalina/startup/ java/org/apache/tomcat/websocket/ test/javax/el/ test/org/apache/catalina/filters/ test/org/apache/catalina/startup/

2014-01-31 Thread markt
Author: markt Date: Fri Jan 31 19:49:51 2014 New Revision: 1563229 URL: http://svn.apache.org/r1563229 Log: Upgraded Eclipse to Kepler. Fix resulting IDE warnings Modified: tomcat/trunk/java/org/apache/catalina/startup/ContextConfig.java

Re: [VOTE][RESULT] Release Apache Tomcat 6.0.39

2014-01-31 Thread Rémy Maucherat
2014-01-31 Mark Thomas ma...@apache.org: stable (binding) : markt, rjung, kfujino, kkolinko stable (non-binding) : Ognjen Blagojevic This release vote therefore passes. Thanks to everyone who voted. I'll move the bits to dist/release now and announce this once the mirrors catch up.

Re: [VOTE][RESULT] Release Apache Tomcat 6.0.39

2014-01-31 Thread Mark Thomas
On 31/01/2014 20:42, Rémy Maucherat wrote: 2014-01-31 Mark Thomas ma...@apache.org: stable (binding) : markt, rjung, kfujino, kkolinko stable (non-binding) : Ognjen Blagojevic This release vote therefore passes. Thanks to everyone who voted. I'll move the bits to dist/release now and

Re: [VOTE][RESULT] Release Apache Tomcat 6.0.39

2014-01-31 Thread Rémy Maucherat
2014-01-31 Mark Thomas ma...@apache.org: Check the subject Remy. This is for 6.0.39, not 8.0.1. Hum. Ok :D Rémy

[Bug 56096] New: Setting rmiBindAddress on JmxRemoteLifecycleListener prevents tomcat from starting

2014-01-31 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=56096 Bug ID: 56096 Summary: Setting rmiBindAddress on JmxRemoteLifecycleListener prevents tomcat from starting Product: Tomcat 7 Version: 7.0.50 Hardware: PC

[Bug 56096] Setting rmiBindAddress on JmxRemoteLifecycleListener prevents tomcat from starting

2014-01-31 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=56096 --- Comment #1 from Jim Talbut jim-apa...@spudsoft.co.uk --- Diff of a fix that works for me: Index: java/org/apache/catalina/mbeans/JmxRemoteLifecycleListener.java === ---