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 jdbi to v3.37.0 #67

Merged
merged 1 commit into from
Feb 4, 2023
Merged

Update jdbi to v3.37.0 #67

merged 1 commit into from
Feb 4, 2023

Conversation

renovate[bot]
Copy link

@renovate renovate bot commented Feb 3, 2023

Mend Renovate

This PR contains the following updates:

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

Release Notes

jdbi/jdbi

v3.37.0

  • upgrade to geantyref 1.3.14
    • removes the core dependency on the caffeine library. This now uses a simple LRU cache for sql parser and sql statements.
    • adds pluggable cache implementation using caffeine. The old caching behavior can now be restored by using the
      jdbi3-caffeine-cache dependency and adding jdbi.installPlugin(new CaffeineCachePlugin());.
    • adds pluggable no-op cache implementation for testing and debugging
    • improve PostGIS null value handling (#​2260, thanks @​tprebs)
    • use Postgres 15 (native arm64) for building on MacOS arm64

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), 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 these updates 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.

@DrewCarlson DrewCarlson merged commit f4fa1ab into main Feb 4, 2023
@DrewCarlson DrewCarlson deleted the renovate/jdbi branch February 4, 2023 16:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant