Steven Schlansker

Results 38 issues of Steven Schlansker

**Affects PMD Version:** 6.47.0 **Rule:** Please provide the rule name and a link to the rule documentation: [Design.ImmutableField](https://pmd.github.io/pmd/pmd_rules_java_design.html#immutablefield) **Description:** ImmutableField sees an assignment that happens in a declaration _or_ constructor,...

a:false-positive

Let's make sure Jdbi has good support for the new jdk16 record types.

feature

Followup to #1588, hide the Caffeine api out of Jdbi api

improvement
cleanup

Newer database driver versions are adding support for binding `java.time` types directly. Currently, jdbi core transforms all values through `java.sql.Timestamp` which is not the best approach if the driver can...

improvement

an attached SqlObject could have a `close` implementation that closes the attached Handle.

improvement

From the mailing list, ```java @SqlBatch("update "+TRAIN_ARTICLE_LABELS // + " set book_title=:value" + " where articleid=:key") void setBookTitleTrainingData(@BindBean Iterable

bug

We had a need to configure exactly the type of a SqlObject method parameter so that Jackson could find the correct serialization annotations. This currently seems hard to do out...

feature

It's a common pattern to iterate over a number of objects and bind each as a part of a batch. A convenience method would be nice `items.forEach(item -> batch.bindPojo(item).add());`

feature

> On Mar 14, 2016, at 12:12 PM, Joseph Wu [email protected] wrote: > > Managing maintenance is currently up to the operator (you, presumably). If you have something to contribute...