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-secure-xml.git
commit 48b40ebcf5bcc1076069c5434b4e948bff6eb7a7 Author: Gary Gregory <[email protected]> AuthorDate: Mon Sep 14 17:15:44 2026 -0700 Site documentation. --- src/changes/changes.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/src/changes/changes.xml b/src/changes/changes.xml index be54965..5cc8219 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -40,6 +40,7 @@ The <action> type attribute can be add, update, fix, or remove. <action type="fix" dev="pkarwasz" due-to="Piotr P. Karwasz, Gary Gregory" issue="COMMONSXML-17">Keep a URIResolver already set on a Transformer when it is wrapped, instead of replacing it with the resolver floor.</action> <action type="fix" dev="pkarwasz" due-to="Piotr P. Karwasz, Gary Gregory">Create the Transformer of an XMLFilter eagerly and reuse it for every parse.</action> <action type="fix" dev="pkarwasz" due-to="Piotr P. Karwasz, Gary Gregory">Report a stylesheet that produces no XMLFilter as a TransformerConfigurationException instead of returning null.</action> + <action type="fix" dev="ggregory" due-to="Gary Gregory">General Javadoc and site documentation improvements.</action> <!-- ADD --> <!-- UPDATE --> <action dev="ggregory" type="update" due-to="Gary Gregory">Bump org.apache.commons:commons-parent from 104 to 105.</action>
