-
Notifications
You must be signed in to change notification settings - Fork 331
Comparing changes
Open a pull request
base repository: networknt/json-schema-validator
base: 1.0.87
head repository: networknt/json-schema-validator
compare: 1.1.0
- 20 commits
- 132 files changed
- 14 contributors
Commits on Sep 15, 2023
-
Bump io.undertow:undertow-core from 2.2.25.Final to 2.3.5.Final (#858)
Bumps [io.undertow:undertow-core](https://github.com/undertow-io/undertow) from 2.2.25.Final to 2.3.5.Final. - [Commits](undertow-io/undertow@2.2.25.Final...2.3.5.Final) --- updated-dependencies: - dependency-name: io.undertow:undertow-core dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 01a7da2 - Browse repository at this point
Copy the full SHA 01a7da2View commit details
Commits on Sep 22, 2023
-
Configuration menu - View commit details
-
Copy full SHA for b8a008e - Browse repository at this point
Copy the full SHA b8a008eView commit details
Commits on Oct 6, 2023
-
Configuration menu - View commit details
-
Copy full SHA for b041fcc - Browse repository at this point
Copy the full SHA b041fccView commit details
Commits on Oct 24, 2023
-
Configuration menu - View commit details
-
Copy full SHA for f03a306 - Browse repository at this point
Copy the full SHA f03a306View commit details
Commits on Oct 26, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 9ece704 - Browse repository at this point
Copy the full SHA 9ece704View commit details
Commits on Oct 27, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 181f88a - Browse repository at this point
Copy the full SHA 181f88aView commit details
Commits on Oct 28, 2023
-
Configuration menu - View commit details
-
Copy full SHA for e86c817 - Browse repository at this point
Copy the full SHA e86c817View commit details
Commits on Nov 17, 2023
-
Added test cases for not allowed validator, Handled invalid keyword t…
…est case for recurisve reference and empty array case for prefixItems validator (#890) * Added not allowed validator test cases * Updated JAVA doc for NotAllowedValidatorTest * Added PrefixItemsValidatorTest for exception handling test case * Added RecursiveReferenceValidatorExceptionTest for handling invalid recursive ref keyword * Extracted method from isValidInet6Address to get valid and important from inet6Address for further processing. * Renamed strict variable in DurationFormat.java to make it more understandable. * Added explaining variable for return statement in TimeFormat.java. * Extracted a class from BaseJsonValidator with methods concerning to validation messages. * Removed unnecessary override in BaseJsonValidator to improve code readability. * Moved version detection related methods from AbstractJsonSchemaTestSuite to SpecVersionDetector for better cohesion across methods
Configuration menu - View commit details
-
Copy full SHA for 20a179f - Browse repository at this point
Copy the full SHA 20a179fView commit details -
Adapt collector context documentation (#876)
After #812 some adaptions are required to retrieve data from the CollectorContext.
Configuration menu - View commit details
-
Copy full SHA for 92141e3 - Browse repository at this point
Copy the full SHA 92141e3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9ed6dc2 - Browse repository at this point
Copy the full SHA 9ed6dc2View commit details
Commits on Dec 2, 2023
-
Summary of changes: - Fix the test resources introduced by #783 by moving the `regex` fields, such that the test framework does not skip them with a "Not a valid test case" message. - Revert the changes introduced by #815, as those are simply incorrect. - Extend the test coverage introduced by #815 by (a) updating the test regexes to match their intended semantics and (b) include a few negative test cases. - Partially revert the change introduced by #783: the use of `Matcher#find()` is correct, but the `hasStartAnchor` and `hasEndAnchor` logic introduces more bugs than the issue it aims to solve. - Extend the test coverage introduced by #783, by introducing regexes that are not covered by the `hasStartAnchor`/`hasEndAnchor` logic. - Update the Joni regular expression integration such that it passes more of the test cases. - Disable the "trailing newline" test cases, as these are currently not handled correctly by either regex implementation.
Configuration menu - View commit details
-
Copy full SHA for 0924dfe - Browse repository at this point
Copy the full SHA 0924dfeView commit details
Commits on Dec 3, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 84f613e - Browse repository at this point
Copy the full SHA 84f613eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 2f611ed - Browse repository at this point
Copy the full SHA 2f611edView commit details -
Configuration menu - View commit details
-
Copy full SHA for 2971b79 - Browse repository at this point
Copy the full SHA 2971b79View commit details
Commits on Dec 7, 2023
-
Refactor to remove ThreadLocal usage (#896)
* Refactor to remove threadlocal usage * Remove option for resetting the context as context reuse is explicit
Configuration menu - View commit details
-
Copy full SHA for b33561f - Browse repository at this point
Copy the full SHA b33561fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 97b4cba - Browse repository at this point
Copy the full SHA 97b4cbaView commit details
Commits on Dec 8, 2023
-
665: Can't load JSON schemas with URN value in id field (#906)
* 665: Can't load JSON schemas with URN value in id field * Better handling of URNs
Configuration menu - View commit details
-
Copy full SHA for b138dc6 - Browse repository at this point
Copy the full SHA b138dc6View commit details -
Configuration menu - View commit details
-
Copy full SHA for b818d54 - Browse repository at this point
Copy the full SHA b818d54View commit details
Commits on Dec 14, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 5535107 - Browse repository at this point
Copy the full SHA 5535107View commit details
Commits on Dec 15, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 0c14a7a - Browse repository at this point
Copy the full SHA 0c14a7aView commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff 1.0.87...1.1.0