This is an automated email from the ASF dual-hosted git repository. ggregory pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/commons-dbutils.git
from 8ce8b38 Better names new f7ae3c7 Inline single use variable new e43ccaa Format tweak new 3cd3308 Add StatementConfiguration.StatementConfiguration(Integer, Integer, Integer, Integer, Duration) new 83dbe7e Format tweak new b8f26c4 Normalize naming new e7bf82a Use lambdas new 5d44863 Inline single use variable new 3360324 Format tweak new f828755 Simplify new cb9d633 AbstractQueryRunner.fillStatementWithBean(PreparedStatement, Object, String...) now throws IllegalStateException instead of RuntimeException. new 10fff32 Fix spelling new f3be21b Use lambdas new b3bdaf9 Normalize naming new 72dc9ab Refactor magic strings new cb23db5 Format tweak The 15 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "add" were already present in the repository and have only been added to this reference. Summary of changes: src/changes/changes.xml | 14 ++++- .../commons/dbutils/AbstractQueryRunner.java | 12 ++-- .../apache/commons/dbutils/BasicRowProcessor.java | 8 +-- .../org/apache/commons/dbutils/BeanProcessor.java | 65 +++++++++------------- .../org/apache/commons/dbutils/ColumnHandler.java | 1 + .../org/apache/commons/dbutils/OutParameter.java | 3 +- .../org/apache/commons/dbutils/QueryLoader.java | 10 ++-- .../commons/dbutils/StatementConfiguration.java | 58 +++++++++++++++++-- .../handlers/properties/DatePropertyHandler.java | 23 ++++---- .../dbutils/StatementConfigurationTest.java | 13 +++++ 10 files changed, 129 insertions(+), 78 deletions(-)