Bump jdbi3-jodatime2 from 3.36.0 to 3.37.0 in /pgp-keys-map-test1 by dependabot[bot] · Pull Request #1315 · s4u/pgp-keys-map (original) (raw)
Bumps jdbi3-jodatime2 from 3.36.0 to 3.37.0.
Release notes
Sourced from jdbi3-jodatime2's releases.
JDBI 3.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-cachedependency and addingjdbi.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
Changelog
Sourced from jdbi3-jodatime2's changelog.
3.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-cachedependency and addingjdbi.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
Commits
- 40f738f [maven-release-plugin] prepare release v3.37.0
- 7bc0c7c release notes update
- c12e440 Merge pull request #2267 from hgschmie/macos-arm-fix
- 7fad777 Use native pg on macos arm64
- 146de3e Merge pull request #2263 from hgschmie/map-entry-test
- 7728c32 test for Map.Entry mapper
- 37e152e Merge pull request #2261 from hgschmie/more-tests
- 4432f08 add extensioncontext tests
- 318f58f add some unit tests for sqlobject
- a62ce84 Merge pull request #2259 from hgschmie/small-changes
- Additional commits viewable in compare view
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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot ignore this major versionwill 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 versionwill 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 dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)