On Tue, 13 May 2025 12:16:37 GMT, Sean Mullan <mul...@openjdk.org> wrote:

>> Bradford Wetmore has updated the pull request incrementally with one 
>> additional commit since the last revision:
>> 
>>   Missed one review comment
>
> src/java.base/share/classes/javax/net/ssl/ExtendedSSLSession.java line 189:
> 
>> 187:      *           {@code UnsupportedOperationException}.
>> 188:      *           Classes derived from ExtendedSSLSession must implement
>> 189:      *           this method.
> 
> That statement is too strong, even though `getStatusResponses` has that text, 
> unfortunately. For one, existing provider implementations of this class are 
> binary compatible if they upgrade to JDK 25 because they don't have to 
> implement this method right away since it has a default implementation.

Ok, removed in both places

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

PR Review Comment: https://git.openjdk.org/jdk/pull/24976#discussion_r2089918402

Reply via email to