From iris.clark at oracle.com Fri Apr 5 18:00:19 2024 From: iris.clark at oracle.com (Iris Clark) Date: Fri, 5 Apr 2024 18:00:19 +0000 Subject: New Candidate JEP: 473: Stream Gatherers (Second Preview) Message-ID: The following JEP with scope "SE" has been moved to the Candidate state: 473: Stream Gatherers (Second Preview) https://openjdk.org/jeps/473 Summary: Enhance the Stream API to support custom intermediate operations. This will allow stream pipelines to transform data in ways that are not easily achievable with the existing built-in intermediate operations. This is a preview API. A JEP in the Candidate state is a feature deemed worthy of consideration by the JDK Project, but with no commitment to deliver the feature in any particular release of the JDK Project. Later, the JEP may be moved to the Targeted state, which indicates that the feature is expected to appear in a specific release of the JDK Project. For more information about states, see the JEP Process document: https://openjdk.org/jeps/1 A JEP with "SE" scope that reaches the Targeted state will be listed in the Specification of the Java SE Platform JSR which corresponds to the targeted JDK Project release. A dashboard that lists JEPs with "SE" scope may be found via a link on this page: https://openjdk.org/projects/jdk/23/spec/ Thanks, Iris From iris.clark at oracle.com Tue Apr 9 20:28:35 2024 From: iris.clark at oracle.com (Iris Clark) Date: Tue, 9 Apr 2024 20:28:35 +0000 Subject: JSR 398 (Java SE 23): JEP Proposed to Target: 473: Stream Gatherers (Second Preview) Message-ID: The following JEP with scope "SE" has been proposed to target JDK 23: 473: Stream Gatherers (Second Preview) https://openjdk.org/jeps/473 Summary: Enhance the Stream API to support custom intermediate operations. This will allow stream pipelines to transform data in ways that are not easily achievable with the existing built-in intermediate operations. This is a preview API. The announced deadline for feedback to jdk-dev is Tue 16 Apr 23:59 UTC: https://mail.openjdk.org/pipermail/jdk-dev/2024-April/008882.html If there are no unresolved objections at that time, then the JEP will be moved to the Targeted state, indicating that the feature is expected to appear in the specified release of the JDK Project. For more information about states, see the JEP Process document: https://openjdk.org/jeps/1 A dashboard that lists JEPs with "SE" scope may be found via a link on this page: https://openjdk.org/projects/jdk/23/spec/ Thanks, Iris From iris.clark at oracle.com Wed Apr 17 23:51:57 2024 From: iris.clark at oracle.com (Iris Clark) Date: Wed, 17 Apr 2024 23:51:57 +0000 Subject: New Candidate JEP: 476: Module Import Declarations (Preview) Message-ID: The following JEP with scope "SE" has been moved to the Candidate state: 476: Module Import Declarations (Preview) https://openjdk.org/jeps/476 Summary: Enhance the Java programming language with the ability to succinctly import all of the packages exported by a module. This simplifies the reuse of modular libraries, but does not require the importing code to be in a module itself. This is a preview language feature. A JEP in the Candidate state is a feature deemed worthy of consideration by the JDK Project, but with no commitment to deliver the feature in any particular release of the JDK Project. Later, the JEP may be moved to the Targeted state, which indicates that the feature is expected to appear in a specific release of the JDK Project. For more information about states, see the JEP Process document: https://openjdk.org/jeps/1 A JEP with "SE" scope that reaches the Targeted state will be listed in the Specification of the Java SE Platform JSR which corresponds to the targeted JDK Project release. A dashboard that lists JEPs with "SE" scope may be found via a link on this page: https://openjdk.org/projects/jdk/23/spec/ Thanks, Iris From iris.clark at oracle.com Wed Apr 24 22:04:26 2024 From: iris.clark at oracle.com (Iris Clark) Date: Wed, 24 Apr 2024 22:04:26 +0000 Subject: JSR 398 (Java SE 23): JEP Proposed to Target: 476: Module Import Declarations (Preview) Message-ID: The following JEP with scope "SE" has been proposed to target JDK 23: 476: Module Import Declarations (Preview) https://openjdk.org/jeps/476 Summary: Enhance the Java programming language with the ability to succinctly import all of the packages exported by a module. This simplifies the reuse of modular libraries, but does not require the importing code to be in a module itself. This is a preview language feature. The announced deadline for feedback to jdk-dev is Wed 1 May 23:59 UTC: https://mail.openjdk.org/pipermail/jdk-dev/2024-April/008898.html If there are no unresolved objections at that time, then the JEP will be moved to the Targeted state, indicating that the feature is expected to appear in the specified release of the JDK Project. For more information about states, see the JEP Process document: https://openjdk.org/jeps/1 A dashboard that lists JEPs with "SE" scope may be found via a link on this page: https://openjdk.org/projects/jdk/23/spec/ Thanks, Iris From iris.clark at oracle.com Mon Apr 29 18:00:37 2024 From: iris.clark at oracle.com (Iris Clark) Date: Mon, 29 Apr 2024 18:00:37 +0000 Subject: JSR 398 (Java SE 23): JEP Proposed to Target: 467: Markdown Documentation Comments Message-ID: The following JEP with scope "SE" has been proposed to target JDK 23: 467: Markdown Documentation Comments https://openjdk.org/jeps/467 Summary: Enable JavaDoc documentation comments to be written in Markdown rather than solely in a mixture of HTML and JavaDoc @-tags. The announced deadline for feedback to jdk-dev is Sat 4 May 23:59 UTC: https://mail.openjdk.org/pipermail/jdk-dev/2024-April/008900.html If there are no unresolved objections at that time, then the JEP will be moved to the Targeted state, indicating that the feature is expected to appear in the specified release of the JDK Project. For more information about states, see the JEP Process document: https://openjdk.org/jeps/1 A dashboard that lists JEPs with "SE" scope may be found via a link on this page: https://openjdk.org/projects/jdk/23/spec/ Thanks, Iris