[GitHub] commons-dbutils pull request #3: Fixes a thread safety problem introduced by...

2018-04-20 Thread hdevalke
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] commons-dbutils pull request #3: Fixes a thread safety problem introduced by...

2017-10-10 Thread hdevalke
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] commons-dbutils pull request #3: Fixes a thread safety problem introduced by...

2017-10-10 Thread hdevalke
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] commons-dbutils pull request #3: Fixes a thread safety problem introduced by...

2017-10-10 Thread hdevalke
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