This repository has been archived by the owner on Sep 27, 2023. It is now read-only.
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
.