[jdk17u-dev] RFR: 8302111: Serialization considerations [v2]
Goetz Lindenmaier
goetz at openjdk.org
Thu Feb 20 08:59:41 UTC 2025
On Wed, 19 Feb 2025 17:07:45 GMT, Richard Reingruber <rrich at openjdk.org> wrote:
>> Goetz Lindenmaier has updated the pull request incrementally with one additional commit since the last revision:
>>
>> Remove mentioning of ProviderException
>
> src/java.base/share/classes/com/sun/crypto/provider/DHPrivateKey.java line 212:
>
>> 210: * @param g the base generator
>> 211: *
>> 212: * @throws ProviderException if the key cannot be encoded
>
> `ProviderException` isn't thrown anymore, is it? I think you should remove the `@throws ProviderException` line here and below. The import should also be removed.
Hi @reinrich,
thanks for looking at this backport. I fixed DHPrivateKey accordingly.
-------------
PR Review Comment: https://git.openjdk.org/jdk17u-dev/pull/3278#discussion_r1963112027
More information about the jdk-updates-dev
mailing list