Skip to content

Bump jdbi from 2.63.1 to 2.78#4

Open
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/maven/org.jdbi-jdbi-2.78
Open

Bump jdbi from 2.63.1 to 2.78#4
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/maven/org.jdbi-jdbi-2.78

Conversation

@dependabot
Copy link
Copy Markdown

@dependabot dependabot Bot commented on behalf of github Jul 30, 2021

Bumps jdbi from 2.63.1 to 2.78.

Changelog

Sourced from jdbi's changelog.

2.78

  • @​BindIn: fix handling of empty lists on Postgres
  • clear SqlObject ThreadLocals on close, fixes leak on e.g. webapp reload
  • expose Script.getStatements()

2.77

  • Improved BindIn functionality: can now process Iterables and arrays/varargs of any type, and has configurable handling for a null/empty argument. Check the source code comments or your IDE hints for details.

2.76

  • SPRING BREAKING CHANGE: move from Spring 2 to Spring 3, how timely of us
  • SQL lookups in the context of a SqlObject method now also find according to the same rules as annotation
  • DefaultMapper now has option to disable case folding
  • Fix AbstractMethodError swallowing in SqlObject methods

2.75

2.74

2.73

  • Allow clearing of bindings in SQLStatement
  • (finally!) parse Postgres CAST syntax 'value::type' properly in colon prefix statements
  • fix @​SqlBatch hanging if you forget to include an Iterable-like param
  • fix @​SqlUpdate @​GetGeneratedKeys to allow non-number return types
  • Expose Foreman on StatementContext

2.72

  • Support for the ability to provide a list of the column names returned in a prepared batch #254

2.71

2.70

*** MAJOR CHANGES ***

  • allow JDK8 default methods in SQLObject interfaces. Backport of #190.
  • switch to standard Maven toolchains.xml for cross-compilation, #169. See https://maven.apache.org/guides/mini/guide-using-toolchains.html for instructions on how to use it.
  • Correctly handle semicolons and inline comments in SQL statements. Existing SQL statements may break due to lexer changes, ensure you have

... (truncated)

Commits
  • 35a7def [maven-release-plugin] prepare release jdbi-2.78
  • af01fff BindInNullPostgresTest: don't depend on method ordering, fix NPE if assumptio...
  • 0827868 Merge pull request #687 from mdewilde/master
  • 5ee4b3f Javadoc cleanup
  • fb79b54 Merge pull request #577 from stevenschlansker/script-getstatements
  • b233232 Expose Script.getStatements()
  • 3fe1480 Release notes for #558
  • 4244b0f Merge pull request #558 from schalkwijk/fix-empty-list-support-for-postgres
  • fa0c371 Fix how the @​BindIn annotation deals with EmptyHandling.NULL when backed by a...
  • 0e47099 BasicHandle: on close, clear ThreadLocal
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [jdbi](https://github.com/jdbi/jdbi) from 2.63.1 to 2.78.
- [Release notes](https://github.com/jdbi/jdbi/releases)
- [Changelog](https://github.com/jdbi/jdbi/blob/master/RELEASE_NOTES.md)
- [Commits](jdbi/jdbi@jdbi-2.63.1...jdbi-2.78)

---
updated-dependencies:
- dependency-name: org.jdbi:jdbi
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added the dependencies Pull requests that update a dependency file label Jul 30, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants