mirror of
https://github.com/itplr-kosit/validator.git
synced 2026-05-25 16:55:39 +00:00
#39 The supplied Input unnecessarily is not written into memory
This commit is contained in:
parent
d7ee019194
commit
efd4fd5fff
63 changed files with 1111 additions and 18196 deletions
|
|
@ -6,6 +6,13 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
|
|||
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
|
||||
## Upcoming version
|
||||
|
||||
#Added
|
||||
- Support java.xml.transform.Source/java.xml.transform.StreamSource as Input
|
||||
|
||||
|
||||
#Changed
|
||||
- Inputs are NOT read into memory (e.g. Byte-Array) prior processing within the validtor. This reduces memory consumption.
|
||||
|
||||
## 1.1.1
|
||||
### Added
|
||||
- Convenience method for accessing information about well-formedness in Result
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue