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

Update dependency org.jdbi:jdbi3-core to v3.35.0 (release/4.2.x) #3010

Merged
merged 1 commit into from Dec 5, 2022

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Dec 5, 2022

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
org.jdbi:jdbi3-core (source) 3.34.0 -> 3.35.0 age adoption passing confidence

Release Notes

jdbi/jdbi

v3.35.0

  • Fix JdbiFlywayMigration to work with Flyway 9 (#​2179, thanks @​broccolai)
    • ResultIterable.useIterator and ResultIterable.withIterator new helper methods to close iterator resources
    • add handle and resource leak checking to all unit tests, fix unit tests to not leak any resources
    • add resource leak checking support to the JdbiExtension JUnit5 testing framework
    • support lifecycle listeners for Handle and StatementContext
    • fixes and updates to the build system, additional docs for contributing, IDE code style support for IntelliJ and Eclipse
    • doc updates for Kotlin code
    • add Kotlin mapTo(KClass<*>) extension function to ResultBearing
    • SqlObject Consumer now accepts Consumer<Stream> and Consumer<Iterator> forms
    • deprecate misnamed setTransactionIsolation method, add setTransactionIsolationLevel to the handle
    • deprecate misnamed release method, add releaseSavepoint to the handle
    • add missing isInTransaction method to Transactional, bringing it to par to the handle set of methods
    • add H2 option string, user and password methods to JdbiH2Extension
    • ReflectionMappers: add accessibleObjectStrategy to allow skipping setAccessible calls for FieldMapper in particular
    • minimal support for testing with other databases in JdbiGenericExtension
    • Dependabot warnings for Postgres and H2, upgrade to 42.5.1 and 2.1.214 respectively.

Configuration

📅 Schedule: Branch creation - "before 2am" (UTC), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Mend Renovate. View repository job log here.

@renovate renovate bot requested review from a team as code owners December 5, 2022 07:57
@renovate renovate bot added the dependencies Pull requests that update a dependency file label Dec 5, 2022
@gitpod-io
Copy link

gitpod-io bot commented Dec 5, 2022

@sonarcloud
Copy link

sonarcloud bot commented Dec 5, 2022

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
0.0% 0.0% Duplication

@joschi joschi added this to the 4.2.14 milestone Dec 5, 2022
@joschi joschi merged commit 5512823 into release/4.2.x Dec 5, 2022
@joschi joschi deleted the renovate/release/4.2.x-jdbi3.version branch December 5, 2022 08:43
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.

None yet

1 participant