chore(deps): Bump com.networknt:json-schema-validator from 1.5.9 to 3.0.6 - #70
Merged
cuioss-oliver merged 3 commits intoJul 23, 2026
Conversation
There was a problem hiding this comment.
Sorry @dependabot[bot], you have reached your weekly rate limit of 500000 diff characters.
Please try again later or upgrade to continue using Sourcery
dependabot
Bot
force-pushed
the
dependabot/maven/com.networknt-json-schema-validator-3.0.6
branch
5 times, most recently
from
July 21, 2026 22:54
db25c77 to
8e5c082
Compare
dependabot
Bot
force-pushed
the
dependabot/maven/com.networknt-json-schema-validator-3.0.6
branch
3 times, most recently
from
July 22, 2026 14:11
ddd021a to
3b09118
Compare
3 tasks
Bumps [com.networknt:json-schema-validator](https://github.com/networknt/json-schema-validator) from 1.5.9 to 3.0.6. - [Release notes](https://github.com/networknt/json-schema-validator/releases) - [Changelog](https://github.com/networknt/json-schema-validator/blob/master/CHANGELOG.md) - [Commits](networknt/json-schema-validator@1.5.9...3.0.6) --- updated-dependencies: - dependency-name: com.networknt:json-schema-validator dependency-version: 3.0.6 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
dependabot
Bot
force-pushed
the
dependabot/maven/com.networknt-json-schema-validator-3.0.6
branch
from
July 22, 2026 22:21
3b09118 to
4f7e6a5
Compare
The 1.5.9 -> 3.0.6 major bump renamed the whole public API and moved its node surface to Jackson 3 (tools.jackson): JsonSchema -> Schema JsonSchemaFactory -> SchemaRegistry (getInstance -> withDefaultDialect) SpecVersion.V202012 -> SpecificationVersion.DRAFT_2020_12 ValidationMessage -> Error (validate now returns List<Error>) ConfigLoader is built on Jackson 2 (com.fasterxml.jackson) and the rest of the app stays on Jackson 2. Rather than pull Jackson 3 into this code, bridge the already-parsed Jackson 2 tree to the validator through a JSON string and let the validator re-parse it with its own mapper via validate(String, InputFormat.JSON). Error.getInstanceLocation()/getMessage() keep the same ConfigError mapping. All 714 api-sheriff tests and verify -Ppre-commit pass. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01PpXbDJSEs9wAns2MftaBm7
…overage gap The Jackson 2 -> validator bridge used ObjectMapper.writeValueAsString, whose checked JsonProcessingException produced a defensive catch that no real parsed node can reach — 3 uncovered new lines that dropped PR new_coverage to 76.9%. Use JsonNode.toString() instead: it renders the same JSON, is total (no checked exception), and needs no try/catch. The validate path is now fully exercised by the existing config tests. Also drops the now-unused JSON_WRITER field and the JsonProcessingException import. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01PpXbDJSEs9wAns2MftaBm7
cuioss-oliver
deleted the
dependabot/maven/com.networknt-json-schema-validator-3.0.6
branch
July 23, 2026 07:00
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Bumps com.networknt:json-schema-validator from 1.5.9 to 3.0.6.
Release notes
Sourced from com.networknt:json-schema-validator's releases.
... (truncated)
Changelog
Sourced from com.networknt:json-schema-validator's changelog.
... (truncated)
Commits
12b85e4upgrade to 3.0.6 and update changelog8bf1423Fall back to the library class loader for classpath resources (#1265)1ef129eAdd schema tests (#1260) (#1261)a7fbcc9Bump jackson to 3.1.4 to fix CVE-2026-54512 and CVE-2026-54513 (#1263)9575509Reduce per-validation allocation in ExecutionContext (#1259)36f2feftest: re-enable and strengthen recursive $ref SelfRefTest (#1258)f75875esimplify additionalItems validation flow (#1256)eec384cupgrade to 3.0.5 and update changelog096fbfdfixes #1252 problem with additionalProperties schema in jsconfig schema (#1253)e5f6dc1fixes #1174 TextNodes as schema seem to validate any value (#1250)