Re: RFR: 8184352: Remove Sun provider information from KeyPairGenerator javadoc [v3]

2025-01-28 Thread Ben Perez
> Removed algorithm-specific information from `KeyPairGenerator` class > description and instead linked out to the Sun Provider documentation Ben Perez has updated the pull request incrementally with one additional commit since the last revision: fixed link - Changes: - all: h

RFR: 8347428: Avoid using secret-key in specifications

2025-01-28 Thread Ben Perez
There are quite some places in API specifications that use the term "secret-key". This is not a formal term. Consider replacing them with "secret key". - Commit messages: - removed all instances of in docs/comments Changes: https://git.openjdk.org/jdk/pull/23342/files Webrev: h

Re: RFR: 8347123: Add missing @serial tags to other modules [v2]

2025-01-28 Thread Phil Race
On Fri, 24 Jan 2025 10:58:24 GMT, Hannes Wallnöfer wrote: >> Please review a doc-only change to mostly add missing `@serial` javadoc >> tags. This is a sub-task of [JDK-8286931] to allow us to re-enable the >> javadoc `-serialwarn` option in the JDK doc build, which has been disabled >> since

Re: RFR: 8184352: Remove Sun provider information from KeyPairGenerator javadoc [v2]

2025-01-28 Thread Ben Perez
> Removed algorithm-specific information from `KeyPairGenerator` class > description and instead linked out to the Sun Provider documentation Ben Perez has updated the pull request incrementally with one additional commit since the last revision: Changed wording - Changes: - a

Re: RFR: 8337723: Remove redundant tests from com/sun/security/sasl/gsskerb [v3]

2025-01-28 Thread Fernando Guallini
> There are 3 manual GSS-API/Kerberos tests that require a manual setup and > were added to the problem list years ago: > > - com/sun/security/sasl/gsskerb/**AuthOnly**-> Verifies that both client and > server have completed the authentication process. > - com/sun/security/sasl/gsskerb/**NoSecur