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.39.1 (release/4.2.x) #3419

Merged
merged 1 commit into from Jun 18, 2023

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jun 18, 2023

Mend Renovate

This PR contains the following updates:

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

Release Notes

jdbi/jdbi

v3.39.1

Compare Source

3.39.x is the last release of Jdbi to support Java 8. Java 8 is
obsolete for a long time and the burden of supporting it in Jdbi has
grown as parts of our tool chain and libraries no longer support
it. We intend to do occasional bug patches for significant bugs or
security issues but there will be no further active development
work.

  • add Extensions#failFast() to enable extension objects with misconfigured methods to fail at first access. Default is to fail when a misconfigured method is accessed for the first time.

  • add new @RegisterCollector customizing annotation (#​2377)

  • correctly return null for OutParameters when the called procedure returns NULL.

  • promoted from @Beta to stable (no functional changes, some minor doc reformatting and additions)

    • JdbiProperty, DatabaseValue, PropagateNull, GenerateSqlObject annotations
    • NamedArgumentFinder, SetObjectArgumentFactory, GetObjectColumnMapperFactory, GenericMapMapperFactory, RowViewMapper
    • MapMappers configuration object
    • ConfigCache functionality
    • SqlStatementCustomizer#warm() and SqlStatementParameterCustomizer#warm()
    • template engines
    • moshi json support
  • promoted from @Alpha to @Beta (no functional changes, doc cleanups)

    • Codec functionality
    • BaseStatement#attachToHandleForCleanup()
    • PostGIS support

v3.39.0

Compare Source

  • don't use. Functional equivalent to 3.39.1 but missing some tests and the Alpha/Beta promotions. Prefer 3.39.1

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 June 18, 2023 00:41
@renovate renovate bot added the dependencies Pull requests that update a dependency file label Jun 18, 2023
@sonarcloud
Copy link

sonarcloud bot commented Jun 18, 2023

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.20 milestone Jun 18, 2023
@joschi joschi merged commit be1ed1b into release/4.2.x Jun 18, 2023
5 checks passed
@joschi joschi deleted the renovate/release/4.2.x-jdbi3.version branch June 18, 2023 11:41
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