Skip to main content

This CGIT instance is deprecated, and repositories have been moved to Gitlab or Github. See the repository descriptions for specific locations.

aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorelsazac2023-04-06 09:15:24 +0000
committerGitHub2023-04-06 09:15:24 +0000
commitad1c6958cde09091a459a96502445534a092cdaa (patch)
tree37b3a0ba117f2de08f311bfb79e396cd37969f7d
parentda4236356d7f9add498725811a0fc59480440d7b (diff)
downloadeclipse-ad1c6958cde09091a459a96502445534a092cdaa.tar.gz
eclipse-ad1c6958cde09091a459a96502445534a092cdaa.tar.xz
eclipse-ad1c6958cde09091a459a96502445534a092cdaa.zip
Create Project Plan for 4.28 (#34)
-rw-r--r--development/plans/eclipse_project_plan_4_28.xml6
1 files changed, 3 insertions, 3 deletions
diff --git a/development/plans/eclipse_project_plan_4_28.xml b/development/plans/eclipse_project_plan_4_28.xml
index d94afcc11c5..4e1be30d3ec 100644
--- a/development/plans/eclipse_project_plan_4_28.xml
+++ b/development/plans/eclipse_project_plan_4_28.xml
@@ -140,12 +140,12 @@ Eclipse 4.28 Endgame Plan.
on the underlying operating system. The chief dependence is therefore on the
Java Platform itself. Portions are targeted to specific classes of operating
environments, requiring their source code to only reference facilities available
- in particular class libraries (e.g. Java 8, Java 11, etc).</p>
+ in particular class libraries (e.g. Java 17, Java 19, etc).</p>
<p>
- In general, the 4.28 release of the Eclipse Project is developed on Java SE 11 VMs.
+ In general, the 4.28 release of the Eclipse Project is developed on Java SE 17 VMs.
As such, the Eclipse SDK as a whole
is targeted at all modern, desktop Java VMs. Most functionality is available for
- Java SE 11 level development everywhere, and extended development capabilities are made
+ Java SE 17 level development everywhere, and extended development capabilities are made
available on the VMs that support them.</p>
<p>There are many different implementations of the Java Platform running atop
a variety of operating systems. We focus our testing on a handful of

Back to the top