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 3ac22b8  Remove redundant information. Link to page instead.
     new 7fe4794  Add link to Commons Security Model
     new d559440  Move documentation to Javadoc to sync with the version 
documented.
     new cd2a7a4  Add missing unit tests.
     new 208e00d  Add a TL;DR and OpenRewrite recipe.
     new 9d98a83  Make test pass on Java 8.

The 5 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:
 .../apache/commons/xml/MethodHandleFactory.java    |   2 +-
 .../commons/xml/SecureTransformerFactory.java      |  64 +--
 .../org/apache/commons/xml/SecureXMLFilter.java    |  38 +-
 .../java/org/apache/commons/xml/doc-files/leaf.svg |  45 ++
 .../java/org/apache/commons/xml/doc-files/logo.png | Bin 0 -> 9454 bytes
 .../org/apache/commons/xml/doc-files/rewrite.yml   |  38 ++
 .../java/org/apache/commons/xml/package-info.java  |  23 +-
 src/main/javadoc/overview.html                     | 359 ++++++++++++
 src/site/markdown/index.md                         | 231 +-------
 src/site/site.xml                                  |   1 +
 .../commons/xml/MethodHandleFactoryTest.java       |  74 +++
 .../commons/xml/SecureXMLInputFactoryTest.java     | 622 +++++++++++++++++++++
 .../java/org/apache/commons/xml/XMLFilterTest.java |  16 +-
 13 files changed, 1217 insertions(+), 296 deletions(-)
 create mode 100644 src/main/java/org/apache/commons/xml/doc-files/leaf.svg
 create mode 100644 src/main/java/org/apache/commons/xml/doc-files/logo.png
 create mode 100644 src/main/java/org/apache/commons/xml/doc-files/rewrite.yml
 create mode 100644 src/main/javadoc/overview.html
 create mode 100644 
src/test/java/org/apache/commons/xml/MethodHandleFactoryTest.java
 create mode 100644 
src/test/java/org/apache/commons/xml/SecureXMLInputFactoryTest.java

Reply via email to