> > [...]
> >>> Well, you probably don't want to switch to Java 7 now, [...]
> >>
> >> Oh, yes, please! 8-P
> >
> > I would be in favor of this too, but we could also target it for the 4.0
> > release together with the parallelization stuff.
> >
> > Thomas
> >
> I would also be in favor of Java 7, but I understand that the switch
> might be difficult in some professional environments. The good news is
> that you actually do not need Java 7 to run the F/J framework. Package
> jsr166y.jar does the trick [1]. There is even a maven repos
>     <dependency>
>       <groupId>org.codehaus.jsr166-mirror</groupId>
>       <artifactId>jsr166y</artifactId>
>       <version>1.7.0</version>
>     </dependency>
> 
> Best regards,
> Sébastien
> 
> [1] http://g.oswego.edu/dl/concurrency-interest/
> 

This page indicates that Java6 is required.

But even if Java5 was fine, that JAR would be a dependency...


Regards,
Gilles

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org
For additional commands, e-mail: dev-h...@commons.apache.org

Reply via email to