make deprecation explicit

This commit is contained in:
Andreas Penski (init) 2020-08-11 15:20:22 +02:00
parent c3e04d01ff
commit 183ddab179

View file

@ -32,10 +32,12 @@ do not reflect actual schematron validation result
### Changed
- Inputs are NOT read into memory (e.g. Byte-Array) prior processing within the validator. This reduces memory consumption.
- CheckConfiguration is deprecated now. Use Configuration.load(...) or Configuration.build(...)
- Overall processing of xml files is based on Saxon s9api. No JAXP or SAX classes are used by
the validator (this further improves performance and memory consumption)
### Deprecations
- CheckConfiguration is deprecated now. Use Configuration.load(...) or Configuration.build(...)
## 1.2.1
### Fixed
- Validator is creating invalid createReportInput xml in case of no scenario match