mirror of
https://github.com/itplr-kosit/validator.git
synced 2026-05-25 16:55:39 +00:00
make deprecation explicit
This commit is contained in:
parent
c3e04d01ff
commit
183ddab179
1 changed files with 3 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue