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 cbce4901b45b9ec726892ea7895dd8e8cf33aeaf Author: Gary Gregory <[email protected]> AuthorDate: Fri Aug 28 14:32:52 2026 -0400 Javadoc: "hardening" -> "secure" wording to match new class and method names. Rename test methods. --- src/main/java/org/apache/commons/xml/package-info.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/main/java/org/apache/commons/xml/package-info.java b/src/main/java/org/apache/commons/xml/package-info.java index 25463e6..0a3072d 100644 --- a/src/main/java/org/apache/commons/xml/package-info.java +++ b/src/main/java/org/apache/commons/xml/package-info.java @@ -50,7 +50,7 @@ * </ul> * <p> * These guarantees are defined on OpenJDK 8 or later (and JDK distributions built from it). No version of Android supports - * {@link javax.xml.XMLConstants#FEATURE_SECURE_PROCESSING}, so on Android (API level 26 or later) the hardening is applied as best-effort without a guarantee, + * {@link javax.xml.XMLConstants#FEATURE_SECURE_PROCESSING}, so on Android (API level 26 or later) the securing is applied as best-effort without a guarantee, * tested as complete starting with API level 33; see the threat model's "Assumptions about the environment". * </p> * <p> @@ -83,7 +83,7 @@ * <h2>Caller-supplied URIs</h2> * <p> * A top-level URI passed directly by the caller is fetched as-is: {@code StreamSource(systemId)}, {@code DocumentBuilder.parse(String)}, or a {@code SAXSource} - * built from a system id all cause the JAXP implementation to open that URI without consulting the hardening layer. Use a + * built from a system id all cause the JAXP implementation to open that URI without consulting the secure layer. Use a * {@link javax.xml.transform.URIResolver} or {@link org.xml.sax.EntityResolver} if you need to restrict the top-level fetch. * </p> * <h2>Thread safety</h2>
