On Sep 23, 2006, at 10:12 AM, Frédéric Brégier wrote:
For the backport jar, can we imagine a way to extract
this dependency since if I recall well from the mailing
list, it was introduced also to allow to use native
or specific implementation of the Thread Pool.
And keeping the dependency even if we don't use it,
it is quite strange, isn't it ?

yes, quite strange.. but what it is used for is the backported Executor interface, which is necessary for 1.4 compatibility.

For the moment I try to make my own executor package
using the same name than backport in order to not
have bad dependency without this jar, but it is not really pretty... :-(
Any idea ?

Just modify the imports in mina's core module to strip the backport prefix, and you can compile a java5 specific version.

Mina 1.1 will fully utilize java5's concurrency bits. We hope to release 1.0 soon, and then get started on that real soon!

-pete


--
[EMAIL PROTECTED] - http://fotap.org/~osi



Attachment: smime.p7s
Description: S/MIME cryptographic signature

Reply via email to