Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: networknt/json-schema-validator
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 1.0.87
Choose a base ref
...
head repository: networknt/json-schema-validator
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 1.1.0
Choose a head ref
  • 20 commits
  • 132 files changed
  • 14 contributors

Commits on Sep 15, 2023

  1. 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>
    dependabot[bot] authored Sep 15, 2023
    Configuration menu
    Copy the full SHA
    01a7da2 View commit details
    Browse the repository at this point in the history

Commits on Sep 22, 2023

  1. Revert "Bump io.undertow:undertow-core from 2.2.25.Final to 2.3.5.Fin…

    …al (#858)" (#863)
    
    This reverts commit 01a7da2.
    
    Fixes #861
    fbiville authored Sep 22, 2023
    Configuration menu
    Copy the full SHA
    b8a008e View commit details
    Browse the repository at this point in the history

Commits on Oct 6, 2023

  1. Configuration menu
    Copy the full SHA
    b041fcc View commit details
    Browse the repository at this point in the history

Commits on Oct 24, 2023

  1. Configuration menu
    Copy the full SHA
    f03a306 View commit details
    Browse the repository at this point in the history

Commits on Oct 26, 2023

  1. upgrade jackson to 2.15.3

    stevehu committed Oct 26, 2023
    Configuration menu
    Copy the full SHA
    9ece704 View commit details
    Browse the repository at this point in the history

Commits on Oct 27, 2023

  1. Configuration menu
    Copy the full SHA
    181f88a View commit details
    Browse the repository at this point in the history

Commits on Oct 28, 2023

  1. Configuration menu
    Copy the full SHA
    e86c817 View commit details
    Browse the repository at this point in the history

Commits on Nov 17, 2023

  1. 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
    Ketul3012 authored Nov 17, 2023
    Configuration menu
    Copy the full SHA
    20a179f View commit details
    Browse the repository at this point in the history
  2. Adapt collector context documentation (#876)

    After #812 some adaptions
    are required to retrieve data from the CollectorContext.
    holgpar authored Nov 17, 2023
    Configuration menu
    Copy the full SHA
    92141e3 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9ed6dc2 View commit details
    Browse the repository at this point in the history

Commits on Dec 2, 2023

  1. Fix JDK regex support (#888)

    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.
    Stephan202 authored Dec 2, 2023
    Configuration menu
    Copy the full SHA
    0924dfe View commit details
    Browse the repository at this point in the history

Commits on Dec 3, 2023

  1. Configuration menu
    Copy the full SHA
    84f613e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2f611ed View commit details
    Browse the repository at this point in the history
  3. upgrade slf4j to 2.0.9

    stevehu committed Dec 3, 2023
    Configuration menu
    Copy the full SHA
    2971b79 View commit details
    Browse the repository at this point in the history

Commits on Dec 7, 2023

  1. Refactor to remove ThreadLocal usage (#896)

    * Refactor to remove threadlocal usage
    
    * Remove option for resetting the context as context reuse is explicit
    justin-tay authored Dec 7, 2023
    Configuration menu
    Copy the full SHA
    b33561f View commit details
    Browse the repository at this point in the history
  2. upgrade logback to 1.4.14

    stevehu committed Dec 7, 2023
    Configuration menu
    Copy the full SHA
    97b4cba View commit details
    Browse the repository at this point in the history

Commits on Dec 8, 2023

  1. 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
    martin-sladecek authored Dec 8, 2023
    Configuration menu
    Copy the full SHA
    b138dc6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b818d54 View commit details
    Browse the repository at this point in the history

Commits on Dec 14, 2023

  1. Configuration menu
    Copy the full SHA
    5535107 View commit details
    Browse the repository at this point in the history

Commits on Dec 15, 2023

  1. Configuration menu
    Copy the full SHA
    0c14a7a View commit details
    Browse the repository at this point in the history
Loading
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy