[tomcat] branch 10.1.x updated: Update migration tool for Jakarta EE library for IDE configs

2022-11-08 Thread lihan
This is an automated email from the ASF dual-hosted git repository. lihan 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 db9512d5f2 Update migration tool for Jakarta EE l

[tomcat] branch main updated: Update migration tool for Jakarta EE library for IDE configs

2022-11-08 Thread lihan
This is an automated email from the ASF dual-hosted git repository. lihan 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 722356932f Update migration tool for Jakarta EE libra

Re: [tomcat] branch main updated: Fix BZ 66294. Make use of privileged block optional. Performance hotspot

2022-11-08 Thread Christopher Schultz
Mark, On 11/8/22 12:41, Mark Thomas wrote: On 08/11/2022 16:52, Christopher Schultz wrote: Mark, Wouldn't it be "safer" to have this doPrivileged be an "opt-out" permission rather than an "opt-in" permission? Good question. Nobody is going to know that they need to enable this options in o

Re: BZ 66294 - optionally disable some SecurityManager checks

2022-11-08 Thread Christopher Schultz
Mark, On 11/8/22 12:36, Mark Thomas wrote: On 08/11/2022 16:47, Christopher Schultz wrote: Mark, On 11/7/22 16:53, Mark Thomas wrote: On 07/11/2022 21:08, Christopher Schultz wrote: Mark, On 11/7/22 11:24, Mark Thomas wrote: Hi, BZ 66294 [1] highlights the performance impact in Tomcat of

[ANN] Apache Tomcat Migration tool for Jakarta EE 1.0.5

2022-11-08 Thread Mark Thomas
The Apache Tomcat team announces the immediate availability of Apache Tomcat Migration Tool for Jakarta EE 1.0.5 Apache Tomcat Migration Tool for Jakarta EE is an open source software tool for migrating binary web applications (WAR files) and other binary artefacts from Java EE 8 to Jakarta EE 9.

svn commit: r1905165 - in /tomcat/site/trunk: docs/download-migration.html docs/index.html docs/oldnews.html xdocs/download-migration.xml xdocs/index.xml xdocs/oldnews.xml

2022-11-08 Thread markt
Author: markt Date: Tue Nov 8 18:46:35 2022 New Revision: 1905165 URL: http://svn.apache.org/viewvc?rev=1905165&view=rev Log: Update site for release of Apache Tomcat Migration Tool for Jakarta EE 1.0.5 Modified: tomcat/site/trunk/docs/download-migration.html tomcat/site/trunk/docs/index

[tomcat] branch 10.1.x updated: Update migration tool to 1.0.5

2022-11-08 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 78d6f53b7e Update migration tool to 1.0.5 78d6f53

[tomcat] branch main updated: Update migration tool to 1.0.5

2022-11-08 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 0dcae00bc2 Update migration tool to 1.0.5 0dcae00bc2

svn commit: r57892 - /dev/tomcat/jakartaee-migration/v1.0.5/ /release/tomcat/jakartaee-migration/v1.0.5/

2022-11-08 Thread markt
Author: markt Date: Tue Nov 8 18:03:16 2022 New Revision: 57892 Log: Release the Apache Tomcat migration tool for Jakarta EE 1.0.5 Added: release/tomcat/jakartaee-migration/v1.0.5/ - copied from r57891, dev/tomcat/jakartaee-migration/v1.0.5/ Removed: dev/tomcat/jakartaee-migration/

Re: [tomcat] branch main updated: Fix BZ 66294. Make use of privileged block optional. Performance hotspot

2022-11-08 Thread Mark Thomas
On 08/11/2022 16:52, Christopher Schultz wrote: Mark, Wouldn't it be "safer" to have this doPrivileged be an "opt-out" permission rather than an "opt-in" permission? Good question. Nobody is going to know that they need to enable this options in order to get "proper protection". Until the

Re: BZ 66294 - optionally disable some SecurityManager checks

2022-11-08 Thread Mark Thomas
On 08/11/2022 16:47, Christopher Schultz wrote: Mark, On 11/7/22 16:53, Mark Thomas wrote: On 07/11/2022 21:08, Christopher Schultz wrote: Mark, On 11/7/22 11:24, Mark Thomas wrote: Hi, BZ 66294 [1] highlights the performance impact in Tomcat of some additional SecurityManager checks that

Re: [VOTE] Apache Tomcat migration tool for Jakarta EE 1.0.5

2022-11-08 Thread Mark Thomas
The following votes were cast: Binding: +1: remm, markt, jfclere Non-binding: +1: lihan No other votes were cast. The vote therefore passes. Thanks to everyone who contributed to this release. Mark - To unsubscribe, e-mail:

Re: [tomcat] branch main updated: Fix BZ 66294. Make use of privileged block optional. Performance hotspot

2022-11-08 Thread Christopher Schultz
Mark, Wouldn't it be "safer" to have this doPrivileged be an "opt-out" permission rather than an "opt-in" permission? Nobody is going to know that they need to enable this options in order to get "proper protection". This change is not exactly backward-compatible. It may break people who a

Re: BZ 66294 - optionally disable some SecurityManager checks

2022-11-08 Thread Christopher Schultz
Mark, On 11/7/22 16:53, Mark Thomas wrote: On 07/11/2022 21:08, Christopher Schultz wrote: Mark, On 11/7/22 11:24, Mark Thomas wrote: Hi, BZ 66294 [1] highlights the performance impact in Tomcat of some additional SecurityManager checks that were added to avoid AccessControlException when

[Bug 66294] Util.getContextClassLoader() can be a hotspot

2022-11-08 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=66294 --- Comment #4 from Maximilian Hensel --- Thanks, that's great to hear. -- You are receiving this mail because: You are the assignee for the bug. - To unsubscribe, e-mail: de

Re: [VOTE] Apache Tomcat migration tool for Jakarta EE 1.0.5

2022-11-08 Thread jean-frederic clere
On 11/2/22 13:43, Mark Thomas wrote: [X] +1: Acceptable. Go ahead and release. Tested on fedora using 9.0.67 examples on 10.1.0 tomcat. -- Cheers Jean-Frederic - To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For

[tomcat] branch 10.1.x updated: Update the packaged version of the Tomcat Native Library to 2.0.2

2022-11-08 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 a710935349 Update the packaged version of the Tom

[tomcat] branch main updated: Update the packaged version of the Tomcat Native Library to 2.0.2

2022-11-08 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 c9ea207c70 Update the packaged version of the Tomcat

[tomcat] branch 10.1.x updated: Update tomcat-embed-core native metadata

2022-11-08 Thread lihan
This is an automated email from the ASF dual-hosted git repository. lihan 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 cc11b294da Update tomcat-embed-core native metada

[tomcat] branch main updated: Update tomcat-embed-core native metadata

2022-11-08 Thread lihan
This is an automated email from the ASF dual-hosted git repository. lihan 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 0e17fee857 Update tomcat-embed-core native metadata 0

[ANN] Apache Tomcat Native 2.0.2 released

2022-11-08 Thread Mark Thomas
The Apache Tomcat team announces the immediate availability of Apache Tomcat Native 2.0.2 stable. The key features of this release are: - Update the minimum supported version of LibreSSL to 3.5.2. Based on a #13 provided by orbea. - The windows binaries in this release have been built with Op

Re: [tomcat] branch main updated: Fix BZ 66294. Make use of privileged block optional. Performance hotspot

2022-11-08 Thread Mark Thomas
On 08/11/2022 13:25, Rémy Maucherat wrote: On Tue, Nov 8, 2022 at 2:16 PM wrote: 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/h

Re: [tomcat] branch main updated: Fix BZ 66294. Make use of privileged block optional. Performance hotspot

2022-11-08 Thread Rémy Maucherat
On Tue, Nov 8, 2022 at 2:16 PM wrote: > > 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

svn commit: r57887 - /release/tomcat/tomcat-connectors/native/2.0.1/

2022-11-08 Thread markt
Author: markt Date: Tue Nov 8 13:22:58 2022 New Revision: 57887 Log: Drop Tomcat Native 2.0.1 from mirror network Removed: release/tomcat/tomcat-connectors/native/2.0.1/ - To unsubscribe, e-mail: dev-unsubscr...@tomcat.apa

svn commit: r1905152 - in /tomcat/site/trunk: docs/download-native.html docs/index.html docs/oldnews.html xdocs/download-native.xml xdocs/index.xml xdocs/oldnews.xml

2022-11-08 Thread markt
Author: markt Date: Tue Nov 8 13:22:15 2022 New Revision: 1905152 URL: http://svn.apache.org/viewvc?rev=1905152&view=rev Log: Update site for Tomcat Native 2.0.2 release Modified: tomcat/site/trunk/docs/download-native.html tomcat/site/trunk/docs/index.html tomcat/site/trunk/docs/old

[Bug 66294] Util.getContextClassLoader() can be a hotspot

2022-11-08 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=66294 Mark Thomas changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[tomcat] branch 8.5.x updated: Fix BZ 66294. Make use of privileged block optional. Performance hotspot

2022-11-08 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 ace5902d14 Fix BZ 66294. Make use of privileged blo

[tomcat] branch 9.0.x updated: Fix BZ 66294. Make use of privileged block optional. Performance hotspot

2022-11-08 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 ef1f4ee2b3 Fix BZ 66294. Make use of privileged blo

[tomcat] branch 10.1.x updated: Fix BZ 66294. Make use of privileged block optional. Performance hotspot

2022-11-08 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 7b3bc9f30e Fix BZ 66294. Make use of privileged b

[tomcat] branch main updated: Fix BZ 66294. Make use of privileged block optional. Performance hotspot

2022-11-08 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 28ea2b9b2e Fix BZ 66294. Make use of privileged block

[Bug 66342] magoda

2022-11-08 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=66342 Michael Osipov changed: What|Removed |Added Resolution|--- |INVALID Status|NEW

[Bug 66342] New: magoda

2022-11-08 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=66342 Bug ID: 66342 Summary: magoda Product: Tomcat Connectors Version: 1.2.46 Hardware: PC Status: NEW Severity: normal Priority: P2 Component: JK2

[tomcat] branch main updated (9d4c579238 -> be23ed3897)

2022-11-08 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 9d4c579238 Remove unnecessary code new bfc5243c15 Update tomcat-embed-core native metadata new 035abb846e Updat

[tomcat] 03/03: Update changelog

2022-11-08 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 be23ed38972700125fa3122c68bf51cdded78a98 Author: Mark Thomas AuthorDate: Tue Nov 8 11:49:22 2022 + Update changelo

[tomcat] 02/03: Update tomcat-embed-el native metadata

2022-11-08 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 035abb846e5374c59d9b637e7f663d89c63936ce Author: Sébastien Deleuze AuthorDate: Tue Nov 8 11:41:17 2022 +0100 Update to

[tomcat] 01/03: Update tomcat-embed-core native metadata

2022-11-08 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 bfc5243c152ce16c3acc97efd2864f116cc4ba1c Author: Sébastien Deleuze AuthorDate: Tue Nov 8 11:38:33 2022 +0100 Update to

[tomcat] branch 10.1.x updated: Update changelog

2022-11-08 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 fbd98cbd26 Update changelog fbd98cbd26 is describ

[tomcat] branch 10.1.x updated (423e812dec -> 853ffd0e4a)

2022-11-08 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 423e812dec Remove unnecessary code new 2dd9920868 Update tomcat-embed-core native metadata new 853ffd0e4a Upd

[tomcat] 01/02: Update tomcat-embed-core native metadata

2022-11-08 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 2dd9920868e97feadf8d64a1d0fe6df5ef38ba8e Author: Sébastien Deleuze AuthorDate: Tue Nov 8 11:38:33 2022 +0100 Update

[tomcat] 02/02: Update tomcat-embed-el native metadata

2022-11-08 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 853ffd0e4ab01f3b3ffb07a69fe7015781059f71 Author: Sébastien Deleuze AuthorDate: Tue Nov 8 11:41:17 2022 +0100 Update

[GitHub] [tomcat] markt-asf merged pull request #564: Native metadata update for Tomcat 10.1

2022-11-08 Thread GitBox
markt-asf merged PR #564: URL: https://github.com/apache/tomcat/pull/564 -- 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. To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.o

[tomcat] branch 8.5.x updated: Remove unnecessary code

2022-11-08 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 274945612c Remove unnecessary code 274945612c is de

[tomcat] branch 9.0.x updated: Remove unnecessary code

2022-11-08 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 2630fcbae0 Remove unnecessary code 2630fcbae0 is de

[tomcat] branch 10.1.x updated (e25d13624e -> 423e812dec)

2022-11-08 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 e25d13624e NIO writes don't return -1 so neither should CLOSED_NIO_CHANNEL add 423e812dec Remove unnecessary code

[tomcat] branch main updated: Remove unnecessary code

2022-11-08 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 9d4c579238 Remove unnecessary code 9d4c579238 is desc

svn commit: r1905147 - in /tomcat/site/trunk/docs/native-doc: index.html miscellaneous/changelog.html news/2022.html

2022-11-08 Thread markt
Author: markt Date: Tue Nov 8 11:06:53 2022 New Revision: 1905147 URL: http://svn.apache.org/viewvc?rev=1905147&view=rev Log: Update docs for Tomcat Native 2.0.2 release Modified: tomcat/site/trunk/docs/native-doc/index.html tomcat/site/trunk/docs/native-doc/miscellaneous/changelog.html

[tomcat-native] branch main updated: Add 2.0.2 release information

2022-11-08 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-native.git The following commit(s) were added to refs/heads/main by this push: new 20452f7c0 Add 2.0.2 release information 20452f

svn commit: r57882 - /dev/tomcat/tomcat-connectors/native/2.0.2/ /release/tomcat/tomcat-connectors/native/2.0.2/

2022-11-08 Thread markt
Author: markt Date: Tue Nov 8 10:56:04 2022 New Revision: 57882 Log: Release Apache Tomcat Native 2.0.2 Added: release/tomcat/tomcat-connectors/native/2.0.2/ - copied from r57881, dev/tomcat/tomcat-connectors/native/2.0.2/ Removed: dev/tomcat/tomcat-connectors/native/2.0.2/ -

[VOTE][RESULT] Release Apache Tomcat Native 2.0.2

2022-11-08 Thread Mark Thomas
The following votes were cast: Binding: +1: remm, markt, schultz Non-binding: +1: lihan The vote therefore passes. Thanks to everyone who contributed to this release. Mark - To unsubscribe, e-mail: dev-unsubscr...@tomcat.apa

Re: [VOTE] Apache Tomcat migration tool for Jakarta EE 1.0.5

2022-11-08 Thread Mark Thomas
Ping. We need one more PMC vote for this release. Mark On 02/11/2022 12:43, Mark Thomas wrote: The proposed Apache Tomcat migration tool for Jakarta EE 1.0.5 is now available for voting. The significant changes since 1.0.4 are: - #37 narrow scope of javax.annotation conversion to Java EE. P

[GitHub] [tomcat] sdeleuze opened a new pull request, #564: Native metadata update for Tomcat 10.1

2022-11-08 Thread GitBox
sdeleuze opened a new pull request, #564: URL: https://github.com/apache/tomcat/pull/564 This pull request fixes regressions in the Tomcat 10.1 native support compared to Tomcat 10.0. It brings back required reflection metadata on `AbstractProtocol` and `AbstractHttp11Protocol` lost

[tomcat] branch main updated: Another round of Panama API updates for Java 20

2022-11-08 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 The following commit(s) were added to refs/heads/main by this push: new 3d1d990fb4 Another round of Panama API updates for Jav

svn commit: r1905145 - in /tomcat/site/trunk: docs/presentations.html xdocs/presentations.xml

2022-11-08 Thread huxing
Author: huxing Date: Tue Nov 8 08:06:09 2022 New Revision: 1905145 URL: http://svn.apache.org/viewvc?rev=1905145&view=rev Log: Add ApacheCon Asia 2022 talks Modified: tomcat/site/trunk/docs/presentations.html tomcat/site/trunk/xdocs/presentations.xml Modified: tomcat/site/trunk/docs/pre