This is an automated email from the ASF dual-hosted git repository.

garydgregory pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/commons-xml.git


    from d813b2b  Rename test methods.
     new b341546  Rename test methods.
     new 65c5443  Rename test methods.
     new f7fc8d8  Javadoc: "hardened" -> "secure/securing" wording to match new 
class and method names.
     new 1f86b59  Javadoc: "hardened" -> "secure/securing" wording to match new 
class and method names.
     new 8611bf3  Javadoc: "hardened" -> "secure/securing" wording to match new 
class and method names.
     new 5dd2dbf  Javadoc: "hardened" -> "secure/securing" wording to match new 
class and method names.
     new d13ca43  Javadoc: "hardened" -> "secure/securing" wording to match new 
class and method names.
     new ced1f09  Javadoc: "hardened" -> "secure/securing" wording to match new 
class and method names.
     new 07d210e  Javadoc: "hardened" -> "secure/securing" wording to match new 
class and method names.
     new f4e023d  Javadoc: "hardened" -> "secure/securing" wording to match new 
class and method names.
     new 6ca3521  Javadoc: "hardened" -> "secure/securing" wording to match new 
class and method names.
     new e15c64a  Javadoc: "hardened" -> "secure/securing" wording to match new 
class and method names.
     new a80c83d  Javadoc: "hardened" -> "secure/securing" wording to match new 
class and method names.
     new 170fa10  Javadoc: "hardened" -> "secure/securing" wording to match new 
class and method names.
     new aa9c59f  Javadoc: "hardened" -> "secure/securing" wording to match new 
class and method names.
     new 774a5c8  Javadoc: "hardened" -> "secure/securing" wording to match new 
class and method names.
     new 0dbc62a  Javadoc: "hardened" -> "secure/securing" wording to match new 
class and method names.
     new e2a23b4  Javadoc: "hardened" -> "secure/securing" wording to match new 
class and method names.
     new 88812f0  Sort members after renaming pass of classes and methods.
     new 72e7345  javadoc: Use "specification", not "spec".

The 20 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .../commons/xml/FallbackIgnoreXMLResolver.java     |   2 +-
 .../java/org/apache/commons/xml/SaxonProvider.java |  54 +--
 .../commons/xml/SecureDocumentBuilderFactory.java  | 340 ++++++++---------
 .../org/apache/commons/xml/SecureException.java    |  20 +-
 .../apache/commons/xml/SecureSAXParserFactory.java | 410 ++++++++++-----------
 .../apache/commons/xml/SecureSchemaFactory.java    | 212 +++++------
 .../commons/xml/SecureTransformerFactory.java      | 294 +++++++--------
 .../apache/commons/xml/SecureXMLInputFactory.java  | 204 +++++-----
 .../java/org/apache/commons/xml/SecureXPath.java   |   4 +-
 .../apache/commons/xml/SecureXPathExpression.java  |   2 +-
 .../org/apache/commons/xml/SecureXPathFactory.java | 210 +++++------
 .../java/org/apache/commons/xml/package-info.java  |   6 +-
 .../commons/xml/AssociatedStylesheetTest.java      |   6 +-
 .../org/apache/commons/xml/AttackTestSupport.java  |  21 +-
 .../org/apache/commons/xml/DoctypeOnlyTest.java    |   2 +-
 .../commons/xml/EntityResolverFloorTest.java       |  64 ++--
 .../commons/xml/OverrideDefaultParserTest.java     |  40 +-
 .../apache/commons/xml/SaxSurfaceTestSupport.java  |  14 +-
 .../commons/xml/SaxonXPathExternalCallsTest.java   |  14 +-
 .../commons/xml/SchemaLocationPropertyTest.java    |  88 ++---
 .../commons/xml/SecureFactoriesSmokeTest.java      | 254 ++++++-------
 .../apache/commons/xml/ShadingFootprintTest.java   |   8 +-
 .../apache/commons/xml/TemplatesHandlerTest.java   |   4 +-
 .../apache/commons/xml/TransformerHandlerTest.java |   6 +-
 .../xml/UnsupportedXmlImplementationTest.java      |   4 +-
 .../java/org/apache/commons/xml/XIncludeTest.java  |  94 ++---
 .../java/org/apache/commons/xml/XMLFilterTest.java |   8 +-
 27 files changed, 1193 insertions(+), 1192 deletions(-)

Reply via email to