Bump com.networknt:json-schema-validator from 3.0.4 to 3.0.5 - #463
Merged
OptimumCode merged 1 commit intoJun 26, 2026
Merged
OptimumCode merged 1 commit into
OptimumCode merged 1 commit into
Conversation
Contributor
There was a problem hiding this comment.
⚠️ Performance Alert ⚠️
Possible performance regression was detected for benchmark 'KMP JSON schema validator'.
Benchmark result of this commit is worse than the previous benchmark result exceeding threshold 1.50.
| Benchmark suite | Current: 6852f95 | Previous: ba7a5df | Ratio |
|---|---|---|---|
macosArm64.CommonAvgTimeBench.validateBasic ( {"objectPath":"openapi.json","schemaPath":"openapi_schema.json"} ) |
2663.5092593939394 us/op |
1253.7303385099688 us/op |
2.12 |
macosArm64.CommonAvgTimeBench.validateBasic ( {"objectPath":"openapi-invalid.json","schemaPath":"openapi_schema.json"} ) |
3328.8833623239434 us/op |
1247.7516112 us/op |
2.67 |
macosArm64.CommonAvgTimeBench.validateDetailed ( {"objectPath":"openapi.json","schemaPath":"openapi_schema.json"} ) |
8503.381328971964 us/op |
2801.507253174603 us/op |
3.04 |
macosArm64.CommonAvgTimeBench.validateDetailed ( {"objectPath":"openapi-invalid.json","schemaPath":"openapi_schema.json"} ) |
5402.706390776699 us/op |
3118.950590368272 us/op |
1.73 |
macosArm64.CommonAvgTimeBench.validateFlag ( {"objectPath":"openapi.json","schemaPath":"openapi_schema.json"} ) |
1499.3522108320253 us/op |
871.7822099559471 us/op |
1.72 |
macosArm64.CommonAvgTimeBench.validateFlag ( {"objectPath":"openapi-invalid.json","schemaPath":"openapi_schema.json"} ) |
1.277477261906275 us/op |
0.5672410124170056 us/op |
2.25 |
macosArm64.CommonAvgTimeBench.validate ( {"objectPath":"openapi.json","schemaPath":"openapi_schema.json"} ) |
2344.120823732719 us/op |
1022.9553746319365 us/op |
2.29 |
macosArm64.CommonAvgTimeBench.validate ( {"objectPath":"openapi-invalid.json","schemaPath":"openapi_schema.json"} ) |
3010.8469171243937 us/op |
1052.569166631579 us/op |
2.86 |
This comment was automatically generated by workflow using github-action-benchmark.
CC: @OptimumCode
dependabot
Bot
force-pushed
the
dependabot/gradle/com.networknt-json-schema-validator-3.0.5
branch
from
June 23, 2026 22:20
007dcb2 to
e8a5b54
Compare
OptimumCode
enabled auto-merge (squash)
June 26, 2026 14:37
Bumps [com.networknt:json-schema-validator](https://github.com/networknt/json-schema-validator) from 3.0.4 to 3.0.5. - [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@3.0.4...3.0.5) --- updated-dependencies: - dependency-name: com.networknt:json-schema-validator dependency-version: 3.0.5 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
dependabot
Bot
force-pushed
the
dependabot/gradle/com.networknt-json-schema-validator-3.0.5
branch
from
June 26, 2026 14:38
e8a5b54 to
6852f95
Compare
OptimumCode
deleted the
dependabot/gradle/com.networknt-json-schema-validator-3.0.5
branch
June 26, 2026 14:57
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 3.0.4 to 3.0.5.
Release notes
Sourced from com.networknt:json-schema-validator's releases.
Changelog
Sourced from com.networknt:json-schema-validator's changelog.
... (truncated)
Commits
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)