[Bug 64921] LoadBalancerDrainingValve does not honour "Secure Session Cookie" settings

2020-11-13 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=64921

--- Comment #6 from Andreas Kurth  ---
https://github.com/apache/tomcat/pull/377

Windows smoke test failed due to an unrelated test failure.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org



[GitHub] [tomcat] akurth opened a new pull request #377: Set "Secure" session cookie attribute if called under SSL.

2020-11-13 Thread GitBox


akurth opened a new pull request #377:
URL: https://github.com/apache/tomcat/pull/377


   Missing "Secure" flag may lead to redirect loops under certain
   conditions, e.g. when sameSiteCookies=none has been set at the
   CookieProcessor and browser is Chrome.
   
   Fixes .



This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



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



[Bug 64848] WsSession objects in OUTPUT_CLOSED state are implicitly held by waitingProcessors and GC cannot purge them from the JVM heap

2020-11-13 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=64848

--- Comment #14 from Christopher Schultz  ---
Tomcat 9.0.40 started on 12 November[1]. Feel free to test and vote!

[1]
https://lists.apache.org/thread.html/rce32f696e12fecfd4b4383a5e8a389f4dac7d357053fd03ac7280868%40%3Cdev.tomcat.apache.org%3E

-- 
You are receiving this mail because:
You are the assignee for the bug.
-
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org



[Bug 64921] LoadBalancerDrainingValve does not honour "Secure Session Cookie" settings

2020-11-13 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=64921

--- Comment #5 from Christopher Schultz  ---
That sounds good; I think there isn't any more configuration necessary, then
since the Cookie configuration already has what it needs.

I love one-liner fixes.

Andreas, would you care to prepare a patch/PR for this?

-- 
You are receiving this mail because:
You are the assignee for the bug.
-
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org



[Bug 64848] WsSession objects in OUTPUT_CLOSED state are implicitly held by waitingProcessors and GC cannot purge them from the JVM heap

2020-11-13 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=64848

--- Comment #13 from Laszlo Karolyi  ---
Hi Thomas,

According to the last information I got the Tomcat 9.0.40 release was estimated
to be ready this week but I haven't seen any update on this.

Since our internal release is still in progress this week, I think we may have
the chance to integrate the new Tomcat early next week in case it'll be ready
by then.
Would it be feasible to have the official Tomcat 9.0.40 build in the beginning
of next week?

-- 
You are receiving this mail because:
You are the assignee for the bug.
-
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org



[Bug 64857] Too many open files on TLD and JSP

2020-11-13 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=64857

--- Comment #5 from Mark Thomas  ---
As soon as the version number was updated, it was obvious this was a duplicate.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org



[Bug 64857] Too many open files on TLD and JSP

2020-11-13 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=64857

Mark Thomas  changed:

   What|Removed |Added

 Resolution|--- |DUPLICATE
 Status|NEW |RESOLVED

--- Comment #4 from Mark Thomas  ---


*** This bug has been marked as a duplicate of bug 63983 ***

-- 
You are receiving this mail because:
You are the assignee for the bug.
-
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org



[Bug 63983] Jasper builds-up open files until garbage collection, hitting Linux default limit of 4096.

2020-11-13 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=63983

Mark Thomas  changed:

   What|Removed |Added

 CC||simone.luc...@eng.it

--- Comment #4 from Mark Thomas  ---
*** Bug 64857 has been marked as a duplicate of this bug. ***

-- 
You are receiving this mail because:
You are the assignee for the bug.
-
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org



[Bug 64857] Too many open files on TLD and JSP

2020-11-13 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=64857

Simone  changed:

   What|Removed |Added

 Status|NEEDINFO|NEW

--- Comment #3 from Simone  ---
Hi Mark,

First of all, thanks for your reply. I'll try to create a test case. In the
meanwhile, we used this tool to debug the list of open file:
https://file-leak-detector.kohsuke.org/

And indeed it confirms that some file stays open indefinitely. The weird thing
is that all the open files have been opened with this
"CachedResourceURLConnection", and that didn't happen in the older version of
tomcat (8.0.x) Does it ring any bells? thank you! 


#7265
/home/tomcat/tomcat_app2/webapps/cupwebrc##202010271245/WEB-INF/PSGTagLibraryForms.tld
by thread:ajp-nio-8010-exec-8 on Fri Nov 13 10:14:01 CET 2020
at java.io.FileInputStream.(FileInputStream.java:139)
at java.io.FileInputStream.(FileInputStream.java:93)
at
sun.net.www.protocol.file.FileURLConnection.connect(FileURLConnection.java:90)
at
org.apache.catalina.webresources.CachedResource$CachedResourceURLConnection.connect(CachedResource.java:451)
at
org.apache.catalina.webresources.CachedResource$CachedResourceURLConnection.getInputStream(CachedResource.java:458)
at org.apache.jasper.compiler.Compiler.isOutDated(Compiler.java:529)
at org.apache.jasper.compiler.Compiler.isOutDated(Compiler.java:430)
at
org.apache.jasper.JspCompilationContext.compile(JspCompilationContext.java:590)
at
org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:399)

-- 
You are receiving this mail because:
You are the assignee for the bug.
-
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org



[Bug 64857] Too many open files on TLD and JSP

2020-11-13 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=64857

--- Comment #2 from Simone  ---
Created attachment 37564
  --> https://bz.apache.org/bugzilla/attachment.cgi?id=37564=edit
Stack trace of open files

Output of "File Leak Detector"

-- 
You are receiving this mail because:
You are the assignee for the bug.
-
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org



[Bug 64857] Too many open files on TLD and JSP

2020-11-13 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=64857

Simone  changed:

   What|Removed |Added

Version|8.5.59  |8.5.49

-- 
You are receiving this mail because:
You are the assignee for the bug.
-
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org



[Bug 64872] Inefficient enum resolution in JSPs

2020-11-13 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=64872

--- Comment #13 from Mark Thomas  ---
Thanks for that.

I think it should be possible to use the extension point added for bug 54239 to
implement this. I'll take a look.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org



Re: JDK 16 Early Access build 24 is now available

2020-11-13 Thread Rory O'Donnell

Thanks Martin!

On 13/11/2020 11:26, Martin Grigorov wrote:

Hi Rory,

Apache Tomcat's build and tests pass with JDK 16-ea+24-1553 on Linux both
x86_64 and aarch64!

Regards,
Martin

On Fri, Nov 13, 2020 at 12:19 PM Rory O'Donnell 
wrote:


Hi Mark,

OpenJDK 16 Early Access build 24**is now available at
https://urldefense.com/v3/__http://jdk.java.net/16__;!!GqivPVa7Brio!IelEDMj-JkVXPrlEa9UMr8Ri8VkVqBnK-LVG4wMfCIqIoFMoDkhw9Q44LZ1igeE9yFU$

   * These early-access , open-source builds are provided under the
   o GNU General Public License, version 2, with the Classpath
 Exception .

   * Schedule

  2020/12/10 Rampdown Phase One
  2021/01/14 Rampdown Phase Two
  2021/02/04 Initial Release Candidate
  2021/02/18 Final Release Candidate
  2021/03/16 General Availability

   * Features:
   o JEPs targeted to JDK 16, so far:
   + JEP 338: Vector API (Incubator)
 
   + JEP 347: Enable C++14 Language Features
 
   + JEP 357: Migrate from Mercurial to Git
 
   + JEP 369: Migrate to GitHub 
   + JEP 376: ZGC: Concurrent Thread-Stack Processing
 
   + JEP 380: Unix-Domain Socket Channels
 
   + JEP 386: Alpine Linux Port 
   + JEP 387: Elastic Metaspace 
   + JEP 388: Windows/AArch64 Port
 
   + JEP 392: Packaging Tool 
   + JEP 393: Foreign-Memory Access API (Third Incubator)
 
   + JEP 394: Pattern Matching for instanceof
 
   + JEP 395: Records 

**

   * Release Notes are available at 
https://urldefense.com/v3/__http://jdk.java.net/16/release-notes__;!!GqivPVa7Brio!IelEDMj-JkVXPrlEa9UMr8Ri8VkVqBnK-LVG4wMfCIqIoFMoDkhw9Q44LZ1iMKvzUUw$
 


   * Changes in recent builds that maybe of interest:
   o Build 24
   + JDK-8231599: NPE when loading a preview classfile from a
 future Java version
   # *Reported by JUnit5*
   + JDK-8254661: arm32: additional cleanup after fixing SIGSEGV
   # *Reported by JaCoCo*
   + JDK-8255584: `HttpPrincipal::getName` returns incorrect name
   + JDK-8255226: (tz) Upgrade time-zone data to tzdata2020d
   o Build 23
   + JDK-8254876: (fs) NullPointerException not thrown when first
 argument to Path.of or Paths.get is null
   + JDK-8255576: (fs) Files.isHidden() throws
 ArrayIndexOutOfBoundsException (unix)
   # *Reported by JUnit5*
   + JDK-8255616: Removal of experimental features AOT and Graal JIT
   o Build 22
   + JDK-8243583: Change 'final' error checks to throw ICCE
   + JDK-8254982: (tz) Upgrade time-zone data to tzdata2020c

Project Loom Early-Access Build: Build 16-loom+7-285
 (2020/11/4)

   * *Want to know more* - check out -
 
https://urldefense.com/v3/__https://inside.java/2020/11/11/project-loom-at-nyc-java-sig/__;!!GqivPVa7Brio!IelEDMj-JkVXPrlEa9UMr8Ri8VkVqBnK-LVG4wMfCIqIoFMoDkhw9Q44LZ1iH-DF7-g$
   * These early-access builds are provided under the GNU General Public
 License, version 2, with the Classpath Exception
 
   o These builds are based on jdk-16+20
 

   o These EA builds are produced for the purpose of gathering
 feedback. Use for any other purpose is at your own risk.
   o Please send feedback via e-mail to loom-...@openjdk.java.net
 . To send e-mail to this
 address you must first subscribe to the mailing list
 .

Rgds,Rory

--
Rgds, Rory O'Donnell
Quality Engineering Manager
Oracle EMEA, Dublin, Ireland




--
Rgds, Rory O'Donnell
Quality Engineering Manager
Oracle EMEA, Dublin, Ireland



Re: JDK 16 Early Access build 24 is now available

2020-11-13 Thread Martin Grigorov
Hi Rory,

Apache Tomcat's build and tests pass with JDK 16-ea+24-1553 on Linux both
x86_64 and aarch64!

Regards,
Martin

On Fri, Nov 13, 2020 at 12:19 PM Rory O'Donnell 
wrote:

>
> Hi Mark,
>
> OpenJDK 16 Early Access build 24**is now available at
> http://jdk.java.net/16
>
>   * These early-access , open-source builds are provided under the
>   o GNU General Public License, version 2, with the Classpath
> Exception .
>
>   * Schedule
>
>  2020/12/10 Rampdown Phase One
>  2021/01/14 Rampdown Phase Two
>  2021/02/04 Initial Release Candidate
>  2021/02/18 Final Release Candidate
>  2021/03/16 General Availability
>
>   * Features:
>   o JEPs targeted to JDK 16, so far:
>   + JEP 338: Vector API (Incubator)
> 
>   + JEP 347: Enable C++14 Language Features
> 
>   + JEP 357: Migrate from Mercurial to Git
> 
>   + JEP 369: Migrate to GitHub 
>   + JEP 376: ZGC: Concurrent Thread-Stack Processing
> 
>   + JEP 380: Unix-Domain Socket Channels
> 
>   + JEP 386: Alpine Linux Port 
>   + JEP 387: Elastic Metaspace 
>   + JEP 388: Windows/AArch64 Port
> 
>   + JEP 392: Packaging Tool 
>   + JEP 393: Foreign-Memory Access API (Third Incubator)
> 
>   + JEP 394: Pattern Matching for instanceof
> 
>   + JEP 395: Records 
>
> **
>
>   * Release Notes are available at http://jdk.java.net/16/release-notes
> 
>
>   * Changes in recent builds that maybe of interest:
>   o Build 24
>   + JDK-8231599: NPE when loading a preview classfile from a
> future Java version
>   # *Reported by JUnit5*
>   + JDK-8254661: arm32: additional cleanup after fixing SIGSEGV
>   # *Reported by JaCoCo*
>   + JDK-8255584: `HttpPrincipal::getName` returns incorrect name
>   + JDK-8255226: (tz) Upgrade time-zone data to tzdata2020d
>   o Build 23
>   + JDK-8254876: (fs) NullPointerException not thrown when first
> argument to Path.of or Paths.get is null
>   + JDK-8255576: (fs) Files.isHidden() throws
> ArrayIndexOutOfBoundsException (unix)
>   # *Reported by JUnit5*
>   + JDK-8255616: Removal of experimental features AOT and Graal JIT
>   o Build 22
>   + JDK-8243583: Change 'final' error checks to throw ICCE
>   + JDK-8254982: (tz) Upgrade time-zone data to tzdata2020c
>
> Project Loom Early-Access Build: Build 16-loom+7-285
>  (2020/11/4)
>
>   * *Want to know more* - check out -
> https://inside.java/2020/11/11/project-loom-at-nyc-java-sig/
>   * These early-access builds are provided under the GNU General Public
> License, version 2, with the Classpath Exception
> 
>   o These builds are based on jdk-16+20
> 
>   o These EA builds are produced for the purpose of gathering
> feedback. Use for any other purpose is at your own risk.
>   o Please send feedback via e-mail to loom-...@openjdk.java.net
> . To send e-mail to this
> address you must first subscribe to the mailing list
> .
>
> Rgds,Rory
>
> --
> Rgds, Rory O'Donnell
> Quality Engineering Manager
> Oracle EMEA, Dublin, Ireland
>
>


Re: [VOTE] Release Apache Tomcat 8.5.60

2020-11-13 Thread Rémy Maucherat
On Thu, Nov 12, 2020 at 6:54 PM Mark Thomas  wrote:

> The proposed Apache Tomcat 8.5.60 release is now available for voting.
>
> The notable changes compared to the 8.5.59 release are:
>
> - Statistics are now available (via JMX) for HTTP/2, WebSocket and
>   HTTP/1.1 upgraded connections
>
> - Stability improvements for HTTP/2
>
> - Improvements to error handling in the connection pool used by the JNDI
>   Realm
>
> Along with lots of other bug fixes and improvements.
>
> For full details, see the changelog:
> https://ci.apache.org/projects/tomcat/tomcat85/docs/changelog.html
>
> It can be obtained from:
> https://dist.apache.org/repos/dist/dev/tomcat/tomcat-8/v8.5.60/
>
> The Maven staging repo is:
> https://repository.apache.org/content/repositories/orgapachetomcat-1285/
>
> The tag is:
> https://github.com/apache/tomcat/tree/8.5.60
> 04d663d7541a013098db3a3f81b1c23c255c12a4
>
> The proposed 8.5.60 release is:
> [ ] Broken - do not release
> [X] Stable - go ahead and release as 8.5.60
>
> Rémy


Re: [VOTE] Release Apache Tomcat 9.0.40

2020-11-13 Thread Rémy Maucherat
On Thu, Nov 12, 2020 at 4:58 PM Mark Thomas  wrote:

> The proposed Apache Tomcat 9.0.40 release is now available for voting.
>
> The notable changes compared to the 9.0.39 release are:
>
> - Statistics are now available (via JMX) for HTTP/2, WebSocket and
>   HTTP/1.1 upgraded connections
>
> - Stability improvements for HTTP/2
>
> - Stability improvements for the NIO connector
>
> Along with lots of other bug fixes and improvements.
>
> For full details, see the changelog:
> https://ci.apache.org/projects/tomcat/tomcat9/docs/changelog.html
>
> It can be obtained from:
> https://dist.apache.org/repos/dist/dev/tomcat/tomcat-9/v9.0.40/
> The Maven staging repo is:
> https://repository.apache.org/content/repositories/orgapachetomcat-1284/
> The tag is:
> https://github.com/apache/tomcat/tree/9.0.40
> 11cce490eb67a8aca64377a22c0cea2e38896725
>
> The proposed 9.0.40 release is:
> [ ] Broken - do not release
> [X] Stable - go ahead and release as 9.0.40
>
> Rémy


JDK 16 Early Access build 24 is now available

2020-11-13 Thread Rory O'Donnell


Hi Mark,

OpenJDK 16 Early Access build 24**is now available at 
http://jdk.java.net/16


 * These early-access , open-source builds are provided under the
 o GNU General Public License, version 2, with the Classpath
   Exception .

 * Schedule

            2020/12/10 Rampdown Phase One
            2021/01/14         Rampdown Phase Two
            2021/02/04         Initial Release Candidate
            2021/02/18         Final Release Candidate
            2021/03/16         General Availability

 * Features:
 o JEPs targeted to JDK 16, so far:
 + JEP 338: Vector API (Incubator)
   
 + JEP 347: Enable C++14 Language Features
   
 + JEP 357: Migrate from Mercurial to Git
   
 + JEP 369: Migrate to GitHub 
 + JEP 376: ZGC: Concurrent Thread-Stack Processing
   
 + JEP 380: Unix-Domain Socket Channels
   
 + JEP 386: Alpine Linux Port 
 + JEP 387: Elastic Metaspace 
 + JEP 388: Windows/AArch64 Port
   
 + JEP 392: Packaging Tool 
 + JEP 393: Foreign-Memory Access API (Third Incubator)
   
 + JEP 394: Pattern Matching for instanceof
   
 + JEP 395: Records 

**

 * Release Notes are available at http://jdk.java.net/16/release-notes
   

 * Changes in recent builds that maybe of interest:
 o Build 24
 + JDK-8231599: NPE when loading a preview classfile from a
   future Java version
 # *Reported by JUnit5*
 + JDK-8254661: arm32: additional cleanup after fixing SIGSEGV
 # *Reported by JaCoCo*
 + JDK-8255584: `HttpPrincipal::getName` returns incorrect name
 + JDK-8255226: (tz) Upgrade time-zone data to tzdata2020d
 o Build 23
 + JDK-8254876: (fs) NullPointerException not thrown when first
   argument to Path.of or Paths.get is null
 + JDK-8255576: (fs) Files.isHidden() throws
   ArrayIndexOutOfBoundsException (unix)
 # *Reported by JUnit5*
 + JDK-8255616: Removal of experimental features AOT and Graal JIT
 o Build 22
 + JDK-8243583: Change 'final' error checks to throw ICCE
 + JDK-8254982: (tz) Upgrade time-zone data to tzdata2020c

Project Loom Early-Access Build: Build 16-loom+7-285 
 (2020/11/4)


 * *Want to know more* - check out -
   https://inside.java/2020/11/11/project-loom-at-nyc-java-sig/
 * These early-access builds are provided under the GNU General Public
   License, version 2, with the Classpath Exception
   
 o These builds are based on jdk-16+20
   
 o These EA builds are produced for the purpose of gathering
   feedback. Use for any other purpose is at your own risk.
 o Please send feedback via e-mail to loom-...@openjdk.java.net
   . To send e-mail to this
   address you must first subscribe to the mailing list
   .

Rgds,Rory

--
Rgds, Rory O'Donnell
Quality Engineering Manager
Oracle EMEA, Dublin, Ireland



Re: [VOTE] Release Apache Tomcat 8.5.60

2020-11-13 Thread Martin Grigorov
On Thu, Nov 12, 2020 at 7:54 PM Mark Thomas  wrote:

> The proposed Apache Tomcat 8.5.60 release is now available for voting.
>
> The notable changes compared to the 8.5.59 release are:
>
> - Statistics are now available (via JMX) for HTTP/2, WebSocket and
>   HTTP/1.1 upgraded connections
>
> - Stability improvements for HTTP/2
>
> - Improvements to error handling in the connection pool used by the JNDI
>   Realm
>
> Along with lots of other bug fixes and improvements.
>
> For full details, see the changelog:
> https://ci.apache.org/projects/tomcat/tomcat85/docs/changelog.html
>
> It can be obtained from:
> https://dist.apache.org/repos/dist/dev/tomcat/tomcat-8/v8.5.60/
>
> The Maven staging repo is:
> https://repository.apache.org/content/repositories/orgapachetomcat-1285/
>
> The tag is:
> https://github.com/apache/tomcat/tree/8.5.60
> 04d663d7541a013098db3a3f81b1c23c255c12a4
>
> The proposed 8.5.60 release is:
> [ ] Broken - do not release
> [ X ] Stable - go ahead and release as 8.5.60
>

Tested with Apache Wicket 9.x examples app.

Regards,
Martin


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


Re: [VOTE] Release Apache Tomcat 9.0.40

2020-11-13 Thread Martin Grigorov
On Thu, Nov 12, 2020 at 5:58 PM Mark Thomas  wrote:

> The proposed Apache Tomcat 9.0.40 release is now available for voting.
>
> The notable changes compared to the 9.0.39 release are:
>
> - Statistics are now available (via JMX) for HTTP/2, WebSocket and
>   HTTP/1.1 upgraded connections
>
> - Stability improvements for HTTP/2
>
> - Stability improvements for the NIO connector
>
> Along with lots of other bug fixes and improvements.
>
> For full details, see the changelog:
> https://ci.apache.org/projects/tomcat/tomcat9/docs/changelog.html
>
> It can be obtained from:
> https://dist.apache.org/repos/dist/dev/tomcat/tomcat-9/v9.0.40/
> The Maven staging repo is:
> https://repository.apache.org/content/repositories/orgapachetomcat-1284/
> The tag is:
> https://github.com/apache/tomcat/tree/9.0.40
> 11cce490eb67a8aca64377a22c0cea2e38896725
>
> The proposed 9.0.40 release is:
> [ ] Broken - do not release
> [ X ] Stable - go ahead and release as 9.0.40
>

Tested with Apache Wicket 9.x examples app.

Regards,
Martin


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


Re: [VOTE] Release Apache Tomcat 10.0.0-M10

2020-11-13 Thread Rémy Maucherat
On Thu, Nov 12, 2020 at 1:33 PM Mark Thomas  wrote:

> The proposed Apache Tomcat 10.0.0-M10 release is now available for
> voting.
>
> Apache Tomcat 10.x implements Jakarta EE 9 and, as such, the primary
> package for all the specification APIs has changed from javax.* to
> jakarta.*
> Applications that run on Tomcat 9 will not run on Tomcat 10 without
> changes.
>
> The notable changes compared to 10.0.0-M9 are:
>
> - Statistics are now available (via JMX) for HTTP/2, WebSocket and
>   HTTP/1.1 upgraded connections
>
> - Stability improvements for HTTP/2
>
> - Stability improvements for the NIO connector
>
> Along with lots of other bug fixes and improvements.
>
>
> For full details, see the changelog:
> https://ci.apache.org/projects/tomcat/tomcat10/docs/changelog.html
>
> It can be obtained from:
> https://dist.apache.org/repos/dist/dev/tomcat/tomcat-10/v10.0.0-M10/
> The Maven staging repo is:
> https://repository.apache.org/content/repositories/orgapachetomcat-1283/
> The tag is:
> https://github.com/apache/tomcat/tree/10.0.0-M10
> 9826be4c8368c94eab1e804b456867ca1cb766c3
>
> The proposed 10.0.0-M10 release is:
> [ ] Broken - do not release
> [X] Alpha  - go ahead and release as 10.0.0-M10
>
> Rémy


Re: [VOTE] Release Apache Tomcat 10.0.0-M10

2020-11-13 Thread Martin Grigorov
On Thu, Nov 12, 2020 at 2:33 PM Mark Thomas  wrote:

> The proposed Apache Tomcat 10.0.0-M10 release is now available for
> voting.
>
> Apache Tomcat 10.x implements Jakarta EE 9 and, as such, the primary
> package for all the specification APIs has changed from javax.* to
> jakarta.*
> Applications that run on Tomcat 9 will not run on Tomcat 10 without
> changes.
>
> The notable changes compared to 10.0.0-M9 are:
>
> - Statistics are now available (via JMX) for HTTP/2, WebSocket and
>   HTTP/1.1 upgraded connections
>
> - Stability improvements for HTTP/2
>
> - Stability improvements for the NIO connector
>
> Along with lots of other bug fixes and improvements.
>
>
> For full details, see the changelog:
> https://ci.apache.org/projects/tomcat/tomcat10/docs/changelog.html
>
> It can be obtained from:
> https://dist.apache.org/repos/dist/dev/tomcat/tomcat-10/v10.0.0-M10/
> The Maven staging repo is:
> https://repository.apache.org/content/repositories/orgapachetomcat-1283/
> The tag is:
> https://github.com/apache/tomcat/tree/10.0.0-M10
> 9826be4c8368c94eab1e804b456867ca1cb766c3
>
> The proposed 10.0.0-M10 release is:
> [ ] Broken - do not release
> [ X ] Alpha  - go ahead and release as 10.0.0-M10
>

Tested with Apache Wicket 9.x examples.

Regards,
Martin


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