ehcache / ehcache-jcache

The Ehcache 2.x implementation of JSR107 (JCACHE)
Other
91 stars 48 forks source link

Update ehcache-jcache to use the 0.5 api #6

Closed ryangardner closed 10 years ago

ryangardner commented 12 years ago

in the branch 0.5-api-changes there is a version that currently compiles against the 0.5 spec but doesn't pass the TCK tests yet.

(most notably because the CacheEntryProcessor isn't implemented yet - it's just a stubbed method throwing an exception right now)

The CacheEntryProcessor might not be that hard to implement (I haven't spent any time trying to do it yet)

ryangardner commented 12 years ago

Perhaps the version of the wrapper that matches the 0.5 spec should be released as 1.5-beta-1? (keep the minor versions in sync as the api changes?)

ryangardner commented 12 years ago

the code in the 0.5-api-changes branch now passes the 0.5 TCK tests.