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-bom from 3.9.1 to 3.10.0 #146

Merged
merged 1 commit into from
Sep 4, 2019

Conversation

dependabot-preview[bot]
Copy link
Contributor

Bumps jdbi3-bom from 3.9.1 to 3.10.0.

Changelog

Sourced from jdbi3-bom's changelog.

3.10.0

  • New Features
    • Handle.getJdbi gets owning Jdbi instance
    • SqlStatement (like Query) has new bindArray helper methods
    • sqlobject's EmptyHandling enum backported to core for invocations of SqlStatement.bindList
    • OutParameters lets you getRowSet to view cursor-typed out parameters
    • Call.invoke lets you process OutParameters before closing the statement with a Consumer or Function
    • @​SqlCall lets you process OutParameters before closing the statement by passing a Consumer or Function
    • installPlugin skips duplicate JdbiPlugins (according to Object.equals)
    • KotlinSqlObjectPlugin will install forgotten SqlObjectPlugin for you
    • ClasspathSqlLocator allows disabling comment stripping and deprecate static API
    • KotlinMapper respects @PropagateNull
    • Freemarker allows customizing Configuration
    • FreemarkerSqlLocator should now be created via FreemarkerConfig so it shares config
  • New Beta Features
    • added register methods for qualified factories on Configurable,
      ColumnMappers, and ArgumentFactories
  • Bug Fixes
    • onDemand invocations @​CreateSqlObject create new on-demand SqlObjects
    • onDemand SqlObject.withHandle / Transactional.inTransaction are now safe to call even outside an on-demand context
    • SqlParsers no longer retain all statements and instead use a caffeine cache
  • Compatibility
    • added a module that runs the Spring 4 integration tests against Spring 5 to monitor forward compatibility
    • OutParameters no longer has a public constructor (this type should never really have been constructed anyway)
Commits
  • e7384bc [maven-release-plugin] prepare release v3.10.0
  • 26838b1 Sortpom strikes again...
  • dab085e fix sortpom'ed comment
  • 97d8768 Freemarker: allow customizing configuration
  • 4f29b91 KotlinMapper: handle @​PropagateNull
  • 5415b12 SqlCall: OutParameters processing in Consumer or Function callback
  • 0dabe5c spring5: no main jar => no deploy
  • bddaf1e Add test case binding Kotlin List<Enum>
  • d94392c ClasspathSqlLocator: allow configuring comment parsing and deprecate static api
  • 7a44ae4 Merge branch 'master' into statement-cache
  • 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)
  • @dependabot use these labels will set the current labels as the default for future PRs for this repo and language
  • @dependabot use these reviewers will set the current reviewers as the default for future PRs for this repo and language
  • @dependabot use these assignees will set the current assignees as the default for future PRs for this repo and language
  • @dependabot use this milestone will set the current milestone as the default for future PRs for this repo and language
  • @dependabot badge me will comment on this PR with code to add a "Dependabot enabled" badge to your readme

Additionally, you can set the following in your Dependabot dashboard:

  • Update frequency (including time of day and day of week)
  • Automerge options (never/patch/minor, and dev/runtime dependencies)
  • Pull request limits (per update run and/or open at any time)
  • Out-of-range updates (receive only lockfile updates, if desired)
  • Security updates (receive only security updates, if desired)

Finally, you can contact us by mentioning @dependabot.

Bumps [jdbi3-bom](https://github.com/jdbi/jdbi) from 3.9.1 to 3.10.0.
- [Release notes](https://github.com/jdbi/jdbi/releases)
- [Changelog](https://github.com/jdbi/jdbi/blob/master/RELEASE_NOTES.md)
- [Commits](jdbi/jdbi@v3.9.1...v3.10.0)

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

Coverage Status

Coverage remained the same at 91.44% when pulling 199cbcb on dependabot/maven/org.jdbi-jdbi3-bom-3.10.0 into 779e389 on develop.

Copy link
Contributor

@sjoerdtalsma sjoerdtalsma left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

All checks pass, dependency bump looks ok

@sjoerdtalsma sjoerdtalsma merged commit 14c614e into develop Sep 4, 2019
@sjoerdtalsma sjoerdtalsma deleted the dependabot/maven/org.jdbi-jdbi3-bom-3.10.0 branch September 4, 2019 09:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants