Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.

Bug 490900

Summary: Use Java 8 for org.eclipse.rap.jface.databinding
Product: [RT] RAP Reporter: Ivan Furnadjiev <ivan>
Component: JFaceAssignee: Project Inbox <rap-inbox>
Status: RESOLVED FIXED QA Contact:
Severity: normal    
Priority: P3    
Version: 3.1   
Target Milestone: 3.1 M7   
Hardware: All   
OS: Windows 7   
Whiteboard:

Description Ivan Furnadjiev CLA 2016-04-01 08:55:33 EDT
In Neon platform, bundles
- org.eclipse.core.databinding
- org.eclipse.core.databinding.property
- org.eclipse.core.databinding.observable
require Java 8. To avoid compilation error we have to rise the execution environment of org.eclipse.rap.jface.databinding to Java 8 too.
Comment 1 Ivan Furnadjiev CLA 2016-04-01 08:56:04 EDT
Fixed in master with change https://git.eclipse.org/r/#/c/69110/