|
From: Colin S. <col...@ex...> - 2004-11-16 14:29:52
|
Right now we've put JDK 1.5 specific code into a separate module, samples (well, really a project called tiger under there, as there's also an aspectj project), which is parallel to the main spring module. It could probably go in there. The best thing to do is to put it into JIRA so it doesn't get lost, as I can't do much with the 1.5 stuff until after about the 26th... Colin Yannick Menager wrote: >I've written an useful spring/hibernate class for usage with >java.util.concurrent from j2se 1.5 ( it's a ThreadFactory that wraps any thread >generated with TransactionSynchronizationManager so that each thread has it's >own associated session and transaction ). > >I was thinking of contributing that back into spring, but i assume spring >doesn't get compiled with a jdk1.5 :( > >Is there any plans on allowing 1.5 builds ? > > |