This is an automated email from the ASF dual-hosted git repository. garydgregory pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/commons-xml.git
commit f777f21e716296b437285f327f81dd7bd46f28d3 Author: Gary Gregory <[email protected]> AuthorDate: Fri Aug 28 17:49:34 2026 -0400 Javadoc: Use "secure" terminology. --- .github/workflows/maven.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml index 21ef359..5ad729e 100644 --- a/.github/workflows/maven.yml +++ b/.github/workflows/maven.yml @@ -43,7 +43,7 @@ jobs: # * Semeru 8 and 21 OpenJ9's class library is the most divergent runtime setup-java offers, # and the most plausible source of surprises in factory lookup and class loading. # * Zulu Pinned to an old 8 patch level. - # Verifies the hardening degrades gracefully on a runtime predating the later jdk.xml.* backports. + # Verifies the securing degrades gracefully on a runtime predating the later jdk.xml.* backports. # * GraalVM Runs the suite as a native image via the `native-xalan` profile: # the JAXP providers resolve at build time under the closed-world assumption, a different code path from # the JVM's run-time ServiceLoader lookup. 25 is the latest GraalVM release.
