JDK 20 Rampdown Phase 2 & JMX Heads-up

2023-01-24 Thread David Delabassee
Hi, First off, on behalf of Oracle’s Java Team, I’d like to wish you a happy and prosperous new year! In 2023, two Java releases will be made available: JDK 20 (March) &  JDK 21 (September). JDK 20 [1] has entered Rampdown Phase Two (RDP2) [2], its initial Release Candidate is planned for

[Bug 66441] Static field import failed on Expression Language lookup

2023-01-24 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=66441 --- Comment #1 from Isaac Rivera Rivas --- Here are a few clarifications for this issue, 1) This is for EE10 specifically, as we've tried to update our Open Liberty Pages Implementation to support static imports into the Expression Language en

[Bug 66441] New: Static field import failed on Expression Language lookup

2023-01-24 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=66441 Bug ID: 66441 Summary: Static field import failed on Expression Language lookup Product: Tomcat 10 Version: 10.1.5 Hardware: PC OS: Mac OS X 10.1

Re: [tomcat] 02/02: LongAdder is a better choice for statistics collection

2023-01-24 Thread Romain Manni-Bucau
Le mar. 24 janv. 2023 à 14:48, Rémy Maucherat a écrit : > On Tue, Jan 24, 2023 at 2:37 PM Romain Manni-Bucau > wrote: > > > > here is the idea https://github.com/apache/tomcat/pull/576 > > People care about stats these days and the performance benefit of > disabling this is simply not going to b

[Bug 66392] AccessLogValve's file encoding does not correspond to the documentation

2023-01-24 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=66392 Konstantin Kolinko changed: What|Removed |Added Summary|AccessLogValue's file |AccessLogValve's file

Re: [tomcat] 02/02: LongAdder is a better choice for statistics collection

2023-01-24 Thread Rémy Maucherat
On Tue, Jan 24, 2023 at 2:37 PM Romain Manni-Bucau wrote: > > here is the idea https://github.com/apache/tomcat/pull/576 People care about stats these days and the performance benefit of disabling this is simply not going to be there. Rémy > > Romain Manni-Bucau > @rmannibucau

Re: [tomcat] 02/02: LongAdder is a better choice for statistics collection

2023-01-24 Thread Romain Manni-Bucau
here is the idea https://github.com/apache/tomcat/pull/576 Romain Manni-Bucau @rmannibucau | Blog | Old Blog | Github | LinkedIn

Re: [tomcat] 02/02: LongAdder is a better choice for statistics collection

2023-01-24 Thread Mark Thomas
Patches welcome if that is an itch someone wants to scratch. Mark On 24/01/2023 13:22, Romain Manni-Bucau wrote: If you care about the (perf) diff, shouldnt tomcat have a config to be able to disable stats overhead at all (using a Runnable or Counter {incr(), get()} as abstraction is sufficien

Re: [tomcat] 02/02: LongAdder is a better choice for statistics collection

2023-01-24 Thread Romain Manni-Bucau
If you care about the (perf) diff, shouldnt tomcat have a config to be able to disable stats overhead at all (using a Runnable or Counter {incr(), get()} as abstraction is sufficient) when it is not used (most of the time in dev+prod - ie not sizing/tuning phases)? Romain Manni-Bucau @rmannibucau

[tomcat] branch main updated: Switch to using LongAddr to track request/error count for servlets

2023-01-24 Thread markt
This is an automated email from the ASF dual-hosted git repository. markt pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/tomcat.git The following commit(s) were added to refs/heads/main by this push: new e329ceb5c7 Switch to using LongAddr to track request/

[tomcat] branch 8.5.x updated (e9403a45ba -> 353306175b)

2023-01-24 Thread markt
This is an automated email from the ASF dual-hosted git repository. markt pushed a change to branch 8.5.x in repository https://gitbox.apache.org/repos/asf/tomcat.git from e9403a45ba Code cleanup (format). No functional change. new 8f55a7bc9c Code cleanup (format). No functional change.

[tomcat] 02/02: Add ALv2 headers

2023-01-24 Thread markt
This is an automated email from the ASF dual-hosted git repository. markt pushed a commit to branch 8.5.x in repository https://gitbox.apache.org/repos/asf/tomcat.git commit 353306175b031a9c7595cbea9f06958ee48d7ddc Author: Mark Thomas AuthorDate: Tue Jan 24 13:20:30 2023 + Add ALv2 head

[tomcat] branch 9.0.x updated: Add ALv2 headers

2023-01-24 Thread markt
This is an automated email from the ASF dual-hosted git repository. markt pushed a commit to branch 9.0.x in repository https://gitbox.apache.org/repos/asf/tomcat.git The following commit(s) were added to refs/heads/9.0.x by this push: new adb9c8a0f2 Add ALv2 headers adb9c8a0f2 is described

[tomcat] branch 10.1.x updated: Add ALv2 headers

2023-01-24 Thread markt
This is an automated email from the ASF dual-hosted git repository. markt pushed a commit to branch 10.1.x in repository https://gitbox.apache.org/repos/asf/tomcat.git The following commit(s) were added to refs/heads/10.1.x by this push: new f747796f1e Add ALv2 headers f747796f1e is describ

[tomcat] branch main updated: Add ALv2 headers

2023-01-24 Thread markt
This is an automated email from the ASF dual-hosted git repository. markt pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/tomcat.git The following commit(s) were added to refs/heads/main by this push: new 92ad891c61 Add ALv2 headers 92ad891c61 is described b

Re: [tomcat] 02/02: LongAdder is a better choice for statistics collection

2023-01-24 Thread Rémy Maucherat
On Tue, Jan 24, 2023 at 1:26 PM wrote: > > This is an automated email from the ASF dual-hosted git repository. > > markt pushed a commit to branch 9.0.x > in repository https://gitbox.apache.org/repos/asf/tomcat.git > > commit a7bf4d84f753d69acb66f5e45f5bc767a1d55e49 > Author: Mark Thomas > Autho

[tomcat] branch 10.1.x updated (2df2a763a2 -> 9aad349b60)

2023-01-24 Thread markt
This is an automated email from the ASF dual-hosted git repository. markt pushed a change to branch 10.1.x in repository https://gitbox.apache.org/repos/asf/tomcat.git from 2df2a763a2 LongAdder is a better choice for statistics collection new fc53b9f9e9 Code cleanup (format). No functio

[tomcat] 02/02: Deprecate in preparation for switching to LongAddr

2023-01-24 Thread markt
This is an automated email from the ASF dual-hosted git repository. markt pushed a commit to branch 10.1.x in repository https://gitbox.apache.org/repos/asf/tomcat.git commit 9aad349b607d88215a3398ae0adc4d1818673ef1 Author: Mark Thomas AuthorDate: Tue Jan 24 13:06:08 2023 + Deprecate in

[tomcat] branch main updated: Deprecation for int -> long change

2023-01-24 Thread markt
This is an automated email from the ASF dual-hosted git repository. markt pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/tomcat.git The following commit(s) were added to refs/heads/main by this push: new 91786da002 Deprecation for int -> long change 91786da

[tomcat] 02/02: Deprecate in preparation for switching to LongAddr

2023-01-24 Thread markt
This is an automated email from the ASF dual-hosted git repository. markt pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/tomcat.git commit 40fcd5345826c51fd8272e4a90fdcf10c6547b18 Author: Mark Thomas AuthorDate: Tue Jan 24 13:06:08 2023 + Deprecate in p

[tomcat] branch main updated (2acb530d27 -> 40fcd53458)

2023-01-24 Thread markt
This is an automated email from the ASF dual-hosted git repository. markt pushed a change to branch main in repository https://gitbox.apache.org/repos/asf/tomcat.git from 2acb530d27 LongAdder is a better choice for statistics collection new a7da4da743 Code cleanup (format). No functiona

[tomcat] branch 8.5.x updated: Code cleanup (format). No functional change.

2023-01-24 Thread markt
This is an automated email from the ASF dual-hosted git repository. markt pushed a commit to branch 8.5.x in repository https://gitbox.apache.org/repos/asf/tomcat.git The following commit(s) were added to refs/heads/8.5.x by this push: new e9403a45ba Code cleanup (format). No functional cha

[tomcat] 02/02: LongAdder is a better choice for statistics collection

2023-01-24 Thread markt
This is an automated email from the ASF dual-hosted git repository. markt pushed a commit to branch 9.0.x in repository https://gitbox.apache.org/repos/asf/tomcat.git commit a7bf4d84f753d69acb66f5e45f5bc767a1d55e49 Author: Mark Thomas AuthorDate: Tue Jan 24 12:22:01 2023 + LongAdder is

[tomcat] 01/02: Code cleanup (format). No functional change.

2023-01-24 Thread markt
This is an automated email from the ASF dual-hosted git repository. markt pushed a commit to branch 9.0.x in repository https://gitbox.apache.org/repos/asf/tomcat.git commit 90b564ce38fa5d6a8894b63245330f38ae0551f4 Author: Mark Thomas AuthorDate: Tue Jan 24 12:24:04 2023 + Code cleanup

[tomcat] branch 9.0.x updated (3dab9abcee -> a7bf4d84f7)

2023-01-24 Thread markt
This is an automated email from the ASF dual-hosted git repository. markt pushed a change to branch 9.0.x in repository https://gitbox.apache.org/repos/asf/tomcat.git from 3dab9abcee Review all uses of LinkedHashMap#removeEldestEntry new 90b564ce38 Code cleanup (format). No functional c

[tomcat] branch 10.1.x updated (6551d18265 -> 2df2a763a2)

2023-01-24 Thread markt
This is an automated email from the ASF dual-hosted git repository. markt pushed a change to branch 10.1.x in repository https://gitbox.apache.org/repos/asf/tomcat.git from 6551d18265 Review all uses of LinkedHashMap#removeEldestEntry new a91a02d457 Code cleanup (format). No functional

[tomcat] 01/02: Code cleanup (format). No functional change.

2023-01-24 Thread markt
This is an automated email from the ASF dual-hosted git repository. markt pushed a commit to branch 10.1.x in repository https://gitbox.apache.org/repos/asf/tomcat.git commit a91a02d4575daff43bbf1b89db09a8ecad3484a3 Author: Mark Thomas AuthorDate: Tue Jan 24 12:22:51 2023 + Code cleanup

[tomcat] 02/02: LongAdder is a better choice for statistics collection

2023-01-24 Thread markt
This is an automated email from the ASF dual-hosted git repository. markt pushed a commit to branch 10.1.x in repository https://gitbox.apache.org/repos/asf/tomcat.git commit 2df2a763a2ee91c7134d51d8421203dc8e53031f Author: Mark Thomas AuthorDate: Tue Jan 24 12:22:01 2023 + LongAdder is

[tomcat] 01/02: Code cleanup (format). No functional change.

2023-01-24 Thread markt
This is an automated email from the ASF dual-hosted git repository. markt pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/tomcat.git commit 8b8fada54056aee4c63fd27339fea47a2062b883 Author: Mark Thomas AuthorDate: Tue Jan 24 12:20:36 2023 + Code cleanup (

[tomcat] 02/02: LongAdder is a better choice for statistics collection

2023-01-24 Thread markt
This is an automated email from the ASF dual-hosted git repository. markt pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/tomcat.git commit 2acb530d27f87ac30acc76f54cfa13fe3f21fa4e Author: Mark Thomas AuthorDate: Tue Jan 24 12:22:01 2023 + LongAdder is a

[tomcat] branch main updated (a012d122e7 -> 2acb530d27)

2023-01-24 Thread markt
This is an automated email from the ASF dual-hosted git repository. markt pushed a change to branch main in repository https://gitbox.apache.org/repos/asf/tomcat.git from a012d122e7 Review all uses of LinkedHashMap#removeEldestEntry new 8b8fada540 Code cleanup (format). No functional ch

[tomcat] 05/07: Code cleanup (format). No functional change.

2023-01-24 Thread markt
This is an automated email from the ASF dual-hosted git repository. markt pushed a commit to branch 8.5.x in repository https://gitbox.apache.org/repos/asf/tomcat.git commit ee5ea89617c2f5f8e1c55e8538adb892b4f016e3 Author: Mark Thomas AuthorDate: Tue Jan 24 11:19:04 2023 + Code cleanup

[tomcat] branch 8.5.x updated (9d205a71af -> 3840fd3ecf)

2023-01-24 Thread markt
This is an automated email from the ASF dual-hosted git repository. markt pushed a change to branch 8.5.x in repository https://gitbox.apache.org/repos/asf/tomcat.git from 9d205a71af Add initial Eclipse format configurations new 6d4f2c20c9 Code cleanup (format). No functional change.

[tomcat] 07/07: Review all uses of LinkedHashMap#removeEldestEntry

2023-01-24 Thread markt
This is an automated email from the ASF dual-hosted git repository. markt pushed a commit to branch 8.5.x in repository https://gitbox.apache.org/repos/asf/tomcat.git commit 3840fd3ecf648ddec3f862c9e43a0cd3003175c4 Author: Mark Thomas AuthorDate: Tue Jan 24 10:16:41 2023 + Review all us

[tomcat] 04/07: Code cleanup (format). No functional change.

2023-01-24 Thread markt
This is an automated email from the ASF dual-hosted git repository. markt pushed a commit to branch 8.5.x in repository https://gitbox.apache.org/repos/asf/tomcat.git commit 7cabce9b2bafa1726edf1669646623185f6a5a6b Author: Mark Thomas AuthorDate: Tue Jan 24 11:18:50 2023 + Code cleanup

[tomcat] 06/07: Code cleanup (format). No functional change.

2023-01-24 Thread markt
This is an automated email from the ASF dual-hosted git repository. markt pushed a commit to branch 8.5.x in repository https://gitbox.apache.org/repos/asf/tomcat.git commit a5fed4938b0a6e000cf94a86553de41021794ddc Author: Mark Thomas AuthorDate: Tue Jan 24 11:19:22 2023 + Code cleanup

[tomcat] 07/07: Review all uses of LinkedHashMap#removeEldestEntry

2023-01-24 Thread markt
This is an automated email from the ASF dual-hosted git repository. markt pushed a commit to branch 9.0.x in repository https://gitbox.apache.org/repos/asf/tomcat.git commit 3dab9abcee4fe8675089af8f94ff5c927635cf7e Author: Mark Thomas AuthorDate: Tue Jan 24 10:16:41 2023 + Review all us

[tomcat] 06/07: Code cleanup (format). No functional change.

2023-01-24 Thread markt
This is an automated email from the ASF dual-hosted git repository. markt pushed a commit to branch 9.0.x in repository https://gitbox.apache.org/repos/asf/tomcat.git commit 2d6f8fc2c090dab230bbdba505ccd4436049f904 Author: Mark Thomas AuthorDate: Tue Jan 24 11:15:23 2023 + Code cleanup

[tomcat] 05/07: Code cleanup (format). No functional change.

2023-01-24 Thread markt
This is an automated email from the ASF dual-hosted git repository. markt pushed a commit to branch 9.0.x in repository https://gitbox.apache.org/repos/asf/tomcat.git commit 91ca309136533aff96e3323843e2dae29ea4c5d6 Author: Mark Thomas AuthorDate: Tue Jan 24 11:15:08 2023 + Code cleanup

[tomcat] 04/07: Code cleanup (format). No functional change.

2023-01-24 Thread markt
This is an automated email from the ASF dual-hosted git repository. markt pushed a commit to branch 9.0.x in repository https://gitbox.apache.org/repos/asf/tomcat.git commit 74c9ebf14f5af2e5a5f202a2f0fd08f30e7479ea Author: Mark Thomas AuthorDate: Tue Jan 24 11:14:51 2023 + Code cleanup

[tomcat] branch 9.0.x updated (b922d9c780 -> 3dab9abcee)

2023-01-24 Thread markt
This is an automated email from the ASF dual-hosted git repository. markt pushed a change to branch 9.0.x in repository https://gitbox.apache.org/repos/asf/tomcat.git from b922d9c780 Add initial Eclipse format configurations new 636e19f2a3 Code cleanup (format). No functional change.

[tomcat] 07/07: Review all uses of LinkedHashMap#removeEldestEntry

2023-01-24 Thread markt
This is an automated email from the ASF dual-hosted git repository. markt pushed a commit to branch 10.1.x in repository https://gitbox.apache.org/repos/asf/tomcat.git commit 6551d182658269a55ed9f2f9ffd7c0e8a66c6d3d Author: Mark Thomas AuthorDate: Tue Jan 24 10:16:41 2023 + Review all u

[tomcat] 05/07: Code cleanup (format). No functional change.

2023-01-24 Thread markt
This is an automated email from the ASF dual-hosted git repository. markt pushed a commit to branch 10.1.x in repository https://gitbox.apache.org/repos/asf/tomcat.git commit 5947f318bbbe0f1de77b51e3a23db914ede88dd0 Author: Mark Thomas AuthorDate: Tue Jan 24 11:10:45 2023 + Code cleanup

[tomcat] 04/07: Code cleanup (format). No functional change.

2023-01-24 Thread markt
This is an automated email from the ASF dual-hosted git repository. markt pushed a commit to branch 10.1.x in repository https://gitbox.apache.org/repos/asf/tomcat.git commit 256f3df18757488bbfef58e3763b676af3c35334 Author: Mark Thomas AuthorDate: Tue Jan 24 11:10:27 2023 + Code cleanup

[tomcat] 06/07: Code cleanup (format). No functional change.

2023-01-24 Thread markt
This is an automated email from the ASF dual-hosted git repository. markt pushed a commit to branch 10.1.x in repository https://gitbox.apache.org/repos/asf/tomcat.git commit 92ad2363b2fa836d0bc5443272c00507a3fe4573 Author: Mark Thomas AuthorDate: Tue Jan 24 11:11:08 2023 + Code cleanup

[tomcat] branch 10.1.x updated (908c7b2f73 -> 6551d18265)

2023-01-24 Thread markt
This is an automated email from the ASF dual-hosted git repository. markt pushed a change to branch 10.1.x in repository https://gitbox.apache.org/repos/asf/tomcat.git from 908c7b2f73 Add initial Eclipse format configurations new a943f46772 Code cleanup (format). No functional change.

[tomcat] 07/07: Review all uses of LinkedHashMap#removeEldestEntry

2023-01-24 Thread markt
This is an automated email from the ASF dual-hosted git repository. markt pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/tomcat.git commit a012d122e7941434281e29bd76113a9755e1cc63 Author: Mark Thomas AuthorDate: Tue Jan 24 10:16:41 2023 + Review all use

[tomcat] 05/07: Code cleanup (format). No functional change.

2023-01-24 Thread markt
This is an automated email from the ASF dual-hosted git repository. markt pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/tomcat.git commit 52bac033b91a062ce22ae36c47c3a3efa2b0fb53 Author: Mark Thomas AuthorDate: Tue Jan 24 09:57:35 2023 + Code cleanup (

[tomcat] 04/07: Code cleanup (format). No functional change.

2023-01-24 Thread markt
This is an automated email from the ASF dual-hosted git repository. markt pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/tomcat.git commit ab552fd3fbdfc8091b5338c3129c3472e882d9bf Author: Mark Thomas AuthorDate: Tue Jan 24 09:57:08 2023 + Code cleanup (

[tomcat] 06/07: Code cleanup (format). No functional change.

2023-01-24 Thread markt
This is an automated email from the ASF dual-hosted git repository. markt pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/tomcat.git commit 223c0ba457afc62e77edf1fd10d98d61880fac7f Author: Mark Thomas AuthorDate: Tue Jan 24 09:58:00 2023 + Code cleanup (

[tomcat] branch main updated (b76e18c6e3 -> a012d122e7)

2023-01-24 Thread markt
This is an automated email from the ASF dual-hosted git repository. markt pushed a change to branch main in repository https://gitbox.apache.org/repos/asf/tomcat.git from b76e18c6e3 Add initial Eclipse format configurations new b6607520d3 Code cleanup (format). No functional change.

[tomcat] branch 8.5.x updated: Add initial Eclipse format configurations

2023-01-24 Thread markt
This is an automated email from the ASF dual-hosted git repository. markt pushed a commit to branch 8.5.x in repository https://gitbox.apache.org/repos/asf/tomcat.git The following commit(s) were added to refs/heads/8.5.x by this push: new 9d205a71af Add initial Eclipse format configuration

[tomcat] branch main updated: Add initial Eclipse format configurations

2023-01-24 Thread markt
This is an automated email from the ASF dual-hosted git repository. markt pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/tomcat.git The following commit(s) were added to refs/heads/main by this push: new b76e18c6e3 Add initial Eclipse format configurations

[tomcat] branch 9.0.x updated: Add initial Eclipse format configurations

2023-01-24 Thread markt
This is an automated email from the ASF dual-hosted git repository. markt pushed a commit to branch 9.0.x in repository https://gitbox.apache.org/repos/asf/tomcat.git The following commit(s) were added to refs/heads/9.0.x by this push: new b922d9c780 Add initial Eclipse format configuration

[tomcat] branch 10.1.x updated: Add initial Eclipse format configurations

2023-01-24 Thread markt
This is an automated email from the ASF dual-hosted git repository. markt pushed a commit to branch 10.1.x in repository https://gitbox.apache.org/repos/asf/tomcat.git The following commit(s) were added to refs/heads/10.1.x by this push: new 908c7b2f73 Add initial Eclipse format configurati