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
The following commit(s) were added to refs/heads/main by this push:
new 8dbba30 Fix descriptions
8dbba30 is described below
commit 8dbba30276df173979bb10f7f326b98983a6b28c
Author: Gary Gregory <[email protected]>
AuthorDate: Mon Aug 31 09:52:45 2026 -0400
Fix descriptions
---
src/main/java/org/apache/commons/xml/secure/doc-files/rewrite.yml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/src/main/java/org/apache/commons/xml/secure/doc-files/rewrite.yml
b/src/main/java/org/apache/commons/xml/secure/doc-files/rewrite.yml
index dd9810c..8d67fc7 100644
--- a/src/main/java/org/apache/commons/xml/secure/doc-files/rewrite.yml
+++ b/src/main/java/org/apache/commons/xml/secure/doc-files/rewrite.yml
@@ -15,8 +15,8 @@
type: specs.openrewrite.org/v1beta/recipe
name: org.apache.commons.xml.secure.UseSecureXmlFactories
-displayName: Use Apache Commons secure XML factories
-description: Replaces JAXP factory types with their Apache Commons XML secure
equivalents.
+displayName: Use Apache Commons Secure XML factories
+description: Replaces JAXP factory types with their Apache Commons Secure XML
equivalents.
recipeList:
- org.openrewrite.java.ChangeType:
oldFullyQualifiedTypeName: javax.xml.parsers.DocumentBuilderFactory