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
Update Backward-incompatible change: Global default cache frequency setting is now in milliseconds, as already the ehcache and the JCS. gk
Update - 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 Update JCS to commons-jcs3-core gk
Update - Updated JCSCacheService to jcs3, as such Java 8 is required. - Add logging configuration for EHcache and JCS gk
Fix Fix JCS cache object mapping to maxlife in seconds from expiry milliseconds. gk
Fix Fixed bug in CachedObject expires assignment, use AtomicInteger instead of synchronized stale gk
Update Tests updated to Junit 5 gk
Update - Update to use release 1.0.8 of yaafi and testcontainer - Updated EHCache painter
Update - 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
Update Refactored all implementations to be in the impl-package. tv
Update Added a EHCache based implementation of the GlobalCacheService interface. tv
Update Pulling in commons-logging-1.1.1 to avoid the 1.1 version which depends on an outdated Avalon framework sgoeschl
Update Updating the M2 build. sgoeschl
Update Improved maven-1.1 build (default goal now in project.xml) sgoeschl
Add Added M2 build but it is still a bit rough sgoeschl
Update Added new JCSCacheService. Thanks to Thomas Vandahl. Fixes TRB-17. Thanks to Thomas Vandahl. seade
Add Add new EHCacheService based on EHCache from http://ehcache.sourceforge.net/ epugh

Release 1.0.5 – 2004-11-24

Type Changes By
Remove Remove CacheServiceFacade. It was a code smell. epugh
Update Make long running tests optional. They often fail for random reasons. epugh
Update Remove extra dependencies. epugh
Add 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
Add Added CacheServiceFacade class. epugh
Add Integrated howto documentation on main page. epugh