Skip to content

jdbi/jdbi3-guava-cache

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.