<i18n dev> Integrated: JDK-8285932 Implementation of JEP 430 String Templates (Preview)

Jim Laskey jlaskey at openjdk.org
Wed May 10 11:38:34 UTC 2023


On Thu, 27 Oct 2022 20:16:14 GMT, Jim Laskey <jlaskey at openjdk.org> wrote:

> Enhance the Java programming language with string templates, which are similar to string literals but contain embedded expressions. A string template is interpreted at run time by replacing each expression with the result of evaluating that expression, possibly after further validation and transformation. This is a [preview language feature and API](http://openjdk.java.net/jeps/12).

This pull request has now been integrated.

Changeset: 4aa65cbe
Author:    Jim Laskey <jlaskey at openjdk.org>
URL:       https://git.openjdk.org/jdk/commit/4aa65cbeefe44f29fbe6ea013809dcee579df9ff
Stats:     9331 lines in 74 files changed: 9233 ins; 23 del; 75 mod

8285932: Implementation of JEP 430 String Templates (Preview)

Reviewed-by: mcimadamore, rriggs, darcy

-------------

PR: https://git.openjdk.org/jdk/pull/10889


More information about the i18n-dev mailing list