Skip to content

v1.4.0

Compare
Choose a tag to compare
@apenski apenski released this 07 Oct 15:27

Fixed

  • date conversion when using ConfigurationBuilder#date(Date)
  • [CLI] #51 Suffix of report xml is missing
  • #53 Fix copyright and licensing information
  • #56 namespace element content needs trimming
  • [DAEMON] #57 Reading large inputs correctly

Added

  • read saxon XdmNode with InputFactory
  • [CLI] custom output without the various log messages
  • [CLI] options to set the log level (-X = full debug output, -l <level> set a specific level)
  • [CLI] return code ist <> 0 on rejected results
  • [CLI] read (single) test target from stdin
  • [DAEMON] name inputs via request URI

Changed

  • InputFactory has methods to read any java.xml.transform.Source as Input not only StreamSources
  • InputFactory uses a generated UUID as name for SourceInput, if no "real" name can be derived
  • saxon dependency update (minor, 9.9.1-7)
  • [DAEMON] proper status codes when returning results (see daemon documentation)