Skip to main content

Notice: this Wiki will be going read only early in 2024 and edits will no longer be possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

Difference between revisions of "PDT/Target Environment"

< PDT
Line 1: Line 1:
# Supported platform versions
+
== Supported platform versions ==
  
 
'''Since 3.7 PDT no longer keeps minimum API requirement with Eclipse 3.8.'''  
 
'''Since 3.7 PDT no longer keeps minimum API requirement with Eclipse 3.8.'''  
Line 13: Line 13:
 
* eclipse-next - Run with higher supported platform
 
* eclipse-next - Run with higher supported platform
  
# Minimum Java runtime (BREE)
+
== Minimum Java runtime (BREE) ==
  
 
PDT keeps minimum java requirement with currently supported eclipse platform. Examples:
 
PDT keeps minimum java requirement with currently supported eclipse platform. Examples:
  
Luna - Java 1.6
+
* Luna - Java 1.6
Mars - Java 1.7
+
* Mars - Java 1.7
Neon - Java 1.8
+
* Neon - Java 1.8
  
 
[[Category:PDT]]
 
[[Category:PDT]]

Revision as of 14:11, 3 October 2015

Supported platform versions

Since 3.7 PDT no longer keeps minimum API requirement with Eclipse 3.8.

Minimum platform version is set in sync with simultaneous Eclipse releases:

  • For yearly and first update (*.1) Eclipse release - with previous release (for example Eclipse Foundation release Mars or Mars.1, PDT keep API compatibility with Luna 4.4.*)
  • For next update releases (*.2, *.3) - with current main release (for example since Mars.2 PDT committers are able to use new apis from Mars.0)

Hudson jobs respect this policy:

  • pdt-master - Run with minimum supported platform
  • eclipse-next - Run with higher supported platform

Minimum Java runtime (BREE)

PDT keeps minimum java requirement with currently supported eclipse platform. Examples:

  • Luna - Java 1.6
  • Mars - Java 1.7
  • Neon - Java 1.8

Back to the top