Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[jdt-dev] Java 23 Feature Status for Eclipse 2024-09(4.33)
  • From: Manoj Nalledathu Palat <manoj.palat@xxxxxxxxxx>
  • Date: Wed, 18 Sep 2024 08:46:51 +0000
  • Accept-language: en-GB, en-US
  • Arc-authentication-results: i=1; mx.microsoft.com 1; spf=pass smtp.mailfrom=in.ibm.com; dmarc=pass action=none header.from=in.ibm.com; dkim=pass header.d=in.ibm.com; arc=none
  • Arc-message-signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=microsoft.com; s=arcselector10001; h=From:Date:Subject:Message-ID:Content-Type:MIME-Version:X-MS-Exchange-AntiSpam-MessageData-ChunkCount:X-MS-Exchange-AntiSpam-MessageData-0:X-MS-Exchange-AntiSpam-MessageData-1; bh=/3m2/ZB38NkSfOKhc34SzomyETs0nPnp98MYEHaKI44=; b=F5AHqLXxqJQU7n0qXAiW9u5PW8/L/DX0GCqv+9b4+FgZcuQUk6eOzPcUmOPnzRzDUWmvb9EKJlunmaTjEJKe+hbM3YNSlFJTwaaYdQWhvkfPrDu4XryoBahpIPilwOaAR1cQKysAnUBOG2EbiadbtbwPSjaq33hURgSaPr3PLPjR+3IozU8SIQoCsYBdGHuhggEZW5OtL5XgitzQRmZKkZzbUziBVSzycP9wg9d/Khh6zn8p3CP9BJPgsSG9gK81V2iuNLVFmDz7PjKjR26GmJ08nMhIxg7cpcqXHZxAsCLKBoOPwkqKuJKugLs1bm8weocUDTL9amtLK3snp/KIDg==
  • Arc-seal: i=1; a=rsa-sha256; s=arcselector10001; d=microsoft.com; cv=none; b=Na2lZcCsg7wqdn3gIuGnX7nD9vEvmXgTroZ/tCRU4u5+Tic/nxpgdJXG6LcEgZBsiYccSAxkwPRoK1fJOqPQFbrDFt9ViMEmHLfp7YYkmaysQ3y9JDpBlj0Z6AMqygo8d/7T1Jw0tU0S6TDwpIPDuPe/w4k2JLR1uRPsoxGTWc6XeVY4yffgu0G6CdgaW4GHIGkUVMMmow7CcPnew67pKpld54Jt17z3e+gxS9Lb43XAubl8u6RL2STpOnJW4WZvc2f9g2IPKRdv8q8vjTd5FuDCV9DdolanYBleRPxIT0OM6YW321iBKSpHftkwOGBbVCYWshKcLoW3AFpgYxAMxw==
  • Delivered-to: jdt-dev@xxxxxxxxxxx
  • List-archive: <https://www.eclipse.org/mailman/private/jdt-dev/>
  • List-help: <mailto:jdt-dev-request@eclipse.org?subject=help>
  • List-subscribe: <https://www.eclipse.org/mailman/listinfo/jdt-dev>, <mailto:jdt-dev-request@eclipse.org?subject=subscribe>
  • List-unsubscribe: <https://www.eclipse.org/mailman/options/jdt-dev>, <mailto:jdt-dev-request@eclipse.org?subject=unsubscribe>
  • Thread-index: AQHbCaQ2WD6dxgqFqEqMBGuJBfH1IQ==
  • Thread-topic: Java 23 Feature Status for Eclipse 2024-09(4.33)

Dear All,

 

We are pleased to announce the status of Java 23 features for Eclipse 2024-09 (4.33).

 

 JEP 455: Primitive Types in Patterns, instanceof, and switch (Preview) 

 JEP 467: Markdown Documentation Comments 

 JEP 476: Module Import Declarations (Preview) 

 JEP 477: Implicitly Declared Classes and Instance Main Methods (Third Preview) 

 JEP 482: Flexible Constructor Bodies (Second Preview) 

 

The compiler and the basic IDE support for the above JEPs are available via the release which  can be obtained through one of the following ways:

 

        1. Java 23 Marketplace entry:  https://marketplace.eclipse.org/content/java-23-support-eclipse-2024-09-433

        2. P2 update site :  https://download.eclipse.org/eclipse/updates/4.33-P-builds/

        3. Additionally, the Java 23 support will be available on 4.33 from an integration build after merge.

 

Known issues can be tracked via the issue list. The known issues are/will be retargeted to 4.34 timeframe or to the next Java version as appropriate.

 

I would also like to take this opportunity to thank everyone – the team, contributors, bug reporters, early adopters, and one and all - involved in Java 23 support. Special mention to all who jumped in to help with the Java 23 work. And also those took care of non-Java 23 support related activities to keep the master going forward,  which helped a section of team focus and prioritize the Java 23 support work.

 

Thanks and Regards,

Manoj N Palat

Eclipse Java Development Tools (JDT)

IBM.


Back to the top