[tomcat] branch 8.5.x updated: Improve toString in case future versions of Java will change format

2023-05-13 Thread isapir
This is an automated email from the ASF dual-hosted git repository. isapir 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 0e031aa130 Improve toString in case future version

[tomcat] branch 9.0.x updated: Improve toString in case future versions of Java will change format

2023-05-13 Thread isapir
This is an automated email from the ASF dual-hosted git repository. isapir 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 8ffa082a19 Improve toString in case future version

[tomcat] branch 10.1.x updated: Improve toString in case future versions of Java will change format

2023-05-13 Thread isapir
This is an automated email from the ASF dual-hosted git repository. isapir 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 65c9de07e7 Improve toString in case future versi

[tomcat] branch main updated: Improve toString in case future versions of Java will change format

2023-05-13 Thread isapir
This is an automated email from the ASF dual-hosted git repository. isapir 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 a3b0786c89 Improve toString in case future versions

[Bug 56438] If jar scan does not find context config or TLD config, log a message

2023-05-13 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=56438 --- Comment #23 from p.bod...@centrum.cz --- Hi there, any plans to also implement the "remaining open enhancement", i.e. those useful logging messages from the ContextConfig scan? AFAIK, the real startup bottleneck is caused usually rather by

[GitHub] [tomcat] pbodnar commented on pull request #22: [Bug 58242] Scanning jars in classpath to get annotations in parallel instead of synchronously

2023-05-13 Thread via GitHub
pbodnar commented on PR #22: URL: https://github.com/apache/tomcat/pull/22#issuecomment-1546657736 For anyone searching for this feature, this was implemented by #354 in the end. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHu

[GitHub] [tomcat] pbodnar commented on pull request #354: Optimize Server startup time using multi-threading for annotation scanning

2023-05-13 Thread via GitHub
pbodnar commented on PR #354: URL: https://github.com/apache/tomcat/pull/354#issuecomment-1546656729 > Will this be backported to version 9 ? Actually, it seems like this was merged right into the version 9 branch - see 101476c3536ac09a105d0b603b2c51dd0f3770e9. So it is available sinc

[tomcat] branch 10.1.x updated: Add default prefix for virtual threads and document the default prefixes

2023-05-13 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 e41bfacace Add default prefix for virtual threads

[tomcat] branch main updated: Add default prefix for virtual threads and document the default prefixes

2023-05-13 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 345164ed7f Add default prefix for virtual threads and

[tomcat] branch 8.5.x updated: Clean-up. CheckStyle and formatting.

2023-05-13 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 508d894beb Clean-up. CheckStyle and formatting. 508

[tomcat] branch 9.0.x updated: Clean-up. CheckStyle and formatting.

2023-05-13 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 4455711259 Clean-up. CheckStyle and formatting. 445

[tomcat] branch 10.1.x updated: Clean-up. CheckStyle and formatting.

2023-05-13 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 c71254215f Clean-up. CheckStyle and formatting. c

[tomcat] branch main updated: Clean-up. CheckStyle and formatting.

2023-05-13 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 c16ac9e3e9 Clean-up. CheckStyle and formatting. c16ac

Re: Tomcat 11 - minimum Java version

2023-05-13 Thread Mark Thomas
On 12/05/2023 22:24, Rémy Maucherat wrote: On Wed, Jan 11, 2023 at 12:23 PM Mark Thomas wrote: We would normally make Java 21 the minimum Java version. Given that Java 21 is still in EA, I don't plan to do that yet. Since the update to Java 21 has now been made and seems to make everyone happ