You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tomcat.apache.org by Mark Thomas <ma...@apache.org> on 2017/12/01 14:05:17 UTC

[ANN] Apache Tomcat 9.0.2 available

The Apache Tomcat team announces the immediate availability of Apache
Tomcat 9.0.2 (beta).

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

Apache Tomcat 9.0.2 is a bugfix release. The notable changes compared to
9.0.1 include:

- Java 9 is fully supported

- Fixed a number of HTTP/2 issues

- Fixed numerous JASPIC issues with patches from Lazar

- Update the packaged version of the Tomcat Native Library to
  1.2.16 to pick up the latest Windows binaries built with
  APR 1.6.3 and OpenSSL 1.0.2m


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

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

Migration guides from Apache Tomcat 7.x and 8.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


Re: [ANN] Apache Tomcat 9.0.2 available

Posted by Mark Thomas <ma...@apache.org>.
On 01/12/17 15:16, Chris Cheshire wrote:
> Interesting take on 'beta', in all my years writing software I haven't
> seen that used before.
> 
> I ask because I saw it has recently gone from milestones, to release
> candidates to beta with different point versions. I didn't know if I
> had missed something in between :)

Every announced release is an official release.

Prior to a release announcement there will be a vote on the release
candidate. If the release vote passes, the release candidate becomes the
release. If the release vote fails, that version number is not used and
we move on to the next one.

In terms of the designations we use, they have evolved a little over
time but they have been stable during the life of 9.0.x. They are:

- Milestone - Specification JARs not complete
- Alpha     - Specification JARs complete, other stuff (including the
	      implementation of the specification) not complete
- Beta      - Feature complete, not production ready
- Stable    - Production ready

For 9.0.x we were stuck on milestone releases for almost two years
because of the general delays in progressing Java EE 8 (of which Servlet
4.0 is a part). We couldn't consider the specification API
implementation complete until the specification was declared final.

We skipped alpha releases for 9.0.x because Tomcat 9's Servlet 4.0
implementation was already complete when Servlet 4.0 was declared final.

Hence we are currently on beta releases. How long we stay on beta before
declaring a release stable will depend on the feedback we can from users
regarding stability. At the moment things look pretty good and my guess
is that the first stable release will be some time in Q1 2018.

Mark


> 
> 
> On Fri, Dec 1, 2017 at 10:11 AM, Olaf Kock <to...@olafkock.de> wrote:
>>
>> On 01.12.2017 15:54, Chris Cheshire wrote:
>>>
>>> Has 9 had an official release yet, or is it still almost there?
>>>
>>> On Fri, Dec 1, 2017 at 9:05 AM, Mark Thomas <ma...@apache.org> wrote:
>>>>
>>>> The Apache Tomcat team announces the immediate availability of Apache
>>>> Tomcat 9.0.2 (beta).
>>
>>
>> 9.0.2 (beta)
>>
>> beta = before estimated time (of) arrival
>>
>> I guess this is an official beta release. Does that count? ;)
>>
>>
>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: users-unsubscribe@tomcat.apache.org
>> For additional commands, e-mail: users-help@tomcat.apache.org
>>
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@tomcat.apache.org
> For additional commands, e-mail: users-help@tomcat.apache.org
> 


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


Re: [ANN] Apache Tomcat 9.0.2 available

Posted by Chris Cheshire <ya...@gmail.com>.
Interesting take on 'beta', in all my years writing software I haven't
seen that used before.

I ask because I saw it has recently gone from milestones, to release
candidates to beta with different point versions. I didn't know if I
had missed something in between :)


On Fri, Dec 1, 2017 at 10:11 AM, Olaf Kock <to...@olafkock.de> wrote:
>
> On 01.12.2017 15:54, Chris Cheshire wrote:
>>
>> Has 9 had an official release yet, or is it still almost there?
>>
>> On Fri, Dec 1, 2017 at 9:05 AM, Mark Thomas <ma...@apache.org> wrote:
>>>
>>> The Apache Tomcat team announces the immediate availability of Apache
>>> Tomcat 9.0.2 (beta).
>
>
> 9.0.2 (beta)
>
> beta = before estimated time (of) arrival
>
> I guess this is an official beta release. Does that count? ;)
>
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@tomcat.apache.org
> For additional commands, e-mail: users-help@tomcat.apache.org
>

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


Re: [ANN] Apache Tomcat 9.0.2 available

Posted by Olaf Kock <to...@olafkock.de>.
On 01.12.2017 15:54, Chris Cheshire wrote:
> Has 9 had an official release yet, or is it still almost there?
>
> On Fri, Dec 1, 2017 at 9:05 AM, Mark Thomas <ma...@apache.org> wrote:
>> The Apache Tomcat team announces the immediate availability of Apache
>> Tomcat 9.0.2 (beta).

9.0.2 (beta)

beta = before estimated time (of) arrival

I guess this is an official beta release. Does that count? ;)


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


Re: [ANN] Apache Tomcat 9.0.2 available

Posted by Chris Cheshire <ya...@gmail.com>.
Has 9 had an official release yet, or is it still almost there?

On Fri, Dec 1, 2017 at 9:05 AM, Mark Thomas <ma...@apache.org> wrote:
> The Apache Tomcat team announces the immediate availability of Apache
> Tomcat 9.0.2 (beta).
>
> Apache Tomcat 9 is an open source software implementation of the Java
> Servlet, JavaServer Pages, Java Unified Expression Language, Java
> WebSocket and JASPIC technologies.
>
> Apache Tomcat 9.0.2 is a bugfix release. The notable changes compared to
> 9.0.1 include:
>
> - Java 9 is fully supported
>
> - Fixed a number of HTTP/2 issues
>
> - Fixed numerous JASPIC issues with patches from Lazar
>
> - Update the packaged version of the Tomcat Native Library to
>   1.2.16 to pick up the latest Windows binaries built with
>   APR 1.6.3 and OpenSSL 1.0.2m
>
>
> Please refer to the change log for the complete list of changes:
> http://tomcat.apache.org/tomcat-9.0-doc/changelog.html
>
> Downloads:
> http://tomcat.apache.org/download-90.cgi
>
> Migration guides from Apache Tomcat 7.x and 8.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
>

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