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 pull request into a Git repository by running: $ git pull https://github.com/hdevalke/commons-dbutils master Alternatively you can review and apply these changes as the patch at: https://github.com/apache/commons-dbutils/pull/3.patch To close this pull request, make a commit to your master/trunk branch with (at least) the following in the commit message: This closes #3 ---- commit 59d114082708ade64c9f05b13128d0c0eb39bc7f Author: Hannes De Valkeneer <han...@de-valkeneer.be> Date: 2017-10-05T14:05:18Z 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 ---- --- --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org For additional commands, e-mail: dev-h...@commons.apache.org