Stream: hapi
Topic: Validator CLI. Skip loading dependencies
Michael Riley (Mar 16 2022 at 19:09):
Apologies if this is the wrong stream for questions about the validator.
In the HL7Validator.java cli program, a lot of the time of validating a resource against an ig is spent retrieving packages. Is there a configuration flag to skip this step if I know I have the latest in the package cache? I'm oftentimes retrying the same resource with minimal changes, and I don't need to retrieve the package every minute or so when I'm validating locally.
Alex Bennett (Mar 18 2022 at 14:30):
I'm curious about this too, any thoughts @Grahame Grieve ?
Grahame Grieve (Mar 29 2022 at 09:40):
if you have the package in cache, it shouldn't look for it again. Unless the version is current, when it should only check it once a day.
Last updated: Apr 12 2022 at 19:14 UTC