<i18n dev> Integrated: JDK-8315457 Implement JEP 459: String Templates (Second Preview)

Jim Laskey jlaskey at openjdk.org
Fri Nov 17 12:56:43 UTC 2023


On Mon, 16 Oct 2023 13:41:55 GMT, Jim Laskey <jlaskey at openjdk.org> wrote:

> Update String Templates for a second preview. With the addition of
> 
> - Expression type and throws are determined from the `process` method of the processor type and not the processor type.
> 
> - Qualified `STR` and `RAW` are treated the same as unqualified `STR` and `RAW` .
> 
> - Raw (generic) process types are no longer an error.

This pull request has now been integrated.

Changeset: 9902d2eb
Author:    Jim Laskey <jlaskey at openjdk.org>
URL:       https://git.openjdk.org/jdk/commit/9902d2eb177072c108933056cba544cc5a34bb54
Stats:     69 lines in 16 files changed: 19 ins; 35 del; 15 mod

8315457: Implement JEP 459: String Templates (Second Preview)

Reviewed-by: jlahoda, alanb, vromero

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

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


More information about the i18n-dev mailing list