On 12/15/10 1:03 PM, [email protected] wrote:
Hi,
When I try to load the project from Eclipse, some build errors appear
because the project is set to use Java 1.5, but the code use Java 1.6 API
String.isEmpty for example.
It is OK to build using command line, but using M2Eclipse it fails to build.
Maybe I'm missing something.
By the way, isn't it better to keep Java 1.5 compatibility?
Yes, that is a little embarrassing, it should have been found
while making the 1.5.0 release. I think we should fix it now
and ensure that the java compatibility level is enforced during
our release process.
Can you open a jira for it and fix the code ?
Thanks,
Jörn