Good question... I've gotten used to the little changes introduced in
Java 6, such as

- @Override annotation when implementing interface methods
- String.isEmpty()
- Arrays.copyOf()
- Generics in the java.lang.reflection API

I guess these things keep me from officially supporting Java 5. While
the few API changes could be omitted, I wouldn't want to remove all
the incompatible @Override annotations. Is there any way to retrofit
the binaries from Java 6 to Java 5?

Cheers
Lukas

2011/12/9 Oliver Thomsen <[email protected]>:
> Hi,
> I was asking myself, if there is any special reason that jOOQ requires
> Java 1.6+?
> There are a lot of application servers of there, that still require
> Java 1.5 (including the one we are using), but I think of lot of
> people with Java 1.5 based projects would like to use jOOQ!
> Regards, Oliver.

Reply via email to