On 31 October 2017 at 04:21, Mark Thomas <ma...@apache.org> wrote: > > If the methods are required then that makes 2.4.3 broken in my view. In > which case we should wait for 2.4.4 before updating the version DBCP > depends on. I don't think we should adapt the test. The test is telling > us something is broken. We should fix the root cause not change the test. >
Regarding this, if the method names were expected in the output, then a unit test should have existed to verify that. The existing test was only checking for class names, so I'm assuming that's why I made the change a while back to optimize it for that use case. I think I asked on the mailing lists first, but that was a while ago. > - fix pool > - release pool 2.4.4 > - update DBCP to pool 2.4.4 > - release DBCP > Sounds good to me. This can be done by just removing the SecurityManager version since a StackWalker version of CallStack could be implemented for Java 9, so it would be pointless to fully revert the change. -- Matt Sicker <boa...@gmail.com>