[jbosstools-dev] Java 5 vs Java 6 compatibility issues in org.jboss.ide.eclipse.as.ui, org.jboss.tools.seam.ui and org.jboss.tools.maven.ui
Alexey Kazakov
akazakov at exadel.com
Wed Jul 25 18:05:01 EDT 2012
We fixed Seam component.
On 07/25/2012 06:44 AM, Peter Palaga wrote:
> Ladies and Gentlemen,
>
> as discussed with Max and Fred on IRC, there are projects using Java 6
> API but still having
>
> Bundle-RequiredExecutionEnvironment: J2SE-1.5
>
> in their MANIFEST.MF's. The projects in question are the following:
> * org.jboss.ide.eclipse.as.ui using java.util.Deque
> * org.jboss.tools.seam.ui using java.lang.String.isEmpty()
> * org.jboss.tools.maven.ui using java.lang.String.isEmpty()
>
> org.jboss.tools.seam.ui and org.jboss.tools.maven.ui can be fixed either
> though
> (a) replacing isEmpty() with lenght() == 0 or through
> (b) changing the execution environment to JavaSE-1.6
>
> org.jboss.ide.eclipse.as.ui can be quickly be fixed only using (b).
>
> Best,
>
> Peter
>
> _______________________________________________
> jbosstools-dev mailing list
> jbosstools-dev at lists.jboss.org
> https://lists.jboss.org/mailman/listinfo/jbosstools-dev
More information about the jbosstools-dev
mailing list