<i18n dev> RFR: JDK-8315457 Implementation of String Templates (Second Preview) [v4]
Jim Laskey
jlaskey at openjdk.org
Mon Nov 6 12:51:39 UTC 2023
On Sat, 4 Nov 2023 13:26:04 GMT, Alan Bateman <alanb at openjdk.org> wrote:
>> Jim Laskey has updated the pull request with a new target base due to a merge or a rebase. The incremental webrev excludes the unrelated changes brought in by the merge/rebase. The pull request contains six additional commits since the last revision:
>>
>> - Merge remote-tracking branch 'upstream/master' into 8315457
>> - Cache process method type in JCStringTemplate
>> - Revert source
>> - Revert @since 22
>> - Accept qualified STR and RAW
>> - String Templates (second preview)
>
> src/java.base/share/classes/jdk/internal/access/JavaLangAccess.java line 424:
>
>> 422: * @since 21
>> 423: */
>> 424: @PreviewFeature(feature=PreviewFeature.Feature.STRING_TEMPLATES)
>
> I think you can drop both `@since` and `@PreviewFeature` from these methods. This in an internal interface, used for shared secrets, there is a lot of churn in JLA in each release.
Removed
-------------
PR Review Comment: https://git.openjdk.org/jdk/pull/16202#discussion_r1383275177
More information about the i18n-dev
mailing list