Re: RFR: 8328914: Document the java.security.debug property in javadoc [v2]

2025-02-19 Thread Koushik Muthukrishnan Thirupattur
On Wed, 19 Feb 2025 22:39:21 GMT, Sean Mullan wrote: > > Also, now we have the same content in 3 places: > > ``` > > 1. Here > > > > 2. In the Security Guide at > > https://docs.oracle.com/en/java/javase/23/security/troubleshooting-security.html#GUID-05F3E865-20FF-46EB-AC35-84D4B552CA48 > > >

Re: RFR: 8328914: Document the java.security.debug property in javadoc [v2]

2025-02-19 Thread Koushik Muthukrishnan Thirupattur
On Wed, 19 Feb 2025 22:50:40 GMT, Sean Mullan wrote: >> Koushik Muthukrishnan Thirupattur has updated the pull request incrementally >> with one additional commit since the last revision: >> >> 8328914: Document the java.security.debug property in javadoc > > src/java.base/share/classes/java/

Re: RFR: 8328914: Document the java.security.debug property in javadoc [v2]

2025-02-19 Thread Sean Mullan
On Fri, 14 Feb 2025 19:15:21 GMT, Weijun Wang wrote: > The name and title should not be "Security Properties". This is about the > debug system property. Yes, this is because "Security Properties" are different than system properties, and are listed in the `java.security` file. We may want to

Re: RFR: 8328914: Document the java.security.debug property in javadoc [v2]

2025-02-19 Thread Sean Mullan
On Fri, 14 Feb 2025 19:12:51 GMT, Koushik Muthukrishnan Thirupattur wrote: >> java.security.debug is a widely used debug system property for JDK security >> libs. It's time to capture details about this property via javadoc. >> >> ![image](https://github.com/user-attachments/assets/2c58dd82-36

Re: RFR: 8328914: Document the java.security.debug property in javadoc [v2]

2025-02-19 Thread Sean Mullan
On Fri, 14 Feb 2025 19:16:41 GMT, Weijun Wang wrote: > Also, now we have the same content in 3 places: > > 1. Here > > 2. In the Security Guide at > https://docs.oracle.com/en/java/javase/23/security/troubleshooting-security.html#GUID-05F3E865-20FF-46EB-AC35-84D4B552CA48 > > 3. At

Re: RFR: 8328914: Document the java.security.debug property in javadoc [v2]

2025-02-14 Thread Weijun Wang
On Fri, 14 Feb 2025 19:12:51 GMT, Koushik Muthukrishnan Thirupattur wrote: >> java.security.debug is a widely used debug system property for JDK security >> libs. It's time to capture details about this property via javadoc. >> >> ![image](https://github.com/user-attachments/assets/2c58dd82-36

Re: RFR: 8328914: Document the java.security.debug property in javadoc [v2]

2025-02-14 Thread Koushik Muthukrishnan Thirupattur
> java.security.debug is a widely used debug system property for JDK security > libs. It's time to capture details about this property via javadoc. > > ![image](https://github.com/user-attachments/assets/2c58dd82-363e-49be-9734-755d5d0014d7) > > NOTE : We are adding a new html file (similar to t