Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Apr 22, 2024

This PR contains the following updates:

Package Change Age Confidence
com.networknt:json-schema-validator 1.0.40 -> 1.5.9 age confidence

Release Notes

networknt/json-schema-validator (com.networknt:json-schema-validator)

v1.5.9

Compare Source

Added
Changed

v1.5.8

Compare Source

Added
Changed
  • upgrade maven-gpg to 3.2.7
  • Fix walk with validate when node is null (#​1169) Thanks @​justin-tay
  • add central-publishing-maven-plugin

v1.5.7

Compare Source

Added
Changed
  • upgrade nexus-staging verison
  • Fix OverrideValidatorTest (#​1159) Thanks @​justin-tay
  • update slf4j to 2.0.17
  • update jackson to 2.18.3

v1.5.6

Compare Source

Added
Changed

v1.5.5

Compare Source

Added
Changed

v1.5.4

Compare Source

Added
Changed

v1.5.3

Compare Source

Added
Changed

v1.5.2

Compare Source

Added
Changed

v1.5.1

Compare Source

Added
Changed

v1.5.0

Compare Source

Added
Changed

v1.4.3

Compare Source

Added
Changed

v1.4.2

Compare Source

Added
Changed

v1.4.1

Compare Source

Added
Changed

v1.4.0

Compare Source

Added
Changed

v1.3.3

Compare Source

Added
Changed

v1.3.2

Compare Source

Added
Changed

v1.3.1

Compare Source

Added
Changed
  • fixes #​942 Add annotation support refactor keywords to use annotations implement output formats. Thanks @​justin-tay

v1.3.0

Compare Source

Added
Changed
Upgrade Guide

With #​931 implemented, it breaks the API. Users code might need to change in order to move to this version.

v1.2.0

Compare Source

Added
Changed
Upgrade Guide

With #​915 and #​922 implemented, it breaks the API. Users code might need to change in order to move to this version.

v1.1.0

Compare Source

Added
Changed
Upgrade Guide

With #​896 implemented, it breaks the API. Users code might need to change in order to move to this version.

v1.0.88

Compare Source

v1.0.87

Compare Source

Added
Changed

v1.0.86

Compare Source

Added
Changed
  • fixes #​827 Stops unevaluatedProperties and unevaluatedItems being applied recursively. Thanks @​aznan2
  • fixes #​834 Always normalize uri keys of JsonSchemaFactory.jsonMetaSchemas on both read and write. Thanks @​stacywsmith

v1.0.85

Compare Source

Added
Changed

v1.0.84

Compare Source

Added
Changed
  • fixes #​816 Ignores fail-fast when evaluating a member of an applicator. Thanks @​fdutton
  • fixes #​815 Corrects Java's failure to match an end anchor when immediately preceded by a quantifier. Thanks @​fdutton
  • fixes #​812 Ensures context is reset after validating regardless of which method is used by the client. Thanks @​fdutton
  • fixes #​809 Ignores siblings of $ref when dialect is Draft 4, 6 or 7. Thanks @​fdutton
  • fixes #​807 Updates Jacoco configuration to ignore the embedded Apache code. Thanks @​fdutton
  • fixes #​790 Simplifies how evaluated properties and array items are tracked. Thanks @​fdutton
  • fixes #​806 Enables unit-tests for refRemote validation. Thanks @​fdutton
  • fixes #​805 Corrects issue with deserializing JSON Schema Test Suite tests. Thanks @​fdutton
  • fixes #​801 Support config param to disable custom messages from schema. Thanks @​anjnerajat
  • fixes #​795 Supports fail-fast when a pattern does not match. Thanks @​fdutton
  • fixes #​793 Updating jackson version to 2.15.2

v1.0.83

Compare Source

Added
Changed
  • fixes #​788 update JsonSchema to fix the javadoc issues
  • fixes #​787 Allows to override date-time and duration validators. Thanks @​josejulio
  • fixes #​786 Allow walking of schema for items keyword when non-array node is provided. Thanks @​anjnerajat
  • fixes #​783 Resolves improper anchoring of patternProperties. Thanks @​fdutton

v1.0.82

Compare Source

Added
Changed

v1.0.81

Compare Source

Added
Changed

v1.0.80

Compare Source

Added
Changed
  • fixes #​709 Throw the exception as it is in I18nSupport. Thanks @​rishabh413
  • update javadoc comments
  • fixe #​716 Adds support for unevaluatedProperties that uses a non-boolean schema. Thanks @​fdutton
  • fixes #​714 Adds explicit support for tracking evaluated properties. Thanks @​fdutton
  • fixes #​712 Corrects malformed tests. Thanks @​fdutton
  • fixes #​710 Add support for the Draft 2020-12 interpretation of prefixItems. Thanks @​fdutton
  • fixes #​708 remove System.exit from I18nSupport.
  • fixes #​707 Corrects treating 1.0 as an integer. Thanks @​fdutton
  • fixes #​706 Adds support for validating regular expressions. Thanks @​fdutton
  • fixes #​705 Adds support for email addresses containing an IPv6 literal value. Thanks @​fdutton
  • fixes #​704 Adds support for validating leap seconds. Thanks @​fdutton
  • fixes #​703 Corrects validation of duration and provides the option to validate against the ISO 8601 duration format. Thanks @​fdutton
  • fixes #​720 Adds support for minContains and maxContains. Thanks @​fdutton
  • Updates tests from JSON Schema Test Suite. Thanks @​fdutton
  • fixes #​698 avoid warning for additionalItems keyword
  • fixes #​697 Moves JSON Schema Test Suite to a separate test-resources folder. Thanks @​fdutton
  • fixes #​696 add then and else to as NonValidationKeyword for v7
  • fixes #​690 Uses JUnit dynamic tests to generate tests from specification files. Thanks @​fdutton
  • upgrade slf4j to 2.0.7
  • upgrade logback to 1.4.6.
  • fixes #​687 Return valid JSONPath (or JSONPointer) expressions for each ValidationMessage. Thanks @​costas80
  • fixes #​688 CI Bump used latest non-LTS Java: 19 -> 20. Thanks @​valfirst

v1.0.79

Compare Source

Added
Changed
  • add a doc for metaschema validation
  • fixes #​682 Adds support for translating one URI into another. Thanks @​fdutton
  • fixes #​604 add disabled test case to reproduce the NPE.
  • fixes changing ReadOnlyValidator to use boolean property instead of array. Thanks @​jorgesartori
  • fixes #​679 Add option to disable uri schema cache in JsonSchemaFactory. Thanks @​Kaaviyan
  • fixes #​664 Avoid throwing exceptions and error-level logging. Thanks @​CremboC
  • fixes #​675 Update README.md file. Thanks @​hcnicepink
  • fixes #​672 add multiple language doc.
  • fixes #​671 Support time offsets in the time format. Thanks @​JDziurlaj

v1.0.78

Compare Source

Added
Changed

v1.0.77

Compare Source

Added
Changed

v1.0.76

Compare Source

Added
Changed
  • fixes #​629 adding new walk method to start walking from a specific part of a given schema node. Thanks @​prashanthjos

v1.0.75

Compare Source

Added
Changed

v1.0.74

Compare Source

Added
Changed

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot changed the title Update dependency com.networknt:json-schema-validator to v1.4.0 Update dependency com.networknt:json-schema-validator to v1.4.1 Jun 21, 2024
@renovate renovate bot force-pushed the renovate/com.networknt-json-schema-validator-1.x branch from 47b7329 to c76d815 Compare June 21, 2024 03:42
@renovate renovate bot changed the title Update dependency com.networknt:json-schema-validator to v1.4.1 Update dependency com.networknt:json-schema-validator to v1.4.2 Jun 21, 2024
@renovate renovate bot force-pushed the renovate/com.networknt-json-schema-validator-1.x branch from c76d815 to d5c8748 Compare June 21, 2024 08:54
@renovate renovate bot changed the title Update dependency com.networknt:json-schema-validator to v1.4.2 Update dependency com.networknt:json-schema-validator to v1.4.3 Jun 25, 2024
@renovate renovate bot force-pushed the renovate/com.networknt-json-schema-validator-1.x branch from d5c8748 to 3ae9a81 Compare June 25, 2024 20:11
@renovate renovate bot changed the title Update dependency com.networknt:json-schema-validator to v1.4.3 Update dependency com.networknt:json-schema-validator to v1.5.0 Jul 5, 2024
@renovate renovate bot force-pushed the renovate/com.networknt-json-schema-validator-1.x branch from 3ae9a81 to a4f21df Compare July 5, 2024 19:50
@renovate renovate bot changed the title Update dependency com.networknt:json-schema-validator to v1.5.0 Update dependency com.networknt:json-schema-validator to v1.5.1 Jul 25, 2024
@renovate renovate bot force-pushed the renovate/com.networknt-json-schema-validator-1.x branch from a4f21df to 7c97b27 Compare July 25, 2024 23:07
@renovate renovate bot changed the title Update dependency com.networknt:json-schema-validator to v1.5.1 Update dependency com.networknt:json-schema-validator to v1.5.2 Sep 19, 2024
@renovate renovate bot force-pushed the renovate/com.networknt-json-schema-validator-1.x branch from 7c97b27 to 5a5cb75 Compare September 19, 2024 20:10
@renovate renovate bot changed the title Update dependency com.networknt:json-schema-validator to v1.5.2 Update dependency com.networknt:json-schema-validator to v1.5.3 Oct 31, 2024
@renovate renovate bot force-pushed the renovate/com.networknt-json-schema-validator-1.x branch from 5a5cb75 to 6d7c6f6 Compare October 31, 2024 13:30
@renovate renovate bot force-pushed the renovate/com.networknt-json-schema-validator-1.x branch from 6d7c6f6 to 673fde4 Compare November 25, 2024 09:04
@renovate renovate bot changed the title Update dependency com.networknt:json-schema-validator to v1.5.3 Update dependency com.networknt:json-schema-validator to v1.5.4 Nov 25, 2024
@renovate renovate bot force-pushed the renovate/com.networknt-json-schema-validator-1.x branch from 673fde4 to ba88a87 Compare January 15, 2025 04:31
@renovate renovate bot changed the title Update dependency com.networknt:json-schema-validator to v1.5.4 Update dependency com.networknt:json-schema-validator to v1.5.5 Jan 15, 2025
@renovate renovate bot force-pushed the renovate/com.networknt-json-schema-validator-1.x branch from ba88a87 to fdf40c0 Compare February 20, 2025 02:06
@renovate renovate bot changed the title Update dependency com.networknt:json-schema-validator to v1.5.5 Update dependency com.networknt:json-schema-validator to v1.5.6 Feb 20, 2025
@renovate renovate bot force-pushed the renovate/com.networknt-json-schema-validator-1.x branch from fdf40c0 to c719f76 Compare May 23, 2025 23:02
@renovate renovate bot changed the title Update dependency com.networknt:json-schema-validator to v1.5.6 Update dependency com.networknt:json-schema-validator to v1.5.7 May 23, 2025
@renovate renovate bot force-pushed the renovate/com.networknt-json-schema-validator-1.x branch from c719f76 to bb96804 Compare June 28, 2025 02:31
@renovate renovate bot changed the title Update dependency com.networknt:json-schema-validator to v1.5.7 Update dependency com.networknt:json-schema-validator to v1.5.8 Jun 28, 2025
@renovate renovate bot force-pushed the renovate/com.networknt-json-schema-validator-1.x branch from bb96804 to b20bb40 Compare September 14, 2025 00:10
@renovate renovate bot changed the title Update dependency com.networknt:json-schema-validator to v1.5.8 Update dependency com.networknt:json-schema-validator to v1.5.9 Sep 14, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants