Skip to content
This repository has been archived by the owner on Sep 27, 2023. It is now read-only.

Releases: infinispan/infinispan-spring-boot

Infinispan Spring Boot 2.2.3.Final released

24 Mar 18:35
Compare
Choose a tag to compare

This release contains the component upgrades for the latests Infinispan and Spring-Boot versions.

  • Infinispan 10.1.5.Final
  • Spring-Boot 2.2.5.RELEASE

If you are wondering about session externalisation, a new simple tutorial has been included in the source code

2.0.0.Beta1

05 Apr 15:06
Compare
Choose a tag to compare

Changelog:

  • #38 Avoid getBean methods. This allows injecting @Value fields into configuration.
  • Lots of improvements in the documentation
  • Slightly adjusted project structure

All the bits will be available in JBoss Nexus. Have fun!

2.0.0.Alpha1

31 Jul 13:19
Compare
Choose a tag to compare

This is the first release after major cleanup. It contains a lot of improvements but some of the classes were relocated into separate packages (that's why it's a new major release).

Most of the work has been accomplished by @lburgazzoli! Huge thank you!

Highlights:

  • #30 Creating caches defined by the Configuration
  • #33 Testsuite cleanup
  • #34 Created two separate started for embedded and client/server use cases
  • #35 Allow using Infinispan Spring Boot Starter along with the one provided by Spring Boot
  • #37 Moved sources into separate packages

1.0.0.Final

22 May 08:17
Compare
Choose a tag to compare

I'm happy to announce that Infinispan Spring Boot Starters 1.0.0.Final have been released.

Change-list:

  • #27 Infinispan 9.0.0.Final is used by default
  • #25 Added metadata description. Thanks a lot Luca for contributing this!
  • #26 Added more documentation

1.0.0.CR1

15 Mar 09:47
Compare
Choose a tag to compare

This is the first Release Candidate and we consider it as feature-complete.

New features:

  • #14 Instantiating Spring Cache automatically. Just make sure SpringEmbeddedCacheManager is on the classpath.
  • #8 Added basic Hot Rod properties in application.properties. This makes bootstrapping much easier and also makes property files maintenance much smoother.

Minor changes:

  • Renamed whole bunch of modules. Unfortunately IntelliJ refactoring did some mess in the project. Thanks a lot @cmoulliard for fixing it!
  • #9 Together with ISPN-7419 allows to use Hot Rod properties directly in hotrod-client.properties.

1.0.0.Beta1

15 Feb 13:18
Compare
Choose a tag to compare

Major changes

  • Fixed hotrod-client.properties path (now it uses classpath:hotrod-client.properties)
  • ISPN-7468 Added Spring Cache automatic discovery and creation
  • Fixed typo in artifact name
  • Upgraded to the latest artifact versions
  • Removed deprecated classes from tests