<i18n dev> RFR: JDK-8285932 Implementation of JEP 430 String Templates (Preview) [v57]

Jim Laskey jlaskey at openjdk.org
Thu Apr 13 13:45:39 UTC 2023


On Thu, 13 Apr 2023 13:29:33 GMT, Roger Riggs <rriggs at openjdk.org> wrote:

>> Jim Laskey has updated the pull request with a new target base due to a merge or a rebase. The pull request now contains 75 commits:
>> 
>>  - Merge branch 'master' into 8285932
>>  - Change MAX_INDY_CONCAT_ARG_SLOTS to be updatable.
>>  - Clean up Error handling
>>  - Recommended changes
>>  - RuntimeException is the only exception type that can is deduced from a lambda.
>>  - Update combine example
>>  - Merge branch 'master' into 8285932
>>  - Update StringTemplate.combine javadoc
>>  - Requested review changes.
>>  - Clean up list construction
>>  - ... and 65 more: https://git.openjdk.org/jdk/compare/bc151633...f1b187a1
>
> src/java.base/share/classes/java/util/Digits.java line 39:
> 
>> 37:  * @since 21
>> 38:  */
>> 39: @PreviewFeature(feature=PreviewFeature.Feature.STRING_TEMPLATES)
> 
> The Digits utility implementation class is not public and would be useful elsewhere before JEP 430 is final.
> The PreviewFeature annotation is not needed and would impede its use else where, for example, in HexFormat.

Removing preview feature.

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

PR Review Comment: https://git.openjdk.org/jdk/pull/10889#discussion_r1165543387


More information about the i18n-dev mailing list