|
From: Yannick M. <yan...@fa...> - 2004-11-16 10:32:10
|
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 ? |