On Wed, 27 Jan 2021 11:39:29 GMT, Lance Andersen <lan...@openjdk.org> wrote:
>> Joe Wang has updated the pull request incrementally with one additional >> commit since the last revision: >> >> Update: add javadoc for impl specific features and properties in >> module-info; update the patch accordingly. > > src/java.xml/share/classes/module-info.java line 82: > >> 80: * >> 81: * <h3>jaxp.properties</h3> >> 82: * A system property can be specified in the {@code jaxp.properties} >> file to > > I know this is covered in the tutorial, but perhaps add a section to > module-info describing the jaxp.properties file so you do not have to leave > the page to find out more details? The jaxp.properties file is described in detail in JAXP factories. I'll add a link to one of the factories. ------------- PR: https://git.openjdk.java.net/jdk/pull/2041