[Bug 68533] Failed to load resource: net::ERR_HTTP2_PROTOCOL_ERROR

2024-01-26 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=68533 Den changed: What|Removed |Added Status|NEEDINFO|NEW --- Comment #2 from Den --- Mark, I

[Bug 68449] session.maxInactiveInterval() is not working for SSO Users.

2024-01-26 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=68449 Mark Thomas changed: What|Removed |Added Status|NEEDINFO|NEW -- You are receiving this mail

[Bug 68533] Failed to load resource: net::ERR_HTTP2_PROTOCOL_ERROR

2024-01-26 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=68533 Mark Thomas changed: What|Removed |Added Status|NEW |NEEDINFO --- Comment #1 from Mark

[Bug 68518] Tomcat Windows Service fails when running in OpenJDK 11

2024-01-26 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=68518 Christopher Schultz changed: What|Removed |Added Resolution|FIXED |INVALID -- You are receiving

[Bug 68546] Performance optimization in PageContextImpl.getELContext()

2024-01-26 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=68546 --- Comment #2 from Remy Maucherat --- Ok, this sounds reasonable looking at the code. https://github.com/apache/tomcat/blob/main/java/org/apache/jasper/compiler/Generator.java#L623 -- You are receiving this mail because: You are the

[Bug 68546] Performance optimization in PageContextImpl.getELContext()

2024-01-26 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=68546 --- Comment #1 from John Engebretson --- Sorry, error with the numbering in the last sentence: the attached speed test shows a big improvement with #1 (right-sizing) but a greater improvement from either #2 or #3. -- You are receiving this

[Bug 68546] New: Performance optimization in PageContextImpl.getELContext()

2024-01-26 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=68546 Bug ID: 68546 Summary: Performance optimization in PageContextImpl.getELContext() Product: Tomcat 9 Version: 9.0.81 Hardware: All OS: All

(tomcat) 02/02: Fix import order

2024-01-26 Thread remm
This is an automated email from the ASF dual-hosted git repository. remm pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/tomcat.git commit af7f0f472050134f426446dc1a94e05d5f310956 Author: remm AuthorDate: Fri Jan 26 15:06:25 2024 +0100 Fix import order ---

(tomcat) 01/02: jextract now avoids generating redundant classes

2024-01-26 Thread remm
This is an automated email from the ASF dual-hosted git repository. remm pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/tomcat.git commit 9d987288967e3bf103dec090f2fb0e2148be010a Author: remm AuthorDate: Fri Jan 26 15:04:50 2024 +0100 jextract now avoids

(tomcat) branch main updated (de3ff9edaa -> af7f0f4720)

2024-01-26 Thread remm
This is an automated email from the ASF dual-hosted git repository. remm pushed a change to branch main in repository https://gitbox.apache.org/repos/asf/tomcat.git from de3ff9edaa Fix the OSGi remaining references to Java EE contract names new 9d98728896 jextract now avoids generating

Re: JDK 22 RDP2 & Deprecate sun.misc.Unsafe Memory-Access Methods…

2024-01-26 Thread Rémy Maucherat
On Fri, Jan 26, 2024 at 12:17 PM David Delabassee wrote: > > Greetings! > > We are starting 2024 with JDK 22 as it has just entered Rampdown Phase 2 [1]. > And with the initial JDK 22 Release Candidates now less than 2 weeks away > (Feb. 8th) [2], it is time to shift our attention to JDK 23. >

(tomcat-jakartaee-migration) branch main updated: Include '.jspf' and '.tagf' files in the conversion process

2024-01-26 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-jakartaee-migration.git The following commit(s) were added to refs/heads/main by this push: new fdefcd9 Include '.jspf' and

JDK 22 RDP2 & Deprecate sun.misc.Unsafe Memory-Access Methods…

2024-01-26 Thread David Delabassee
Greetings! We are starting 2024 with JDK 22 as it has just entered Rampdown Phase 2 [1]. And with the initial JDK 22 Release Candidates now less than 2 weeks away (Feb. 8th) [2], it is time to shift our attention to JDK 23. After multiple rounds of incubations and preview, the Foreign Function

(tomcat-jakartaee-migration) branch main updated: Fix deprecation warning

2024-01-26 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-jakartaee-migration.git The following commit(s) were added to refs/heads/main by this push: new 98c59d4 Fix deprecation warning

(tomcat-jakartaee-migration) branch main updated (7500b76 -> bcb7fd4)

2024-01-26 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-jakartaee-migration.git from 7500b76 Update dependencies to latest versions new 9f66886 Remove version overrides where

(tomcat-jakartaee-migration) 03/03: Remove overrides where parent POM has caught up / overtaken.

2024-01-26 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-jakartaee-migration.git commit bcb7fd467c7a1430ab8372935b0e390f1b1db4f4 Author: Mark Thomas AuthorDate: Fri Jan 26 11:02:12 2024

(tomcat-jakartaee-migration) 01/03: Remove version overrides where parent has caught up

2024-01-26 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-jakartaee-migration.git commit 9f66886e38c85405d0a485e4daeaabf9f3d6027b Author: Mark Thomas AuthorDate: Fri Jan 26 11:00:52 2024

(tomcat-jakartaee-migration) 02/03: Update parent POM

2024-01-26 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-jakartaee-migration.git commit c82e80b4cf09ba90eadf22cbf1cfc036a977924c Author: Mark Thomas AuthorDate: Fri Jan 26 11:01:28 2024

(tomcat-jakartaee-migration) branch main updated: Update dependencies to latest versions

2024-01-26 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-jakartaee-migration.git The following commit(s) were added to refs/heads/main by this push: new 7500b76 Update dependencies to