On Wed, 27 Nov 2024 10:35:18 GMT, Nir Lisker wrote:
>> Replaces the manual versions handling with
>> [Version](https://docs.oracle.com/en/java/javase/23/docs/api/java.base/java/lang/Runtime.Version.html).
>>
>> Changes:
>> * Removed the methods `parseJavaVersion(String)`, `parseJdkVersion(Strin
On Wed, 27 Nov 2024 10:35:18 GMT, Nir Lisker wrote:
>> Replaces the manual versions handling with
>> [Version](https://docs.oracle.com/en/java/javase/23/docs/api/java.base/java/lang/Runtime.Version.html).
>>
>> Changes:
>> * Removed the methods `parseJavaVersion(String)`, `parseJdkVersion(Strin
> Replaces the manual versions handling with
> [Version](https://docs.oracle.com/en/java/javase/23/docs/api/java.base/java/lang/Runtime.Version.html).
>
> Changes:
> * Removed the methods `parseJavaVersion(String)`, `parseJdkVersion(String)`
> and `compareJdkVersion(String, String)`, and replace