This repository has been archived by the owner on Sep 27, 2023. It is now read-only.
Releases: infinispan/infinispan-spring-boot
Releases · infinispan/infinispan-spring-boot
Infinispan Spring Boot 2.2.3.Final released
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
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
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:
1.0.0.Final
1.0.0.CR1
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
Major changes
- Fixed
hotrod-client.properties
path (now it usesclasspath: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