You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
My unit-tests use JsonSchemaFactory which indirectly references SchemaVersion. ShemaVersion downloads remote resources. Is there a way I can disable this behavior so that my unit-tests don't need to download remote resources (or require an internet connection)?
My unit-tests use JsonSchemaFactory which indirectly references SchemaVersion. ShemaVersion downloads remote resources. Is there a way I can disable this behavior so that my unit-tests don't need to download remote resources (or require an internet connection)?
https://github.com/fge/json-schema-core/blob/68edbf9ba307e07d15fee0dfea6dc0d47d9155b8/src/main/java/com/github/fge/jsonschema/SchemaVersion.java#L62
The text was updated successfully, but these errors were encountered: