Re: RFR: 8320918: Fix errors in the built-in Catalog implementation [v3]

2023-11-28 Thread Iris Clark
On Tue, 28 Nov 2023 21:36:20 GMT, Joe Wang wrote: >> Fix errors in the built-in Catalog implementation, specifically: >> -- incorrect case in the property name as defined in the CSR >> (https://bugs.openjdk.org/browse/JDK-8306056) >> -- tests needed to be updated accordingly >> --

Re: RFR: 8320918: Fix errors in the built-in Catalog implementation [v3]

2023-11-28 Thread Naoto Sato
On Tue, 28 Nov 2023 21:36:20 GMT, Joe Wang wrote: >> Fix errors in the built-in Catalog implementation, specifically: >> -- incorrect case in the property name as defined in the CSR >> (https://bugs.openjdk.org/browse/JDK-8306056) >> -- tests needed to be updated accordingly >> --

Re: RFR: 8320918: Fix errors in the built-in Catalog implementation [v3]

2023-11-28 Thread Joe Wang
> Fix errors in the built-in Catalog implementation, specifically: > -- incorrect case in the property name as defined in the CSR > (https://bugs.openjdk.org/browse/JDK-8306056) > -- tests needed to be updated accordingly > -- jaxp.properties updated with documentation for the new

Re: RFR: 8320918: Fix errors in the built-in Catalog implementation [v2]

2023-11-28 Thread Joe Wang
On Tue, 28 Nov 2023 20:27:32 GMT, Naoto Sato wrote: >> Joe Wang has updated the pull request incrementally with one additional >> commit since the last revision: >> >> fix typo in the comments > > src/java.xml/share/conf/jaxp.properties line 52: > >> 50: # For example, the FILES property in

Re: RFR: 8320918: Fix errors in the built-in Catalog implementation [v2]

2023-11-28 Thread Joe Wang
> Fix errors in the built-in Catalog implementation, specifically: > -- incorrect case in the property name as defined in the CSR > (https://bugs.openjdk.org/browse/JDK-8306056) > -- tests needed to be updated accordingly > -- jaxp.properties updated with documentation for the new

Re: RFR: 8320918: Fix errors in the built-in Catalog implementation

2023-11-28 Thread Naoto Sato
On Tue, 28 Nov 2023 20:11:42 GMT, Joe Wang wrote: > Fix errors in the built-in Catalog implementation, specifically: > -- incorrect case in the property name as defined in the CSR > (https://bugs.openjdk.org/browse/JDK-8306056) > -- tests needed to be updated accordingly > --

Re: RFR: 8320918: Fix errors in the built-in Catalog implementation

2023-11-28 Thread Lance Andersen
On Tue, 28 Nov 2023 20:11:42 GMT, Joe Wang wrote: > Fix errors in the built-in Catalog implementation, specifically: > -- incorrect case in the property name as defined in the CSR > (https://bugs.openjdk.org/browse/JDK-8306056) > -- tests needed to be updated accordingly > --

RFR: 8320918: Fix errors in the built-in Catalog implementation

2023-11-28 Thread Joe Wang
Fix errors in the built-in Catalog implementation, specifically: -- incorrect case in the property name as defined in the CSR (https://bugs.openjdk.org/browse/JDK-8306056) -- tests needed to be updated accordingly -- jaxp.properties updated with documentation for the new properties