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 41ba016 Merge pull request #43 from
ppkarwasz/docs/contract-scope-and-transform-output
add 373d168 fix: recognize Saxon factories by package prefix
add baef492 Merge remote-tracking branch 'apache/main' into
fix/saxon-factory-recognition
add 1ba9dbb fix: Saxon merge conflict
add 40c4ef3 Merge branch 'main' into fix/saxon-factory-recognition
add 793ab25 test: assert inside the try in the alternate-factory leak
check
new fa5d0dd Merge pull request #45 from
ppkarwasz/fix/saxon-factory-recognition
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:
.../java/org/apache/commons/xml/SaxonProvider.java | 18 ++++
.../apache/commons/xml/TransformerHardener.java | 27 ++----
.../java/org/apache/commons/xml/XPathHardener.java | 21 +----
.../commons/xml/SaxonAlternateFactoryTest.java | 104 +++++++++++++++++++++
4 files changed, 133 insertions(+), 37 deletions(-)
create mode 100644
src/test/java/org/apache/commons/xml/SaxonAlternateFactoryTest.java