This is an automated email from the ASF dual-hosted git repository.
hansva pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/hop.git
from 7c6fd187f0 Merge pull request #4509 from bamaer/2011
add 762588dee3 XML_ALLOW_DOCTYPE_DECL variable to allow or disallow XML
doctype. fixes #2744
add f130700eca new XML ITs
add 3e5bba1bff XML Well Formed action XML cleanup. #2005
add 57bd0dcdab missing ASF headers, XML Cleanup for XSLT action
add 9e304a9b1d XML cleanup for XSD Validator action. fixes #2005
new 96d828c313 Merge pull request #4511 from bamaer/2005
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:
core/src/main/java/org/apache/hop/core/Const.java | 4 +
.../hop/core/xml/XmlParserFactoryProducer.java | 5 +-
.../files/{wellFormed1.xml => xml-with-dtd.dtd} | 45 +++---
.../files/{wellFormed1.xml => xml-with-dtd.xml} | 47 +++---
.../{wellFormed1.xml => xml-with-internal-dtd.xml} | 58 +++++---
...main-0005-dtd-validator-external-file-test.hwf} | 37 +++--
.../main-0006-dtd-validator-internal-dtd-test.hwf} | 37 +++--
.../main-0007-xml-well-formed-test.hwf} | 45 +++---
.../actions/xml/dtdvalidator/DtdValidator.java | 96 ++++---------
.../xml/dtdvalidator/DtdValidatorDialog.java | 16 +--
.../actions/xml/xmlwellformed/XmlWellFormed.java | 158 ++++-----------------
.../xml/xmlwellformed/XmlWellFormedDialog.java | 25 ++--
.../xml/xmlwellformed/XmlWellFormedField.java} | 10 +-
.../actions/xml/xsdvalidator/XsdValidator.java | 99 +++----------
.../xml/xsdvalidator/XsdValidatorDialog.java | 8 +-
.../apache/hop/workflow/actions/xml/xslt/Xslt.java | 112 +++------------
16 files changed, 270 insertions(+), 532 deletions(-)
copy integration-tests/xml/files/{wellFormed1.xml => xml-with-dtd.dtd} (84%)
mode change 100755 => 100644
copy integration-tests/xml/files/{wellFormed1.xml => xml-with-dtd.xml} (83%)
mode change 100755 => 100644
copy integration-tests/xml/files/{wellFormed1.xml =>
xml-with-internal-dtd.xml} (61%)
mode change 100755 => 100644
copy integration-tests/{database/main-0023-check-db-connections.hwf =>
xml/main-0005-dtd-validator-external-file-test.hwf} (75%)
copy integration-tests/{database/main-0023-check-db-connections.hwf =>
xml/main-0006-dtd-validator-internal-dtd-test.hwf} (75%)
copy integration-tests/{database/main-0023-check-db-connections.hwf =>
xml/main-0007-xml-well-formed-test.hwf} (70%)
copy
plugins/{misc/testing/src/main/java/org/apache/hop/testing/actions/runtests/RunPipelineTestsField.java
=>
actions/xml/src/main/java/org/apache/hop/workflow/actions/xml/xmlwellformed/XmlWellFormedField.java}
(80%)