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 jdbi3-core from 3.14.4 to 3.18.1 #8

Closed

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Mar 26, 2021

Bumps jdbi3-core from 3.14.4 to 3.18.1.

Changelog

Sourced from jdbi3-core's changelog.

3.18.1

  • Comments like -- and // now recognized and discarded from SQL, thanks @​rherrmann!
  • ANTLR 4.9

3.18.0

  • Result collecting now accepts ? super T wildcard
  • Field and method Argument binding now uses the generic type, instead of the erased type

3.17.0

  • support @​BindPojo with properties that vary in generically-typed pojos
  • factor out TemplateEngine cache into SqlStatements to avoid unbounded memory usage with dynamic SQL
  • new beta interface TemplateEngine.Parsing for custom template engines that want to use built in caching

3.16.0

  • SqlObject decorators (and particularly @​Transaction) now supported on types

3.15.1

  • fix LinkageError from ConfigRegistry in multi-classloader environments

3.15.0

  • Significant performance improvements for data intensive workloads
    • new @​Beta warm() method on Handler, SqlStatement*Customizer to pre-initialize Config instances
  • bind() overloads for UUID and URI, see #1765

3.14.5

  • SqlBatch: fix inserting of constant null value, #1761
Commits
  • e4941cd [maven-release-plugin] prepare release v3.18.1
  • 51cd729 Handle open: check ConnectionFactory return for null values eagerly
  • c1c1134 Release notes #1793
  • 8ac493f Update to ANTLR 4.9
  • 9e027d7 Release notes #1796
  • 8648c1c Remove duplicated test
  • f91fdad Skip parsing parameters in single-line comments
  • 4a787bb [maven-release-plugin] prepare for next development iteration
  • 07e5f28 [maven-release-plugin] prepare release v3.18.0
  • f89b0d9 Release notes #1788
  • 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 [jdbi3-core](https://github.com/jdbi/jdbi) from 3.14.4 to 3.18.1.
- [Release notes](https://github.com/jdbi/jdbi/releases)
- [Changelog](https://github.com/jdbi/jdbi/blob/master/RELEASE_NOTES.md)
- [Commits](jdbi/jdbi@v3.14.4...v3.18.1)

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot @github
Copy link
Author

dependabot bot commented on behalf of github Mar 26, 2021

The following labels could not be found: type: dependency-upgrade, relates-to: build.

@dependabot @github
Copy link
Author

dependabot bot commented on behalf of github Apr 12, 2021

Superseded by #10.

@dependabot dependabot bot closed this Apr 12, 2021
@dependabot dependabot bot deleted the dependabot/gradle/org.jdbi-jdbi3-core-3.18.1 branch April 12, 2021 09:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
0 participants