Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump org.jdbi:jdbi from 2.63.1 to 2.78 #28

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Feb 29, 2024

Bumps org.jdbi:jdbi from 2.63.1 to 2.78.

Changelog

Sourced from org.jdbi: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

You can trigger a rebase of this PR 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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @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)

Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

Bumps [org.jdbi: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:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Feb 29, 2024
Copy link

github-actions bot commented Jun 8, 2024

This pull request has been marked as stale due to 60 days of inactivity.
It will be closed in 4 weeks if no further activity occurs. If you think
that's incorrect or this pull request should instead be reviewed, please simply
write any comment. Even if closed, you can still revive the PR at any time or
discuss it on the [email protected] list.
Thank you for your contributions.

@github-actions github-actions bot added the stale label Jun 8, 2024
Copy link

github-actions bot commented Jul 7, 2024

This pull request/issue has been closed due to lack of activity. If you think that
is incorrect, or the pull request requires review, you can revive the PR at any time.

@github-actions github-actions bot closed this Jul 7, 2024
Copy link
Author

dependabot bot commented on behalf of github Jul 7, 2024

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.

@dependabot dependabot bot deleted the dependabot/maven/org.jdbi-jdbi-2.78 branch July 7, 2024 00:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Area - Dependencies dependencies Pull requests that update a dependency file stale
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants