Version | Date | Description |
---|---|---|
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 |
Type | Changes | By |
---|---|---|
Fixed bug 1179063. Thanks to Xavier Dury. | alruiz15 | |
Updated documentation. | alruiz15 |
Type | Changes | By |
---|---|---|
LRU Cache is synchronized and supports entry timeouts. | alruiz15 | |
Fixed bug that prevented a cache provider facade to have more than one cache profile. Thanks to Hong Zhou Zhan. | alruiz15 | |
Implemented a specific CachingAttributeSourceEditor that allows to specify a CachingAttributeSource directly as a string in the Spring configuration file. Thanks to Xavier Dury. | alruiz15 | |
Upgraded Wanghy-Regex to version 0.2. | alruiz15 |
Type | Changes | By |
---|---|---|
Caching services can be can be defined completely in the Spring configuration file. | alruiz15 | |
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 | |
Added Ant build file as an alternative to Maven. | paticubita |
Type | Changes | By |
---|---|---|
Added option to set the cache profiles of a cache provider facade from java.util.Properties making the Spring configuration file less verbose. | alruiz15 | |
Added validation of the cache manager of a cache provider. | alruiz15 | |
Added validation of the properties of the cache profiles of a cache provider. | alruiz15 | |
Use of EasyMock to test abstract classes. | alruiz15 |
Type | Changes | By |
---|---|---|
Moved the caching configuration from the metadata annotations to the Spring configuration file. | alruiz15 | |
Added a metadata annotations for caching and cache-flushing that works with any cache provider. | alruiz15 | |
Fixed a NPE in the method getMethodArgumentHashCode of HashCodeKeyGenerator. Thanks to Julien Herfurth. | alruiz15 | |
Removed Mock Objects. Now we use EasyMock. | alruiz15 | |
Updated documentation. | alruiz15 |
Type | Changes | By |
---|---|---|
Added support for cache flushing. Thanks to Ernesto Gonzalez . | alruiz15 | |
Added a new key generator that uses hash codes instead of Strings. Thanks to Ernesto Gonzalez . | alruiz15 | |
Removed the key generator that concatenates in a String the values of the arguments of the adviced method. | alruiz15 | |
Added support for groups when using OSCache as the cache provider. | alruiz15 | |
Added new cache providers: EHCACHE and a simple LRU Cache. | alruiz15 | |
Added factories for cache managers for each cache provider. | alruiz15 | |
Added mock objects to replace jMock. | alruiz15 | |
Removed dependency on jMock. | alruiz15 | |
Unit Tests now cover 100% of the code. | alruiz15 | |
Removed "autowire" from the Spring context file in the project documentation. Autowire makes the example more difficult to understand. | alruiz15 |