ehn-dcc-development / hcert-kotlin

Kotlin multiplatform implementation of the HCERT/DCC specification
Apache License 2.0
25 stars 25 forks source link

bugfix: resource leak when loading JSON schema #29

Closed jsiwrk closed 3 years ago

jsiwrk commented 3 years ago

Close the resource InputStream after loading the schema.

Optimization: load the schema only once for a given DefaultSchemaValidationService.