Skip to content

jdbi/jdbi3-guava-cache

Folders and files

NameName
Last commit message
Last commit date
Feb 18, 2024
Jan 3, 2024
Aug 15, 2023
Jan 22, 2023
Jan 22, 2023
Jan 22, 2023
Jan 22, 2023
Feb 18, 2024
Feb 5, 2023
Feb 3, 2024
Apr 26, 2023
Apr 26, 2023
Feb 18, 2024

Repository files navigation

CI Build with tests CD from main branch pushes

Jdbi 3 Cache implementation using the Guava cache

This is an implementation of the Jdbi Cache API using the Google Guava Cache API.

It is experimental and outside the main Jdbi repository because the Guava Cache has a number of known problems and The guava team does not recommend using it for new implementations.

If you are using Guava caches in your project and want to avoid the caffeine dependency, give this project a try. Otherwise use the built-in LRU cache or use the caffeine cache plugin.

This package is set apart from the main JDBI because it is experimental and unsupported.

Releasing

This package is intended to be released whenever a main JDBI release is done.

  • Submit a PR that changes the parent version and the dep.jdbi3.version property to the just released main version
  • Once the PR passes all tests, merge it
  • Run the release steps as described in the JDBI release document.