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 260e41f  Javadoc: "hardened" -> "secured" wording to match new class 
and method names.
     new d2538ca  Javadoc: "hardened" -> "secured" wording to match new class 
and method names.
     new 53eb2d7  Javadoc: "hardened" -> "secured" wording to match new class 
and method names.
     new 68e80e0  Javadoc: "hardened" -> "secured" wording to match new class 
and method names.
     new 93d25e3  Javadoc: "hardened" -> "secured" wording to match new class 
and method names.
     new c7ce943  Javadoc: "hardened" -> "secured" wording to match new class 
and method names.
     new 3aab30a  Javadoc: "hardened" -> "secured" wording to match new class 
and method names.
     new 59ab675  Javadoc: "hardened" -> "secured" wording to match new class 
and method names.
     new 0678154  Javadoc: "hardened" -> "secured" wording to match new class 
and method names.
     new 461a2ec  Javadoc: "hardened" -> "secured" wording to match new class 
and method names.
     new e65d9fb  Javadoc: "hardened" -> "secured" wording to match new class 
and method names.
     new 3cdd92f  Javadoc: "hardened" -> "secured" wording to match new class 
and method names.
     new dcc9d95  Javadoc: "hardened" -> "secured" wording to match new class 
and method names.
     new 3878c54  Javadoc: "hardened" -> "secured" wording to match new class 
and method names.
     new a297afa  Javadoc: "hardened" -> "secured" wording to match new class 
and method names.
     new d7c2999  Javadoc: "hardened" -> "secured" wording to match new class 
and method names.
     new ec24efe  Javadoc: "hardened" -> "secured" wording to match new class 
and method names.
     new 5889665  Javadoc: "hardened" -> "secured" wording to match new class 
and method names.
     new 944a418  Javadoc: "hardened" -> "secured" wording to match new class 
and method names.
     new 82b2e6b  Javadoc: "hardened" -> "secured" wording to match new class 
and method names.
     new 2ccb9c8  Javadoc: "hardened" -> "secured" wording to match new class 
and method names.
     new 6548ea8  Javadoc: "hardened" -> "secured" wording to match new class 
and method names.
     new 9976fde  Rename instance variables.
     new 61ce23f  Javadoc: "hardened" -> "secured" wording to match new class 
and method names.
     new 5147ed3  Javadoc: "hardened" -> "secured" wording to match new class 
and method names.
     new 5137676  Javadoc: "hardened" -> "secured" wording to match new class 
and method names.
     new 6f2c6fa  Javadoc: "hardened" -> "secured" wording to match new class 
and method names.
     new c88ea1e  Javadoc: "hardened" -> "secured" wording to match new class 
and method names.
     new 36cf91b  Javadoc: "hardened" -> "secured" wording to match new class 
and method names.
     new 219c259  Javadoc: "hardened" -> "secured" wording to match new class 
and method names.
     new 8314ecb  Javadoc: "hardened" -> "secured" wording to match new class 
and method names.
     new 5ebc93f  Javadoc: "hardened" -> "secured" wording to match new class 
and method names.
     new 7c1af15  Javadoc: "hardened" -> "secured" wording to match new class 
and method names.
     new 7aba73d  Name like in the JRE example in 
MethodHandles.Lookup.findStatic().
     new 3849d7f  Name like in the JRE example in 
MethodHandles.Lookup.findStatic().
     new 0df9179  Name like in the JRE example in 
MethodHandles.Lookup.findStatic().
     new 13f165e  Name like in the JRE example in 
MethodHandles.Lookup.findStatic().
     new 989eb48  Name like in the JRE example in 
MethodHandles.Lookup.findStatic().
     new 9d5b52d  Name like in the JRE example in 
MethodHandles.Lookup.findStatic().

The 38 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/FallbackIgnoreEntityResolver2.java |  4 +-
 .../xml/FallbackIgnoreLSResourceResolver.java      |  2 +-
 .../commons/xml/FallbackIgnoreURIResolver.java     |  6 +-
 .../commons/xml/SecureDocumentBuilderFactory.java  | 24 ++++----
 .../org/apache/commons/xml/SecureSAXParser.java    | 30 +++++-----
 .../apache/commons/xml/SecureSAXParserFactory.java | 40 ++++++-------
 .../apache/commons/xml/SecureSchemaFactory.java    | 36 +++++------
 .../commons/xml/SecureTransformerFactory.java      | 32 +++++-----
 .../org/apache/commons/xml/SecureXMLFilter.java    |  2 +-
 .../apache/commons/xml/SecureXMLInputFactory.java  | 28 ++++-----
 .../org/apache/commons/xml/SecureXPathFactory.java | 32 +++++-----
 .../java/org/apache/commons/xml/package-info.java  |  2 +-
 .../org/apache/commons/xml/AttackTestSupport.java  | 70 +++++++++++-----------
 .../org/apache/commons/xml/BillionLaughsTest.java  |  6 +-
 .../commons/xml/EntityResolverFloorTest.java       |  6 +-
 .../org/apache/commons/xml/ExternalDtdTest.java    |  4 +-
 .../commons/xml/ExternalGeneralEntityTest.java     |  4 +-
 .../commons/xml/ExternalParameterEntityTest.java   |  6 +-
 .../java/org/apache/commons/xml/NoDoctypeTest.java |  4 +-
 .../commons/xml/OverrideDefaultParserTest.java     |  2 +-
 .../org/apache/commons/xml/ResetSecureTest.java    |  4 +-
 .../apache/commons/xml/SaxSurfaceTestSupport.java  |  2 +-
 .../commons/xml/SaxonXPathExternalCallsTest.java   |  2 +-
 .../apache/commons/xml/SchemaLocationDomTest.java  |  4 +-
 .../commons/xml/SchemaLocationPropertyTest.java    |  2 +-
 .../apache/commons/xml/SchemaLocationSaxTest.java  |  6 +-
 .../apache/commons/xml/TemplatesHandlerTest.java   |  2 +-
 .../apache/commons/xml/TransformerHandlerTest.java |  2 +-
 .../java/org/apache/commons/xml/XIncludeTest.java  |  4 +-
 .../java/org/apache/commons/xml/XMLFilterTest.java |  4 +-
 .../apache/commons/xml/XPathInputSourceTest.java   |  4 +-
 31 files changed, 188 insertions(+), 188 deletions(-)

Reply via email to