Skip to content

Add Java 28 Constants - #989

Merged
SougandhS merged 2 commits into
eclipse-jdt:masterfrom
SougandhS:Add28ConstantsInMaster
Sep 2, 2026
Merged

Add Java 28 Constants#989
SougandhS merged 2 commits into
eclipse-jdt:masterfrom
SougandhS:Add28ConstantsInMaster

Conversation

@SougandhS

Copy link
Copy Markdown
Member

Add constants for Java 28

Fixes : #982

What it does

How to test

Author checklist

@SougandhS

Copy link
Copy Markdown
Member Author

Will require : eclipse-jdt/eclipse.jdt.core#5338

@eclipse-jdt-bot

Copy link
Copy Markdown
Contributor

This pull request changes some projects for the first time in this development cycle.
Therefore the following files need a version increment:

org.eclipse.jdt.launching/META-INF/MANIFEST.MF
org.eclipse.jdt.launching/pom.xml

An additional commit containing all the necessary changes was pushed to the top of this PR's branch. To obtain these changes (for example if you want to push more changes) either fetch from your fork or apply the git patch.

Git patch
From a7938bba0c635d1075b38a4902e3ad5f57cd7399 Mon Sep 17 00:00:00 2001
From: Eclipse JDT Bot <jdt-bot@eclipse.org>
Date: Sun, 30 Aug 2026 13:47:30 +0000
Subject: [PATCH] Version bump(s) for 4.42 stream


diff --git a/org.eclipse.jdt.launching/META-INF/MANIFEST.MF b/org.eclipse.jdt.launching/META-INF/MANIFEST.MF
index a1d6b3177..567f525b6 100644
--- a/org.eclipse.jdt.launching/META-INF/MANIFEST.MF
+++ b/org.eclipse.jdt.launching/META-INF/MANIFEST.MF
@@ -2,7 +2,7 @@ Manifest-Version: 1.0
 Bundle-ManifestVersion: 2
 Bundle-Name: %pluginName
 Bundle-SymbolicName: org.eclipse.jdt.launching; singleton:=true
-Bundle-Version: 3.24.300.qualifier
+Bundle-Version: 3.24.400.qualifier
 Bundle-Activator: org.eclipse.jdt.internal.launching.LaunchingPlugin
 Bundle-Vendor: %providerName
 Bundle-Localization: plugin
diff --git a/org.eclipse.jdt.launching/pom.xml b/org.eclipse.jdt.launching/pom.xml
index 524f01805..0a080fd97 100644
--- a/org.eclipse.jdt.launching/pom.xml
+++ b/org.eclipse.jdt.launching/pom.xml
@@ -18,7 +18,7 @@
   </parent>
   <groupId>org.eclipse.jdt</groupId>
   <artifactId>org.eclipse.jdt.launching</artifactId>
-  <version>3.24.300-SNAPSHOT</version>
+  <version>3.24.400-SNAPSHOT</version>
   <packaging>eclipse-plugin</packaging>
   
   <build>
-- 
2.55.0

Further information are available in Common Build Issues - Missing version increments.

@SougandhS
SougandhS force-pushed the Add28ConstantsInMaster branch from 6077eb8 to ab83ed9 Compare September 2, 2026 12:36
@SougandhS
SougandhS merged commit 8a5a68b into eclipse-jdt:master Sep 2, 2026
13 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[28] Support JDK 28 Constants for launching

2 participants