networknt / json-schema-validator

A fast Java JSON schema validator that supports draft V4, V6, V7, V2019-09 and V2020-12
Apache License 2.0
836 stars 324 forks source link

Deprecate config for unevaluatedItems and unevaluatedProperties #1059

Closed justin-tay closed 3 months ago

justin-tay commented 3 months ago

Deprecate config for unevaluatedItems and unevaluatedProperties as this is no longer needed and doesn't do anything since the validators were rewritten to use annotations as it doesn't cost additional performance by collecting annotations if not needed and will always collect annotations for the relevant validators if needed.

codecov-commenter commented 3 months ago

Codecov Report

Attention: Patch coverage is 0% with 2 lines in your changes missing coverage. Please review.

Project coverage is 78.76%. Comparing base (48ca3c2) to head (8d65876). Report is 25 commits behind head on master.

Files Patch % Lines
...a/com/networknt/schema/SchemaValidatorsConfig.java 0.00% 2 Missing :warning:

:exclamation: Your organization needs to install the Codecov GitHub app to enable full functionality.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #1059 +/- ## ============================================ - Coverage 78.90% 78.76% -0.15% - Complexity 1965 2018 +53 ============================================ Files 172 190 +18 Lines 6352 6521 +169 Branches 1255 1245 -10 ============================================ + Hits 5012 5136 +124 - Misses 867 913 +46 + Partials 473 472 -1 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.