Community
Participate
Working Groups
+++ This bug was initially created as a clone of Bug #369959 +++ Currently, the highest java facet version it supports is Java 6. (JavaFacet.JAVA_60) There is a JavaFacet.VERSION_1_7 that should be added. Open bug for WTP 3.3 maintenance branch.
Explain why you believe this is a stop-ship defect. Or, if it is a "hotbug" (requested by an adopter) please document it as such. This is required for Java 7 support. Is there a work-around? If so, why do you believe the work-around is insufficient? No workaround How has the fix been tested? Is there a test case attached to the bugzilla record? Has a JUnit Test been added? This has been manually tested for the same fix against 3.2.5. Give a brief technical overview. Who has reviewed this fix? It's a simple fix, adding an extra condition to consider Java 7 (see patch) else if (jdkComplianceLevel.equals("1.7")) { javaFacetVersion = JavaFacet.VERSION_1_7; } What is the risk associated with this fix? Low risk.
Created attachment 210393 [details] Apply to org.eclipse.jst.ws.consumption Same patch as for 369959. Version update to plugin not required.
Seeking PMC approval for this fix for WTP 3.3.2.
Thanks Neil.
This was approved yesterday..
Resolving.