Re: RFR: 8330542: Add two JAXP configuration files in preparation for a secure by default configuration [v4]

2024-04-24 Thread Joe Wang
On Wed, 24 Apr 2024 14:07:43 GMT, Sean Mullan  wrote:

> 
> Sounds good, can you add an example to the RN using the above system property?

Added. Thanks.

-

PR Comment: https://git.openjdk.org/jdk/pull/18831#issuecomment-2075305341


Re: RFR: 8330542: Add two JAXP configuration files in preparation for a secure by default configuration [v4]

2024-04-24 Thread Sean Mullan
On Tue, 23 Apr 2024 19:26:05 GMT, Lance Andersen  wrote:

> > Also, how does one try out these property files? Is there a system property 
> > that needs to be set? Can you add more details to the RN on that?
> 
> java -Djava.xml.config.file=$JAVA_HOME/conf/jaxp-compat.properties
> 
> The property was added in JDK 22 see: 
> https://docs.oracle.com/en/java/javase/22/docs/api/java.xml/module-summary.html#Conf_CF_SP

Sounds good, can you add an example to the RN using the above system property?

-

PR Comment: https://git.openjdk.org/jdk/pull/18831#issuecomment-2075040607