Github user hdevalke closed the pull request at:
https://github.com/apache/commons-dbutils/pull/3
---
-
To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org
For additional commands, e-mail: dev-h
Github user hdevalke commented on a diff in the pull request:
https://github.com/apache/commons-dbutils/pull/3#discussion_r143833029
--- Diff: src/main/java/org/apache/commons/dbutils/BeanProcessor.java ---
@@ -65,19 +65,21 @@
*/
private static final Map, Object
Github user hdevalke commented on a diff in the pull request:
https://github.com/apache/commons-dbutils/pull/3#discussion_r143818665
--- Diff: src/main/java/org/apache/commons/dbutils/BeanProcessor.java ---
@@ -65,19 +65,21 @@
*/
private static final Map, Object
GitHub user hdevalke opened a pull request:
https://github.com/apache/commons-dbutils/pull/3
Fixes a thread safety problem introduced by DBUTILS-124.
ColumnHandlers and PropertyHandlers are preloaded in a list as the
ServiceLoader instances are not thread safe
You can merge this