Release History

VersionDateDescription
1.0-RC3 2005-04-08
1.0-RC2 2005-03-12
1.0-RC1 2005-02-12
0.4 2005-01-15
0.3 2004-12-11
0.2 2004-11-10

Get the RSS feed of the last changes

Release 1.0-RC3 - 2005-04-08

TypeChangesBy
fix Fixed bug 1179063. Thanks to Xavier Dury. alruiz15
add Updated documentation. alruiz15

Release 1.0-RC2 - 2005-03-12

TypeChangesBy
add LRU Cache is synchronized and supports entry timeouts. alruiz15
fix Fixed bug that prevented a cache provider facade to have more than one cache profile. Thanks to Hong Zhou Zhan. alruiz15
add Implemented a specific CachingAttributeSourceEditor that allows to specify a CachingAttributeSource directly as a string in the Spring configuration file. Thanks to Xavier Dury. alruiz15
update Upgraded Wanghy-Regex to version 0.2. alruiz15

Release 1.0-RC1 - 2005-02-12

TypeChangesBy
add Caching services can be can be defined completely in the Spring configuration file. alruiz15
add Added flag 'failQuietlyEnabled'. If this flag is true, Wanghy-Cache  will not throw any exception when an error occurrs while accessing the cache. Thanks to Davide Savazzi. alruiz15
add Added Ant build file as an alternative to Maven. paticubita

Release 0.4 - 2005-01-15

TypeChangesBy
add Added option to set the cache profiles of a cache provider facade from java.util.Properties making the Spring configuration file less verbose. alruiz15
add Added validation of the cache manager of a cache provider. alruiz15
add Added validation of the properties of the cache profiles of a cache provider. alruiz15
update Use of EasyMock to test abstract classes. alruiz15

Release 0.3 - 2004-12-11

TypeChangesBy
update Moved the caching configuration from the metadata annotations to the Spring configuration file. alruiz15
add Added a metadata annotations for caching and cache-flushing that works with any cache provider. alruiz15
fix Fixed a NPE in the method getMethodArgumentHashCode of HashCodeKeyGenerator. Thanks to Julien Herfurth. alruiz15
remove Removed Mock Objects. Now we use EasyMock. alruiz15
update Updated documentation. alruiz15

Release 0.2 - 2004-11-10

TypeChangesBy
add Added support for cache flushing. Thanks to Ernesto Gonzalez . alruiz15
add Added a new key generator that uses hash codes instead of Strings. Thanks to Ernesto Gonzalez . alruiz15
remove Removed the key generator that concatenates in a String the values of the arguments of the adviced method. alruiz15
add Added support for groups when using OSCache as the cache provider. alruiz15
add Added new cache providers: EHCACHE and a simple LRU Cache. alruiz15
add Added factories for cache managers for each cache provider. alruiz15
add Added mock objects to replace jMock. alruiz15
remove Removed dependency on jMock. alruiz15
update Unit Tests now cover 100% of the code. alruiz15
remove Removed "autowire" from the Spring context file in the project documentation. Autowire makes the example more difficult to understand. alruiz15