Re: Time for 7.0.56

2014-09-28 Thread Violeta Georgieva
2014-09-26 15:48 GMT+03:00 Emmanuel Bourg ebo...@apache.org:

 I noticed two test failures with the tagged 7.0.56 in Debian with
 OpenJDK 8u40-b04 (it also fails with 7.0.55) :

 Testcase: bug53001 took 0.028 sec
 FAILED
 expected:key[2] but was:key[1]
 junit.framework.AssertionFailedError: expected:key[2] but was:key[1]
 at

javax.el.TestResourceBundleELResolver.bug53001(TestResourceBundleELResolver.java:60)


 Testcase: testJvmDecoder took 0.003 sec
 FAILED
 Invalid code point - out of range expected:4 but was:2
 junit.framework.AssertionFailedError: Invalid code point - out of range
 expected:4 but was:2
 at org.apache.tomcat.util.buf.TestUtf8.doTest(TestUtf8.java:560)
 at
 org.apache.tomcat.util.buf.TestUtf8.testJvmDecoder(TestUtf8.java:516)

Can you try with earlier version of the JDK, currently I do not have debian
with openjdk 8u40

The test evaluates different behaviors of the JVM decoder



 Emmanuel Bourg


 -
 To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
 For additional commands, e-mail: dev-h...@tomcat.apache.org



Re: Time for 7.0.56

2014-09-27 Thread Violeta Georgieva
2014-09-26 15:48 GMT+03:00 Emmanuel Bourg ebo...@apache.org:

 I noticed two test failures with the tagged 7.0.56 in Debian with
 OpenJDK 8u40-b04 (it also fails with 7.0.55) :

 Testcase: bug53001 took 0.028 sec
 FAILED
 expected:key[2] but was:key[1]
 junit.framework.AssertionFailedError: expected:key[2] but was:key[1]
 at

javax.el.TestResourceBundleELResolver.bug53001(TestResourceBundleELResolver.java:60)

I think that the problem is in the test as it expects that the values will
be ordered.



 Testcase: testJvmDecoder took 0.003 sec
 FAILED
 Invalid code point - out of range expected:4 but was:2
 junit.framework.AssertionFailedError: Invalid code point - out of range
 expected:4 but was:2
 at org.apache.tomcat.util.buf.TestUtf8.doTest(TestUtf8.java:560)
 at
 org.apache.tomcat.util.buf.TestUtf8.testJvmDecoder(TestUtf8.java:516)


 Emmanuel Bourg


 -
 To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
 For additional commands, e-mail: dev-h...@tomcat.apache.org



Re: Time for 7.0.56

2014-09-26 Thread Violeta Georgieva
Hi,

2014-09-25 13:45 GMT+03:00 Emmanuel Bourg ebo...@apache.org:

 Le 24/09/2014 22:07, Violeta Georgieva a écrit :

  I would like to tag 7.0.56 tomorrow.
  If you would like to add something please reply here.

 Would it be possible to backport the
 org.apache.tomcat.SimpleInstanceManager class to Tomcat 7 please? I need
 this class to integrate Jasper with Jetty 8.

That change requires org.apache.jasper.servlet.JasperInitializer
unfortunately this feature is not available in Tomcat 7.
If you would like you can start a discussion in dev list for back-porting
this feature to Tomcat 7.

Regards
Violeta


 Thank you,

 Emmanuel Bourg


 -
 To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
 For additional commands, e-mail: dev-h...@tomcat.apache.org



Re: Time for 7.0.56

2014-09-26 Thread Emmanuel Bourg
I noticed two test failures with the tagged 7.0.56 in Debian with
OpenJDK 8u40-b04 (it also fails with 7.0.55) :

Testcase: bug53001 took 0.028 sec
FAILED
expected:key[2] but was:key[1]
junit.framework.AssertionFailedError: expected:key[2] but was:key[1]
at
javax.el.TestResourceBundleELResolver.bug53001(TestResourceBundleELResolver.java:60)


Testcase: testJvmDecoder took 0.003 sec
FAILED
Invalid code point - out of range expected:4 but was:2
junit.framework.AssertionFailedError: Invalid code point - out of range
expected:4 but was:2
at org.apache.tomcat.util.buf.TestUtf8.doTest(TestUtf8.java:560)
at
org.apache.tomcat.util.buf.TestUtf8.testJvmDecoder(TestUtf8.java:516)


Emmanuel Bourg


-
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org



Re: Time for 7.0.56

2014-09-25 Thread Violeta Georgieva
2014-09-24 23:15 GMT+03:00 Mark Thomas ma...@apache.org:

 On 24/09/2014 21:07, Violeta Georgieva wrote:
  Hi,
 
  2014-09-03 13:36 GMT+03:00 Violeta Georgieva miles...@gmail.com:
 
  Hi,
 
  I plan to start with 7.0.56 release preparation in the next days.
 
  I would like to tag 7.0.56 tomorrow.
  If you would like to add something please reply here.

 I think you might need the fix for BZ57011. I suspect it is a regression
 in BZ56739 but haven't tested it.

I back-ported this change to 7.0.x

Thanks
Violeta


 Mark


 -
 To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
 For additional commands, e-mail: dev-h...@tomcat.apache.org



Re: Time for 7.0.56

2014-09-25 Thread Emmanuel Bourg
Le 24/09/2014 22:07, Violeta Georgieva a écrit :

 I would like to tag 7.0.56 tomorrow.
 If you would like to add something please reply here.

Would it be possible to backport the
org.apache.tomcat.SimpleInstanceManager class to Tomcat 7 please? I need
this class to integrate Jasper with Jetty 8.

Thank you,

Emmanuel Bourg


-
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org



Re: Time for 7.0.56

2014-09-24 Thread Violeta Georgieva
Hi,

2014-09-03 13:36 GMT+03:00 Violeta Georgieva miles...@gmail.com:

 Hi,

 I plan to start with 7.0.56 release preparation in the next days.

I would like to tag 7.0.56 tomorrow.
If you would like to add something please reply here.


 Regards,
 Violeta


Re: Time for 7.0.56

2014-09-24 Thread Mark Thomas
On 24/09/2014 21:07, Violeta Georgieva wrote:
 Hi,
 
 2014-09-03 13:36 GMT+03:00 Violeta Georgieva miles...@gmail.com:

 Hi,

 I plan to start with 7.0.56 release preparation in the next days.
 
 I would like to tag 7.0.56 tomorrow.
 If you would like to add something please reply here.

I think you might need the fix for BZ57011. I suspect it is a regression
in BZ56739 but haven't tested it.

Mark


-
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org