You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by Violeta Georgieva <mi...@gmail.com> on 2014/09/03 12:36:08 UTC

Time for 7.0.56

Hi,

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

Regards,
Violeta

Re: Time for 7.0.56

Posted by Violeta Georgieva <mi...@gmail.com>.
2014-09-26 15:48 GMT+03:00 Emmanuel Bourg <eb...@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-unsubscribe@tomcat.apache.org
> For additional commands, e-mail: dev-help@tomcat.apache.org
>

Re: Time for 7.0.56

Posted by Violeta Georgieva <mi...@gmail.com>.
2014-09-26 15:48 GMT+03:00 Emmanuel Bourg <eb...@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-unsubscribe@tomcat.apache.org
> For additional commands, e-mail: dev-help@tomcat.apache.org
>

Re: Time for 7.0.56

Posted by Emmanuel Bourg <eb...@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)


Emmanuel Bourg


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


Re: Time for 7.0.56

Posted by Violeta Georgieva <mi...@gmail.com>.
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 <mi...@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-unsubscribe@tomcat.apache.org
> For additional commands, e-mail: dev-help@tomcat.apache.org
>

Re: Time for 7.0.56

Posted by 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 <mi...@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-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org


Re: Time for 7.0.56

Posted by Violeta Georgieva <mi...@gmail.com>.
Hi,

2014-09-25 13:45 GMT+03:00 Emmanuel Bourg <eb...@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-unsubscribe@tomcat.apache.org
> For additional commands, e-mail: dev-help@tomcat.apache.org
>

Re: Time for 7.0.56

Posted by Emmanuel Bourg <eb...@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.

Thank you,

Emmanuel Bourg


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


Re: Time for 7.0.56

Posted by Violeta Georgieva <mi...@gmail.com>.
Hi,

2014-09-03 13:36 GMT+03:00 Violeta Georgieva <mi...@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