Bug 511129 - modulecore needs to move to Java 8
Summary: modulecore needs to move to Java 8
Status: RESOLVED FIXED
Alias: None
Product: WTP Common Tools
Classification: WebTools
Component: wst.common (show other bugs)
Version: 3.8   Edit
Hardware: PC Windows 7
: P1 normal (vote)
Target Milestone: 3.9   Edit
Assignee: Carl Anderson CLA
QA Contact: Carl Anderson CLA
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: 511137
  Show dependency tree
 
Reported: 2017-01-26 13:48 EST by Carl Anderson CLA
Modified: 2017-03-21 12:20 EDT (History)
1 user (show)

See Also:


Attachments
Move modulecore to Java 8 (2.44 KB, patch)
2017-01-26 15:03 EST, Carl Anderson CLA
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
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)