Fulcrum Cache
Release History
Version | Date | Description |
---|---|---|
2.0.1 | in subversion | |
2.0.0 | 2021-06-08 | |
1.1.0 | 2010-03-31 | |
1.0.5 | 2004-11-24 | |
1.0-alpha-3 |
Release 2.0.1 – in subversion
No changes in this release.
Release 2.0.0 – 2021-06-08
Type | Changes | By |
---|---|---|
![]() |
Backward-incompatible change: Global default cache frequency setting is now in milliseconds, as already the ehcache and the JCS. | gk |
![]() |
- Test: Use tags to skip long running tests, minor fixes in log4j2 configuration and test assertion. - Update tests to JUnit 5 and dependencies to Fulcrum Testcontainer 1.0.9 and Turbine Parent 8 - Updated EHCache to v2.10.9.2. | gk |
![]() |
Update JCS to commons-jcs3-core | gk |
![]() |
- Updated JCSCacheService to jcs3, as such Java 8 is required. - Add logging configuration for EHcache and JCS | gk |
![]() |
Fix JCS cache object mapping to maxlife in seconds from expiry milliseconds. | gk |
![]() |
Fixed bug in CachedObject expires assignment, use AtomicInteger instead of synchronized stale | gk |
![]() |
Tests updated to Junit 5 | gk |
![]() |
- Update to use release 1.0.8 of yaafi and testcontainer - Updated EHCache | painter |
![]() |
- Generify - Update ehcache dependency to 2.9.0 - Update to commons-jcs-2.0-beta1 - Replace viewcvs with viewvc. Fixes TRB-95 | tv |
Release 1.1.0 – 2010-03-31
Type | Changes | By |
---|---|---|
![]() |
Refactored all implementations to be in the impl-package. | tv |
![]() |
Added a EHCache based implementation of the GlobalCacheService interface. | tv |
![]() |
Pulling in commons-logging-1.1.1 to avoid the 1.1 version which depends on an outdated Avalon framework | sgoeschl |
![]() |
Updating the M2 build. | sgoeschl |
![]() |
Improved maven-1.1 build (default goal now in project.xml) | sgoeschl |
![]() |
Added M2 build but it is still a bit rough | sgoeschl |
![]() |
Added new JCSCacheService. Thanks to Thomas Vandahl. Fixes TRB-17. Thanks to Thomas Vandahl. | seade |
![]() |
Add new EHCacheService based on EHCache from http://ehcache.sourceforge.net/ | epugh |
Release 1.0.5 – 2004-11-24
Type | Changes | By |
---|---|---|
![]() |
Remove CacheServiceFacade. It was a code smell. | epugh |
![]() |
Make long running tests optional. They often fail for random reasons. | epugh |
![]() |
Remove extra dependencies. | epugh |
![]() |
Added patch from Peter Courcoux adding new methods, getKeys() and getCachedObjects() together with associated unit tests. | epugh |
Release 1.0-alpha-3 –
Type | Changes | By |
---|---|---|
![]() |
Added CacheServiceFacade class. | epugh |
![]() |
Integrated howto documentation on main page. | epugh |