spring-framework/spring-aspects
Stephane Nicoll 2a2a8d3f93 Allow null values to be cached with `@CacheResult`
Even though the JSR-107 spec forbids to store null values, our cache
abstraction allows that behaviour with a special handled (and this is
the default behaviour).

While this was working fine with our own set of annotations, the
JSR-107 interceptor counterpart was interpreting the spec sensu strictu.

We now allow for that special case as well.

Issue: SPR-13641
2015-11-09 13:04:40 +01:00
..
src Allow null values to be cached with `@CacheResult` 2015-11-09 13:04:40 +01:00
aspects.gradle Assemble iajc Ant task classpath w/ folders that exist 2015-03-07 18:43:14 +01:00