Re: [PR] Unwrap InvocationTargetException from underlying statement execution [tomcat]

2024-08-13 Thread via GitHub
Furytron commented on PR #744: URL: https://github.com/apache/tomcat/pull/744#issuecomment-2286295550 I just wanted to point out that we had a similar issue to [VRBogdanov](https://github.com/apache/tomcat/pull/742#issuecomment-2275626750) where upgrading to 9.0.93 from 9.0.91, starting th

Re: [PR] Unwrap InvocationTargetException from underlying statement execution [tomcat]

2024-08-09 Thread via GitHub
VRBogdanov commented on PR #744: URL: https://github.com/apache/tomcat/pull/744#issuecomment-2277932891 Of course, thanks a lot! -- 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 comme

Re: [PR] Unwrap InvocationTargetException from underlying statement execution [tomcat]

2024-08-09 Thread via GitHub
markt-asf commented on PR #744: URL: https://github.com/apache/tomcat/pull/744#issuecomment-2277931556 It isn't an official release. It is for testing purposes only. Use it at your own risk. If your server catches fire don't blame us ;) -- This is an automated message from the Apache Git

Re: [PR] Unwrap InvocationTargetException from underlying statement execution [tomcat]

2024-08-09 Thread via GitHub
markt-asf commented on PR #744: URL: https://github.com/apache/tomcat/pull/744#issuecomment-2277929769 There will be one in the [snapshot repo](https://repository.apache.org/content/repositories/snapshots/org/apache/tomcat/tomcat/11.0.0-M25-SNAPSHOT/) in about 40 mins once the CI system fin

Re: [PR] Unwrap InvocationTargetException from underlying statement execution [tomcat]

2024-08-09 Thread via GitHub
VRBogdanov commented on PR #744: URL: https://github.com/apache/tomcat/pull/744#issuecomment-2277924088 Hello @markt-asf, is there any possible chance of having pre-release snapshot with this change to validate it or we should wait for official build ? -- This is an automated message from

Re: [PR] Unwrap InvocationTargetException from underlying statement execution [tomcat]

2024-08-09 Thread via GitHub
markt-asf merged PR #744: URL: https://github.com/apache/tomcat/pull/744 -- 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

[PR] Unwrap InvocationTargetException from underlying statement execution [tomcat]

2024-08-08 Thread via GitHub
mc1arke opened a new pull request, #744: URL: https://github.com/apache/tomcat/pull/744 When executing a wrapped statement, any resulting SQLException is wrapped in an InvocationTargetException by the reflective invocation, which is rethrown by the InvocationHandler as an UndeclaredThrow