From 52d855b6a65f0a25de5e065ad0f6748f800f1b93 Mon Sep 17 00:00:00 2001 From: ooizj Date: Wed, 24 Feb 2021 11:40:14 +0800 Subject: [PATCH] Update README.md --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index f843681b..7caec0f8 100644 --- a/README.md +++ b/README.md @@ -40,8 +40,16 @@ | | +======================================================================+ ---> + Apache Commons DbUtils =================== +>**note** +> +>This branch is based on "DBUTILS_1_7" to fix bugs. +>List of bugs currently fixed: +>1. in the case of multiple threads, Iterating ServiceLoader is not thread-safe. +>changed file list: BeanProcessor.java + The Apache Commons DbUtils package is a set of Java utility classes for easing JDBC development.