PDA

View Full Version : Springmodules Cache: Element uses Closeable



mvermaak
Oct 11th, 2006, 03:29 AM
Hi,

I'm not sure which jdk version the spring modules
are targeting but seeing that spring
tragets jdk 1.3, 1.4 and 1.5 it might be worth
mentioning that org.springmodules.cache.impl.Element
refers to the java.io.Closeable interface which ties
it to jdk 1.5. Removing this allows the cache module
to be used at least with jdk 1.4.

Martin

Costin Leau
Oct 11th, 2006, 03:31 AM
Can you please raise an issue on JIRA?
The cache module contains some tiger specific sources - if Element is not included there, then this should be fixed.
Thanks.

mvermaak
Oct 11th, 2006, 04:21 AM
Hi Costin,

I had a look in CVS and it doesn't seem to be part of the tiger sources.
I'll raise an issue on JIRA.

Martin