[Bug 60645] StatementFinalizer is not thread-safe

2017-01-27 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=60645 Christopher Schultz changed: What|Removed |Added Keywords|

[Bug 60645] StatementFinalizer is not thread-safe

2017-01-27 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=60645 --- Comment #4 from ba...@semedy.com --- (In reply to Christopher Schultz from comment #3) > Could this class have been written as a subclass of StatementFinalizer that > simply overrides all the methods with synchronized versions and delegates

[Bug 60645] StatementFinalizer is not thread-safe

2017-01-27 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=60645 --- Comment #3 from Christopher Schultz --- Could this class have been written as a subclass of StatementFinalizer that simply overrides all the methods with synchronized versions and delegates to the superclass?

[Bug 60645] StatementFinalizer is not thread-safe

2017-01-27 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=60645 Christopher Schultz changed: What|Removed |Added Attachment #34679|text/x-java-source

[Bug 60645] StatementFinalizer is not thread-safe

2017-01-26 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=60645 --- Comment #2 from ba...@semedy.com --- Created attachment 34679 --> https://bz.apache.org/bugzilla/attachment.cgi?id=34679=edit A thread-safe variant of the original StatementFinalizer This is a slightly modified version of the original

[Bug 60645] StatementFinalizer is not thread-safe

2017-01-25 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=60645 Christopher Schultz changed: What|Removed |Added OS|