Skip to content

Releases: Kims-DeveloperGroup/hibernate-arcus

1.2.1-SNAPSHOT

13 Mar 11:52
c488813
Compare
Choose a tag to compare
1.2.1-SNAPSHOT Pre-release
Pre-release

Changes:

  1. Configurable TTL of domain data entity caching is supported.

Releated:
Issue #11
PR: #12

Snapshot repository: https://oss.sonatype.org/content/repositories/snapshots/

<dependency>
  <groupId>com.github.kims-developergroup</groupId>
  <artifactId>hibernate-arcus</artifactId>
  <version>1.2.1-SNAPSHOT</version>
</dependency>

1.2.0-RELEASE

10 Mar 15:31
a458dda
Compare
Choose a tag to compare

Maven Available

Changes:

  • DomainDataEvictionRegionGroup is introduced, which is motivated issue #7
<dependency>
  <groupId>com.github.kims-developergroup</groupId>
  <artifactId>hibernate-arcus</artifactId>
  <version>1.2.0-RELEASE</version>
</dependency>

1.1.0-RELEASE

13 Feb 05:46
30ca719
Compare
Choose a tag to compare

Changes:

  1. fallback mode supported
  2. arcusCluster healthCheck supported

For more detail: #6

Available in Maven

<dependency>
  <groupId>com.github.kims-developergroup</groupId>
  <artifactId>hibernate-arcus</artifactId>
  <version>1.1.0-RELEASE</version>
</dependency>

1.0.0-RELEASE

11 Feb 08:04
Compare
Choose a tag to compare

First official release to MavenCentral

Available in Maven

<dependency>
  <groupId>com.github.kims-developergroup</groupId>
  <artifactId>hibernate-arcus</artifactId>
  <version>1.0.0-RELEASE</version>
</dependency>