You are viewing a plain text version of this content. The canonical link for it is here.
Posted to announce@tomcat.apache.org by Violeta Georgieva <vi...@apache.org> on 2018/04/16 13:32:27 UTC

[ANN] Apache Tomcat 7.0.86 released

The Apache Tomcat team announces the immediate availability of Apache
Tomcat 7.0.86.

Apache Tomcat is an open source software implementation of the Java
Servlet, JavaServer Pages, Java Expression Language and Java
WebSocket technologies.

This release contains a number of bug fixes and improvements compared to
version 7.0.85. The notable changes since 7.0.85 include:

- Add support for the maxDays attribute to the AccessLogValve and
  ExtendedAccessLogValve. This allows the maximum number of days for
  which rotated access logs should be retained before deletion to be
  defined.

- Avoid infinite recursion, when trying to validate a session while
  loading it with PersistentManager.

Please refer to the change log for the complete list of changes:
http://tomcat.apache.org/tomcat-7.0-doc/changelog.html

Apache Tomcat website:
http://tomcat.apache.org

Downloads:
http://tomcat.apache.org/download-70.cgi

Migration guides from Apache Tomcat 5.5.x and 6.0.x:
http://tomcat.apache.org/migration.html

Enjoy

The Apache Tomcat team

Re: [ANN] Apache Tomcat 7.0.86 released

Posted by Violeta Georgieva <vi...@apache.org>.
2018-04-27 16:06 GMT+03:00 Mark Thomas <ma...@apache.org>:
>
> On 23/04/18 20:30, Mark Thomas wrote:
> > On 21/04/18 11:28, Konstantin Kolinko wrote:
> >> 2018-04-20 13:45 GMT+03:00 Mark Thomas <ma...@apache.org>:
> >>> On 20/04/18 07:28, Konstantin Kolinko wrote:
> >>>> There is a regression in handling of DataSource resources that do not
> >>>> specify a factory.
> >>>>
> >>>> http://bz.apache.org/bugzilla/show_bug.cgi?id=62316
> >>>>
> >>>>
> >>>> Even though there is a simple workaround,
> >>>> I think that we need to roll 7.0.87 release rather soon.
> >>>
> >>> How soon are you thinking?
> >>>
> >>> I was planning on the usual 9.0.x and 8.5.x releases at the start of
> >>> May. Would releasing 8.0.x and 7.0.x alongside those be soon enough do
> >>> you think?
> >>>
> >>
> >> 1. I do not want this bug to spread.
> >> 2. The beginning of May is a time of holidays
> >> https://en.wikipedia.org/wiki/May_Day
> >> https://en.wikipedia.org/wiki/International_Workers%27_Day
> >> https://en.wikipedia.org/wiki/Golden_Week_(Japan)
> >>
> >> I would prefer for this to be resolved in April.
> >
> > I'd be happy to wait until May but I've no objection to trying to do
> > something earlier. I've started to work through the open bugs in
> > preparation for a set of releases.
>
> I'm almost ready to tag. I have a few final things I want to commit but
> I hope to tag 9.0.x and 8.5.x later today.


ok I'll tag 7.0.x/8.0.x tomorrow

Thanks,
Violeta

Re: [ANN] Apache Tomcat 7.0.86 released

Posted by Mark Thomas <ma...@apache.org>.
On 23/04/18 20:30, Mark Thomas wrote:
> On 21/04/18 11:28, Konstantin Kolinko wrote:
>> 2018-04-20 13:45 GMT+03:00 Mark Thomas <ma...@apache.org>:
>>> On 20/04/18 07:28, Konstantin Kolinko wrote:
>>>> There is a regression in handling of DataSource resources that do not
>>>> specify a factory.
>>>>
>>>> http://bz.apache.org/bugzilla/show_bug.cgi?id=62316
>>>>
>>>>
>>>> Even though there is a simple workaround,
>>>> I think that we need to roll 7.0.87 release rather soon.
>>>
>>> How soon are you thinking?
>>>
>>> I was planning on the usual 9.0.x and 8.5.x releases at the start of
>>> May. Would releasing 8.0.x and 7.0.x alongside those be soon enough do
>>> you think?
>>>
>>
>> 1. I do not want this bug to spread.
>> 2. The beginning of May is a time of holidays
>> https://en.wikipedia.org/wiki/May_Day
>> https://en.wikipedia.org/wiki/International_Workers%27_Day
>> https://en.wikipedia.org/wiki/Golden_Week_(Japan)
>>
>> I would prefer for this to be resolved in April.
> 
> I'd be happy to wait until May but I've no objection to trying to do
> something earlier. I've started to work through the open bugs in
> preparation for a set of releases.

I'm almost ready to tag. I have a few final things I want to commit but
I hope to tag 9.0.x and 8.5.x later today.

Mark

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


Re: [ANN] Apache Tomcat 7.0.86 released

Posted by Mark Thomas <ma...@apache.org>.
On 21/04/18 11:28, Konstantin Kolinko wrote:
> 2018-04-20 13:45 GMT+03:00 Mark Thomas <ma...@apache.org>:
>> On 20/04/18 07:28, Konstantin Kolinko wrote:
>>> There is a regression in handling of DataSource resources that do not
>>> specify a factory.
>>>
>>> http://bz.apache.org/bugzilla/show_bug.cgi?id=62316
>>>
>>>
>>> Even though there is a simple workaround,
>>> I think that we need to roll 7.0.87 release rather soon.
>>
>> How soon are you thinking?
>>
>> I was planning on the usual 9.0.x and 8.5.x releases at the start of
>> May. Would releasing 8.0.x and 7.0.x alongside those be soon enough do
>> you think?
>>
> 
> 1. I do not want this bug to spread.
> 2. The beginning of May is a time of holidays
> https://en.wikipedia.org/wiki/May_Day
> https://en.wikipedia.org/wiki/International_Workers%27_Day
> https://en.wikipedia.org/wiki/Golden_Week_(Japan)
> 
> I would prefer for this to be resolved in April.

I'd be happy to wait until May but I've no objection to trying to do
something earlier. I've started to work through the open bugs in
preparation for a set of releases.

Mark

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


Re: [ANN] Apache Tomcat 7.0.86 released

Posted by Konstantin Kolinko <kn...@gmail.com>.
2018-04-20 13:45 GMT+03:00 Mark Thomas <ma...@apache.org>:
> On 20/04/18 07:28, Konstantin Kolinko wrote:
>> There is a regression in handling of DataSource resources that do not
>> specify a factory.
>>
>> http://bz.apache.org/bugzilla/show_bug.cgi?id=62316
>>
>>
>> Even though there is a simple workaround,
>> I think that we need to roll 7.0.87 release rather soon.
>
> How soon are you thinking?
>
> I was planning on the usual 9.0.x and 8.5.x releases at the start of
> May. Would releasing 8.0.x and 7.0.x alongside those be soon enough do
> you think?
>

1. I do not want this bug to spread.
2. The beginning of May is a time of holidays
https://en.wikipedia.org/wiki/May_Day
https://en.wikipedia.org/wiki/International_Workers%27_Day
https://en.wikipedia.org/wiki/Golden_Week_(Japan)

I would prefer for this to be resolved in April.


Best regards,
Konstantin Kolinko

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


Re: [ANN] Apache Tomcat 7.0.86 released

Posted by Mark Thomas <ma...@apache.org>.
On 20/04/18 07:28, Konstantin Kolinko wrote:
> There is a regression in handling of DataSource resources that do not
> specify a factory.
> 
> http://bz.apache.org/bugzilla/show_bug.cgi?id=62316
> 
> 
> Even though there is a simple workaround,
> I think that we need to roll 7.0.87 release rather soon.

How soon are you thinking?

I was planning on the usual 9.0.x and 8.5.x releases at the start of
May. Would releasing 8.0.x and 7.0.x alongside those be soon enough do
you think?

Mark


> 
> 
> K.Kolinko
> 
> 2018-04-16 16:32 GMT+03:00 Violeta Georgieva <vi...@apache.org>:
>> The Apache Tomcat team announces the immediate availability of Apache
>> Tomcat 7.0.86.
>>
>> Apache Tomcat is an open source software implementation of the Java
>> Servlet, JavaServer Pages, Java Expression Language and Java
>> WebSocket technologies.
>>
>> This release contains a number of bug fixes and improvements compared to
>> version 7.0.85. The notable changes since 7.0.85 include:
>>
>> - Add support for the maxDays attribute to the AccessLogValve and
>>   ExtendedAccessLogValve. This allows the maximum number of days for
>>   which rotated access logs should be retained before deletion to be
>>   defined.
>>
>> - Avoid infinite recursion, when trying to validate a session while
>>   loading it with PersistentManager.
>>
>> Please refer to the change log for the complete list of changes:
>> http://tomcat.apache.org/tomcat-7.0-doc/changelog.html
>>
>> Apache Tomcat website:
>> http://tomcat.apache.org
>>
>> Downloads:
>> http://tomcat.apache.org/download-70.cgi
>>
>> Migration guides from Apache Tomcat 5.5.x and 6.0.x:
>> http://tomcat.apache.org/migration.html
>>
>> Enjoy
>>
>> The Apache Tomcat team
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org
> For additional commands, e-mail: dev-help@tomcat.apache.org
> 


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


Re: [ANN] Apache Tomcat 7.0.86 released

Posted by Konstantin Kolinko <kk...@apache.org>.
There is a regression in handling of DataSource resources that do not
specify a factory.

http://bz.apache.org/bugzilla/show_bug.cgi?id=62316


Even though there is a simple workaround,
I think that we need to roll 7.0.87 release rather soon.


K.Kolinko

2018-04-16 16:32 GMT+03:00 Violeta Georgieva <vi...@apache.org>:
> The Apache Tomcat team announces the immediate availability of Apache
> Tomcat 7.0.86.
>
> Apache Tomcat is an open source software implementation of the Java
> Servlet, JavaServer Pages, Java Expression Language and Java
> WebSocket technologies.
>
> This release contains a number of bug fixes and improvements compared to
> version 7.0.85. The notable changes since 7.0.85 include:
>
> - Add support for the maxDays attribute to the AccessLogValve and
>   ExtendedAccessLogValve. This allows the maximum number of days for
>   which rotated access logs should be retained before deletion to be
>   defined.
>
> - Avoid infinite recursion, when trying to validate a session while
>   loading it with PersistentManager.
>
> Please refer to the change log for the complete list of changes:
> http://tomcat.apache.org/tomcat-7.0-doc/changelog.html
>
> Apache Tomcat website:
> http://tomcat.apache.org
>
> Downloads:
> http://tomcat.apache.org/download-70.cgi
>
> Migration guides from Apache Tomcat 5.5.x and 6.0.x:
> http://tomcat.apache.org/migration.html
>
> Enjoy
>
> The Apache Tomcat team

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


Re: [ANN] Apache Tomcat 7.0.86 released

Posted by Konstantin Kolinko <kk...@apache.org>.
There is a regression in handling of DataSource resources that do not
specify a factory.

http://bz.apache.org/bugzilla/show_bug.cgi?id=62316


Even though there is a simple workaround,
I think that we need to roll 7.0.87 release rather soon.


K.Kolinko

2018-04-16 16:32 GMT+03:00 Violeta Georgieva <vi...@apache.org>:
> The Apache Tomcat team announces the immediate availability of Apache
> Tomcat 7.0.86.
>
> Apache Tomcat is an open source software implementation of the Java
> Servlet, JavaServer Pages, Java Expression Language and Java
> WebSocket technologies.
>
> This release contains a number of bug fixes and improvements compared to
> version 7.0.85. The notable changes since 7.0.85 include:
>
> - Add support for the maxDays attribute to the AccessLogValve and
>   ExtendedAccessLogValve. This allows the maximum number of days for
>   which rotated access logs should be retained before deletion to be
>   defined.
>
> - Avoid infinite recursion, when trying to validate a session while
>   loading it with PersistentManager.
>
> Please refer to the change log for the complete list of changes:
> http://tomcat.apache.org/tomcat-7.0-doc/changelog.html
>
> Apache Tomcat website:
> http://tomcat.apache.org
>
> Downloads:
> http://tomcat.apache.org/download-70.cgi
>
> Migration guides from Apache Tomcat 5.5.x and 6.0.x:
> http://tomcat.apache.org/migration.html
>
> Enjoy
>
> The Apache Tomcat team

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