OK, that's not what we have in the POM: <configuration> <source>1.5</source> <target>1.5</target> </configuration>
I guess I'll make a patch for that. On Sun, Feb 7, 2010 at 9:53 PM, Sean <sro...@gmail.com> wrote: > Yes, runtime compatibility, not compile time. Compiler should treat > the code as 1.6 and output 1.5 bytecode. > > On Mon, Feb 8, 2010 at 2:51 AM, Benson Margulies <bimargul...@gmail.com> > wrote: >> I thought we were trying for 1.5 compat after all. If we are, someone >> (me) should fix all of these. If not, we should change the compiler >> plugin in the POM to say 1.6. >> >> Eclipse treats this as a fatal compilation error if the setting is '1.5.'. >> >