https://bz.apache.org/bugzilla/show_bug.cgi?id=60645
Christopher Schultz <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- OS| |All --- Comment #1 from Christopher Schultz <[email protected]> --- The JDBC spec doesn't mandate thread-safety for the various classes, so you shouldn't expect them to be thread-safe. That said, it seems like StatementFinalizer should probably be thread-safe in case the JDBC driver itself guarantees thread safety. Or, even better, a MT-safe StatementFinalizer could be provided when it is required (which I would think would be an unusual situation). Would you care to donate your MT-safe StatementFinalizer class to the project? -- You are receiving this mail because: You are the assignee for the bug. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
