RE: Changes between Tomcat 9.0.86 and 9.0.88?

2024-06-17 Thread Mcalexander, Jon J.
Thanks Thomas. I completely agree with what you are stating. However, it may provide some additional time to said development team to rework code. Thanks, From: Thomas Meyer Sent: Saturday, June 15, 2024 3:38 AM To: Tomcat Users List Subject: RE: Changes between Tomcat 9.0.86 and 9.0.88? Hi

RE: Changes between Tomcat 9.0.86 and 9.0.88?

2024-06-15 Thread Thomas Meyer
;> As a quick workaraound, you might be able to grab tomcat-util.jar from > >> 9.0.86 and use that with your 9.0.88 install. It could melt your whole > >> data center though, so be careful. > >> > >> That's a really impressive stack trace, I have to admit. I

RE: Changes between Tomcat 9.0.86 and 9.0.88?

2024-06-14 Thread Mcalexander, Jon J.
: Re: Changes between Tomcat 9.0.86 and 9.0.88? On Thu, Jun 13, 2024 at 11: 30 PM Christopher Schultz wrote: > > Jon, > > On 6/13/24 14: 27, Mcalexander, Jon J. wrote: > > Thanks Chuck! Here is the full stack-trace > > > > On Thu, Jun 13, 2024 at 11:30 PM

Re: Changes between Tomcat 9.0.86 and 9.0.88?

2024-06-14 Thread Rémy Maucherat
didn't get a StackOverflowError while it was being generated. This removal should probably not have happened IMO, the whole class was marked deprecated right after that commit. It looks like an old commit (from two years before) that Mark had lying around, that got pushed right before the rebase.

RE: Changes between Tomcat 9.0.86 and 9.0.88?

2024-06-14 Thread Mcalexander, Jon J.
Thanks Chris! So, was this removal not noted in the Release Notes? (I’m not seeing it.) Thanks, From: Christopher Schultz Sent: Thursday, June 13, 2024 4:30 PM To: users@tomcat.apache.org Subject: Re: Changes between Tomcat 9.0.86 and 9.0.88? Jon, On 6/13/24 14: 27, Mcalexander, Jon J. wrote

Re: Changes between Tomcat 9.0.86 and 9.0.88?

2024-06-13 Thread Christopher Schultz
I have to admit. I'm surprised you didn't get a StackOverflowError while it was being generated. -chris From: Chuck Caldarale Sent: Thursday, June 13, 2024 1:13 PM To: Tomcat Users List Subject: Re: Changes between Tomcat 9.0.86 and 9.0.88? On Jun 13, 2024, at 12: 45, Mcalexander, Jon J. wrote:

RE: Changes between Tomcat 9.0.86 and 9.0.88?

2024-06-13 Thread Mcalexander, Jon J.
) at org.springframework.beans.factory.support.SimpleInstantiationStrategy.instantiate(SimpleInstantiationStrategy.java:154) ... 146 more From: Chuck Caldarale Sent: Thursday, June 13, 2024 1:13 PM To: Tomcat Users List Subject: Re: Changes between Tomcat 9.0.86 and 9.0.88? > On Jun 13, 2024, at 12: 45, Mcalexander, Jon J.

Re: Changes between Tomcat 9.0.86 and 9.0.88?

2024-06-13 Thread Chuck Caldarale
> On Jun 13, 2024, at 12:45, Mcalexander, Jon J. > wrote: > > I have an application team that started having problems with their > application when they were updgraded from 9.0.86 to 9.0.88 version of Tomcat. > The base cause of their stack-trace is: > > java.lang.NoSuchMethodError: >