RFR: 8334015: Add Support for UUID Version 7 (UUIDv7) defined in RFC 9562 [v2]

kieran-farrell duke at openjdk.org
Tue May 20 12:02:53 UTC 2025


On Mon, 19 May 2025 18:08:18 GMT, Roger Riggs <rriggs at openjdk.org> wrote:

>> kieran-farrell has updated the pull request incrementally with one additional commit since the last revision:
>> 
>>   update RFC
>
> src/java.base/share/classes/java/util/UUID.java line 195:
> 
>> 193:      *
>> 194:      * @return A {@code UUID} generated from the current system time
>> 195:      */
> 
> Seems like there should be a reference to the RFC somewhere here using the @spec javadoc tag.
> 
> And also in the class javadoc.

spec updated in class javadoc to RFC 9562 which obsolete RFC 4122, @spec tag also added above the method.

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

PR Review Comment: https://git.openjdk.org/jdk/pull/25303#discussion_r2097772811


More information about the core-libs-dev mailing list