Skip to content

v1.0.0

Compare
Choose a tag to compare
@jmezna jmezna released this 29 Jan 13:24
· 9 commits to master since this release

We are releasing the first version of KumuluzEE JCache. It allows usage of JCache annotations and JCache programmatic API in your KumuluzEE applications. Currently used JCache implementation is Caffeine.

To start using the extension, simply add the following dependency to your application:

<dependency>
    <groupId>com.kumuluz.ee.jcache</groupId>
    <artifactId>kumuluzee-jcache-caffeine</artifactId>
    <version>1.0.0</version>
</dependency>

A sample showcasing the provided features is available on GitHub.

We are excited to bring this extension into your hands!