[GitHub] [tomcat] anuragdy commented on a diff in pull request #666: Performance improvements for ImplicitObjectELResolver

2023-09-07 Thread via GitHub
anuragdy commented on code in PR #666: URL: https://github.com/apache/tomcat/pull/666#discussion_r1319322612 ## java/javax/servlet/jsp/el/ImplicitObjectELResolver.java: ## @@ -44,31 +44,32 @@ * @since JSP 2.1 */ public class ImplicitObjectELResolver extends ELResolver { +

[Bug 67293] New: WsRemoteEndpointImplBase throws IllegalStateException: WebSocket session has been closed

2023-09-07 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=67293 Bug ID: 67293 Summary: WsRemoteEndpointImplBase throws IllegalStateException: WebSocket session has been closed Product: Tomcat 10 Version: 10.1.11 Hardware: PC

[GitHub] [tomcat] michael-o commented on a diff in pull request #666: Performance improvements for ImplicitObjectELResolver

2023-09-07 Thread via GitHub
michael-o commented on code in PR #666: URL: https://github.com/apache/tomcat/pull/666#discussion_r1318844150 ## java/javax/servlet/jsp/el/ImplicitObjectELResolver.java: ## @@ -44,31 +44,32 @@ * @since JSP 2.1 */ public class ImplicitObjectELResolver extends ELResolver { +

[Bug 67080] ImplicitObjectELResolverImpl.getValue() is slow

2023-09-07 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=67080 --- Comment #6 from John Engebretson --- Anurag's solution is clearly faster than mine, I like it. -- You are receiving this mail because: You are the assignee for the bug. -

[Bug 67080] ImplicitObjectELResolverImpl.getValue() is slow

2023-09-07 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=67080 --- Comment #5 from Anurag Dubey --- Create Pull Request for the proposed change, have also shared the performance comparison for Old vs Switch implementation vs Hashmap implementation - https://github.com/apache/tomcat/pull/666 -- You are re

[GitHub] [tomcat] anuragdy opened a new pull request, #666: Performance improvements for ImplicitObjectELResolver

2023-09-07 Thread via GitHub
anuragdy opened a new pull request, #666: URL: https://github.com/apache/tomcat/pull/666 Fixes [67080](https://bz.apache.org/bugzilla/show_bug.cgi?id=67080). Tested the speed using following Test Code - ``` package com.amazon.weblab; import java.util.Arrays; im

[tomcat] branch 8.5.x updated: Locking cleanup

2023-09-07 Thread remm
This is an automated email from the ASF dual-hosted git repository. remm 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 e40bd00bb6 Locking cleanup e40bd00bb6 is described b

[tomcat] branch 9.0.x updated: Locking cleanup

2023-09-07 Thread remm
This is an automated email from the ASF dual-hosted git repository. remm 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 5f76adcf66 Locking cleanup 5f76adcf66 is described b

[tomcat] branch 10.1.x updated: Locking cleanup

2023-09-07 Thread remm
This is an automated email from the ASF dual-hosted git repository. remm 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 7fd80083ec Locking cleanup 7fd80083ec is described

[tomcat] branch main updated: Locking cleanup

2023-09-07 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 7af1a7586a Locking cleanup 7af1a7586a is described bel

[tomcat-connectors] 03/03: Update version for next development cycle

2023-09-07 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-connectors.git commit 963347be02958f1a792a177deea1729a4d704c97 Author: Mark Thomas AuthorDate: Thu Sep 7 13:26:02 2023 +0100 Upda

[tomcat-connectors] 01/03: Updates paths

2023-09-07 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-connectors.git commit b9af887a077ddfa7243395cabdd8ab91e3955ef5 Author: Mark Thomas AuthorDate: Thu Sep 7 13:22:24 2023 +0100 Upda

[tomcat-connectors] 02/03: Update CMCS version info

2023-09-07 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-connectors.git commit 1eb1858a3f7aed64963f2e2c40dfef1668501e00 Author: Mark Thomas AuthorDate: Thu Sep 7 13:24:04 2023 +0100 Upda

[tomcat-connectors] branch main updated (3ad622409 -> 963347be0)

2023-09-07 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-connectors.git from 3ad622409 Skip the menu when processing news into text new b9af887a0 Updates paths new 1eb1858a3 Upd

Re: Tagging mod_jk

2023-09-07 Thread Martin Knoblauch
On Thu, Sep 7, 2023 at 10:05 AM Rainer Jung wrote: > Should have gone to the list. > > I think the mod_jk build process does not make it available online like > the Tomcat one does, but here's the current section: > > > Changes between 1.2.48 and 1.2.49 > > > Apache > > * Update:

[tomcat] branch 8.5.x updated: Avoid possible NPE

2023-09-07 Thread remm
This is an automated email from the ASF dual-hosted git repository. remm 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 b8f935815b Avoid possible NPE b8f935815b is describe

[tomcat] branch 9.0.x updated: Avoid possible NPE

2023-09-07 Thread remm
This is an automated email from the ASF dual-hosted git repository. remm 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 3189da5d00 Avoid possible NPE 3189da5d00 is describe

[tomcat] branch 10.1.x updated: Avoid possible NPE

2023-09-07 Thread remm
This is an automated email from the ASF dual-hosted git repository. remm 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 5c3e4730be Avoid possible NPE 5c3e4730be is descri

[tomcat] branch main updated: Avoid possible NPE

2023-09-07 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 26272b8ad4 Avoid possible NPE 26272b8ad4 is described

Re: Tagging mod_jk

2023-09-07 Thread Rainer Jung
Should have gone to the list. I think the mod_jk build process does not make it available online like the Tomcat one does, but here's the current section: Changes between 1.2.48 and 1.2.49 Apache * Update: Retrieve default request id from mod_unique_id. It can also be taken

Re: Tagging mod_jk

2023-09-07 Thread Martin Knoblauch
Hi Mark, is there a Changelog available? Thanks Martin On Wed, Sep 6, 2023 at 4:29 PM Mark Thomas wrote: > Hi all, > > After a long period of inactivity we have had some bug fixes for mod_jk > so I am planning a Tomcat Connectors tag shortly. > > I need to run through my pre-tag checks and I'