Community
Participate
Working Groups
Build Identifier: 3.7 We were planning to write junit test for the help services returning XML using XML Schema. XML Schema requires javax.xml.validation package, which is available since JRE 1.5. These junit tests will be added to org.eclipse.ua.tests component, so for XML Schema to work we need to use Compiler compliance level 1.5. Reproducible: Always
Copying John Arthorne - am I correct in thinking that there is no approval ( PMC or otherwise ) needed to upgrade org.eclipse.ua.tests to use the Java 5 execution environment?
(In reply to comment #1) > Copying John Arthorne - am I correct in thinking that there is no approval ( > PMC or otherwise ) needed to upgrade org.eclipse.ua.tests to use the Java 5 > execution environment? Correct. We have only been running automated tests on Java 5 and above for some time now.
Created attachment 186236 [details] Patch to change execution environment to J2SE 1.5
I have committed "Patch to change execution environment to J2SE 1.5". There are a large number of new warnings which I will look into cleaning up before closing out the bug.
I've reduced the number of warnings by applying quick fixes to infer generic arguments. Resolving ads Fixed.