[ http://issues.apache.org/jira/browse/DIRMINA-278?page=comments#action_12440622 ] Greg Duffy commented on DIRMINA-278: ------------------------------------
Raman Gupta said this via the ML: John, take a look at: http://issues.apache.org/jira/browse/DIRMINA-277?page=all I've also provided a patch, attached to that issue, that fixes the problem (use the later one). The problem was also spotted independently by Greg Duffy. Cheers, Raman ---------------------------------------- Now, as for my two bits: I think this issue came about when I wrote the ExpiringMap implementation. Trustin had to change my code for startIfNotExpiring to fix a unit test failure, but I didn't get a failure when I ran the unit tests on my original code (before I submitted the patch). So there must be a discrepancy between b.u.c and j.u.c, or at least different behavior on 1.4 vs. 1.5. Trustin, what do you think? > Provide Java 5 Build > -------------------- > > Key: DIRMINA-278 > URL: http://issues.apache.org/jira/browse/DIRMINA-278 > Project: Directory MINA > Issue Type: Improvement > Components: Core > Affects Versions: 1.0 > Reporter: Graham Miller > > Version 1.0 introduced a dependency on backport-util-concurrent. For those > of us deploying to a Java 5 platform it is unnecessary to use that library. > Could you please provide some way to build the library with the standard > Java 5 libraries? Given that backport-util-concurrent is intended to be a > drop-in replacement for the Java 5 libraries: > "The purpose of this library is to enable gradual migration from Java 1.4 to > 5.0: the library allows to develop concurrent applications for Java 1.4 that > should work with Java 5.0 simply by changing package names." (from > http://dcl.mathcs.emory.edu/util/backport-util-concurrent/), perhaps this > shouldn't be too hard? -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira
