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 4571606  Bump actions/setup-java from 5.7.0 to 6.0.0.
     add 80177eb  Nest the hardening wrappers behind static-only public classes
     new 260fbc2  Merge pull request #55 from 
ppkarwasz/feature/nested-wrapper-factories

The 1 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/DocumentBuilderHardener.java       |   2 +-
 .../xml/HardeningDocumentBuilderFactory.java       | 251 ++++++-----
 .../commons/xml/HardeningSAXParserFactory.java     | 150 ++++---
 .../apache/commons/xml/HardeningSchemaFactory.java | 231 +++++-----
 .../commons/xml/HardeningTransformerFactory.java   | 491 +++++++++++----------
 .../commons/xml/HardeningXMLInputFactory.java      | 329 +++++++-------
 .../apache/commons/xml/HardeningXPathFactory.java  | 126 +++---
 .../org/apache/commons/xml/SAXParserHardener.java  |   2 +-
 .../org/apache/commons/xml/SchemaHardener.java     |   2 +-
 .../java/org/apache/commons/xml/StaxHardener.java  |   2 +-
 .../apache/commons/xml/TransformerHardener.java    |   4 +-
 .../java/org/apache/commons/xml/XPathHardener.java |   2 +-
 src/site/markdown/index.md                         |   4 +-
 .../commons/xml/HardeningFactoriesSmokeTest.java   |  18 +-
 .../apache/commons/xml/ShadingFootprintTest.java   |  35 +-
 .../apache/commons/xml/XPathInputSourceTest.java   |   6 +-
 16 files changed, 920 insertions(+), 735 deletions(-)

Reply via email to