Bug 511129

Summary: modulecore needs to move to Java 8
Product: [WebTools] WTP Common Tools Reporter: Carl Anderson <ccc>
Component: wst.commonAssignee: Carl Anderson <ccc>
Status: RESOLVED FIXED QA Contact: Carl Anderson <ccc>
Severity: normal    
Priority: P1 CC: thatnitind
Version: 3.8   
Target Milestone: 3.9   
Hardware: PC   
OS: Windows 7   
Whiteboard:
Bug Depends on:    
Bug Blocks: 511137    
Attachments:
Description Flags
Move modulecore to Java 8 none

Description Carl Anderson CLA 2017-01-26 13:48:54 EST
In the latest org.eclipse.core.runtime builds, ListenerList uses the Java 8 class java.util.stream.Stream.  Since DependencyGraphImpl extends that class, it needs access to that API, so it must move up to Java 8.
Comment 1 Carl Anderson CLA 2017-01-26 15:03:05 EST
Created attachment 266478 [details]
Move modulecore to Java 8
Comment 2 Carl Anderson CLA 2017-01-26 15:03:39 EST
Committed to master for WTP 3.9.0.  Also bumped the plugin version to
Comment 3 Carl Anderson CLA 2017-01-26 15:04:57 EST
Also bumped the plugin version to 1.3.0 (due to change in the BREE version)