You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by "dependabot[bot] (via GitHub)" <gi...@apache.org> on 2023/12/20 11:14:52 UTC

[PR] Bump com.networknt:json-schema-validator from 1.0.88 to 1.1.0 [camel]

dependabot[bot] opened a new pull request, #12503:
URL: https://github.com/apache/camel/pull/12503

   Bumps [com.networknt:json-schema-validator](https://github.com/networknt/json-schema-validator) from 1.0.88 to 1.1.0.
   <details>
   <summary>Release notes</summary>
   <p><em>Sourced from <a href="https://github.com/networknt/json-schema-validator/releases">com.networknt:json-schema-validator's releases</a>.</em></p>
   <blockquote>
   <h2>1.1.0 - 2023-12-15</h2>
   <h3>Added</h3>
   <h3>Changed</h3>
   <ul>
   <li>fixes <a href="https://redirect.github.com/networknt/json-schema-validator/issues/906">#906</a> Cannot load JSON schemas with URN value in id field. Thanks <a href="https://github.com/martin-sladecek"><code>@​martin-sladecek</code></a></li>
   <li>upgrade logback to 1.3.14</li>
   <li>fixes <a href="https://redirect.github.com/networknt/json-schema-validator/issues/896">#896</a> Refactor to remove ThreadLocal usage. Thanks <a href="https://github.com/justin-tay"><code>@​justin-tay</code></a></li>
   <li>upgrade slf4j to 2.0.9</li>
   <li>fixes <a href="https://redirect.github.com/networknt/json-schema-validator/issues/900">#900</a> compile configuration is depricated. Thanks <a href="https://github.com/saurvkmr"><code>@​saurvkmr</code></a></li>
   <li>fixes <a href="https://redirect.github.com/networknt/json-schema-validator/issues/898">#898</a> Escape single quotes in validation messages. Thanks <a href="https://github.com/sdurrenmatt"><code>@​sdurrenmatt</code></a></li>
   <li>fixes <a href="https://redirect.github.com/networknt/json-schema-validator/issues/888">#888</a> Fix JDK regex support. Thanks <a href="https://github.com/Stephan202"><code>@​Stephan202</code></a></li>
   <li>fixes <a href="https://redirect.github.com/networknt/json-schema-validator/issues/891">#891</a> fix: make JsonSchemaFactory more thread-safe. Thanks <a href="https://github.com/mpayne-coveo"><code>@​mpayne-coveo</code></a></li>
   <li>fixes <a href="https://redirect.github.com/networknt/json-schema-validator/issues/876">#876</a> Adapt collector context documentation. Thanks <a href="https://github.com/holgpar"><code>@​holgpar</code></a></li>
   <li>fixes <a href="https://redirect.github.com/networknt/json-schema-validator/issues/890">#890</a> Added test cases for not allowed validator, Handled invalid keyword. Thanks <a href="https://github.com/Ketul3012"><code>@​Ketul3012</code></a></li>
   <li>fixes <a href="https://redirect.github.com/networknt/json-schema-validator/issues/887">#887</a> Fix pl_PL message translations. Thanks <a href="https://github.com/brempusz"><code>@​brempusz</code></a></li>
   <li>fixes <a href="https://redirect.github.com/networknt/json-schema-validator/issues/886">#886</a> Fix invalid class passed to getLogger. Thanks <a href="https://github.com/brempusz"><code>@​brempusz</code></a></li>
   <li>upgrade jackson to 2.15.3</li>
   <li>fixes <a href="https://redirect.github.com/networknt/json-schema-validator/issues/883">#883</a> docs clarify commons-lang3 exclusion only required for 1.0.81. Thanks <a href="https://github.com/JonasGroeger"><code>@​JonasGroeger</code></a></li>
   <li>fixes <a href="https://redirect.github.com/networknt/json-schema-validator/issues/866">#866</a> Fix identation in example in walkers.md. Thanks <a href="https://github.com/bpaquet"><code>@​bpaquet</code></a></li>
   </ul>
   <h3>Upgrade Guide</h3>
   <p>With <a href="https://redirect.github.com/networknt/json-schema-validator/issues/896">#896</a> implemented, it breaks the API. Users code might need to change in order to move to this version.</p>
   </blockquote>
   </details>
   <details>
   <summary>Changelog</summary>
   <p><em>Sourced from <a href="https://github.com/networknt/json-schema-validator/blob/master/CHANGELOG.md">com.networknt:json-schema-validator's changelog</a>.</em></p>
   <blockquote>
   <h2>1.1.0 - 2023-12-15</h2>
   <h3>Added</h3>
   <h3>Changed</h3>
   <ul>
   <li>fixes <a href="https://redirect.github.com/networknt/json-schema-validator/issues/906">#906</a> Cannot load JSON schemas with URN value in id field. Thanks <a href="https://github.com/martin-sladecek"><code>@​martin-sladecek</code></a></li>
   <li>upgrade logback to 1.4.14</li>
   <li>fixes <a href="https://redirect.github.com/networknt/json-schema-validator/issues/896">#896</a> Refactor to remove ThreadLocal usage. Thanks <a href="https://github.com/justin-tay"><code>@​justin-tay</code></a></li>
   <li>upgrade slf4j to 2.0.9</li>
   <li>fixes <a href="https://redirect.github.com/networknt/json-schema-validator/issues/900">#900</a> compile configuration is depricated. Thanks <a href="https://github.com/saurvkmr"><code>@​saurvkmr</code></a></li>
   <li>fixes <a href="https://redirect.github.com/networknt/json-schema-validator/issues/898">#898</a> Escape single quotes in validation messages. Thanks <a href="https://github.com/sdurrenmatt"><code>@​sdurrenmatt</code></a></li>
   <li>fixes <a href="https://redirect.github.com/networknt/json-schema-validator/issues/888">#888</a> Fix JDK regex support. Thanks <a href="https://github.com/Stephan202"><code>@​Stephan202</code></a></li>
   <li>fixes <a href="https://redirect.github.com/networknt/json-schema-validator/issues/891">#891</a> fix: make JsonSchemaFactory more thread-safe. Thanks <a href="https://github.com/mpayne-coveo"><code>@​mpayne-coveo</code></a></li>
   <li>fixes <a href="https://redirect.github.com/networknt/json-schema-validator/issues/876">#876</a> Adapt collector context documentation. Thanks <a href="https://github.com/holgpar"><code>@​holgpar</code></a></li>
   <li>fixes <a href="https://redirect.github.com/networknt/json-schema-validator/issues/890">#890</a> Added test cases for not allowed validator, Handled invalid keyword. Thanks <a href="https://github.com/Ketul3012"><code>@​Ketul3012</code></a></li>
   <li>fixes <a href="https://redirect.github.com/networknt/json-schema-validator/issues/887">#887</a> Fix pl_PL message translations. Thanks <a href="https://github.com/brempusz"><code>@​brempusz</code></a></li>
   <li>fixes <a href="https://redirect.github.com/networknt/json-schema-validator/issues/886">#886</a> Fix invalid class passed to getLogger. Thanks <a href="https://github.com/brempusz"><code>@​brempusz</code></a></li>
   <li>upgrade jackson to 2.15.3</li>
   <li>fixes <a href="https://redirect.github.com/networknt/json-schema-validator/issues/883">#883</a> docs clarify commons-lang3 exclusion only required for 1.0.81. Thanks <a href="https://github.com/JonasGroeger"><code>@​JonasGroeger</code></a></li>
   <li>fixes <a href="https://redirect.github.com/networknt/json-schema-validator/issues/866">#866</a> Fix identation in example in walkers.md. Thanks <a href="https://github.com/bpaquet"><code>@​bpaquet</code></a></li>
   </ul>
   <h3>Upgrade Guide</h3>
   <p>With <a href="https://redirect.github.com/networknt/json-schema-validator/issues/896">#896</a> implemented, it breaks the API. Users code might need to change in order to move to this version.</p>
   <h2>1.0.87 - 2023-09-08</h2>
   <h3>Added</h3>
   <ul>
   <li>fixes <a href="https://redirect.github.com/networknt/json-schema-validator/issues/852">#852</a> New resource bundle languages added for issue. Thanks <a href="https://github.com/channaveer1"><code>@​channaveer1</code></a></li>
   </ul>
   <h3>Changed</h3>
   <ul>
   <li>fixes <a href="https://redirect.github.com/networknt/json-schema-validator/issues/837">#837</a> Use correct namespace URI to pass XML validation. Thanks @<a href="https://github.com/jbliznak"><code>@​jbliznak</code></a></li>
   </ul>
   <h2>1.0.86 - 2023-07-05</h2>
   <h3>Added</h3>
   <ul>
   <li>fixes <a href="https://redirect.github.com/networknt/json-schema-validator/issues/825">#825</a> Adds support for $recursiveAnchor and $recursiveRef. Thanks <a href="https://github.com/fdutton"><code>@​fdutton</code></a></li>
   </ul>
   <h3>Changed</h3>
   <ul>
   <li>fixes <a href="https://redirect.github.com/networknt/json-schema-validator/issues/827">#827</a> Stops unevaluatedProperties and unevaluatedItems being applied recursively. Thanks <a href="https://github.com/aznan2"><code>@​aznan2</code></a></li>
   <li>fixes <a href="https://redirect.github.com/networknt/json-schema-validator/issues/834">#834</a> Always normalize uri keys of JsonSchemaFactory.jsonMetaSchemas on both read and write. Thanks <a href="https://github.com/stacywsmith"><code>@​stacywsmith</code></a></li>
   </ul>
   <!-- raw HTML omitted -->
   </blockquote>
   <p>... (truncated)</p>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a href="https://github.com/networknt/json-schema-validator/commit/0c14a7a8664334fd10108895f84d8232f6c34019"><code>0c14a7a</code></a> upgrade to 1.1.0 and update changelog</li>
   <li><a href="https://github.com/networknt/json-schema-validator/commit/55351073353822af1803fbb6354a23e796920665"><code>5535107</code></a> downgrade logback to 1.3.14 for JDK 8 compatibility (<a href="https://redirect.github.com/networknt/json-schema-validator/issues/912">#912</a>)</li>
   <li><a href="https://github.com/networknt/json-schema-validator/commit/b818d54cc6d4dcc9726603eec9ebde8f215e99b5"><code>b818d54</code></a> upgrade to 1.0.88 and update changelog</li>
   <li>See full diff in <a href="https://github.com/networknt/json-schema-validator/compare/1.0.88...1.1.0">compare view</a></li>
   </ul>
   </details>
   <br />
   
   
   [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=com.networknt:json-schema-validator&package-manager=maven&previous-version=1.0.88&new-version=1.1.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)
   
   Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`.
   
   [//]: # (dependabot-automerge-start)
   [//]: # (dependabot-automerge-end)
   
   ---
   
   <details>
   <summary>Dependabot commands and options</summary>
   <br />
   
   You can trigger Dependabot actions by commenting on this PR:
   - `@dependabot rebase` will rebase this PR
   - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it
   - `@dependabot merge` will merge this PR after your CI passes on it
   - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it
   - `@dependabot cancel merge` will cancel a previously requested merge and block automerging
   - `@dependabot reopen` will reopen this PR if it is closed
   - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
   - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency
   - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
   - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
   - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
   
   
   </details>


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@camel.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


Re: [PR] Bump com.networknt:json-schema-validator from 1.0.88 to 1.1.0 [camel]

Posted by "davsclaus (via GitHub)" <gi...@apache.org>.
davsclaus merged PR #12503:
URL: https://github.com/apache/camel/pull/12503


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@camel.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


Re: [PR] Bump com.networknt:json-schema-validator from 1.0.88 to 1.1.0 [camel]

Posted by "oscerd (via GitHub)" <gi...@apache.org>.
oscerd commented on PR #12503:
URL: https://github.com/apache/camel/pull/12503#issuecomment-1864325837

   /component-test json-validator


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@camel.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


Re: [PR] Bump com.networknt:json-schema-validator from 1.0.88 to 1.1.0 [camel]

Posted by "github-actions[bot] (via GitHub)" <gi...@apache.org>.
github-actions[bot] commented on PR #12503:
URL: https://github.com/apache/camel/pull/12503#issuecomment-1864295858

   :star2: Thank you for your contribution to the Apache Camel project! :star2: 
   
   :robot: CI automation will test this PR automatically.
   
   :camel: Apache Camel Committers, please review the following items:
   
   * First-time contributors **require MANUAL approval** for the GitHub Actions to run
   
   * You can use the command `/component-test (camel-)component-name1 (camel-)component-name2..` to request a test from the test bot.
   
   * You can label PRs using `build-all`, `build-dependents`, `skip-tests` and `test-dependents` to fine-tune the checks executed by this PR.
   
   * Build and test logs are available in the Summary page. **Only** [Apache Camel committers](https://camel.apache.org/community/team/#committers) have access to the summary. 
   
   * :warning: Be careful when sharing logs. Review their contents before sharing them publicly.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@camel.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


Re: [PR] Bump com.networknt:json-schema-validator from 1.0.88 to 1.1.0 [camel]

Posted by "github-actions[bot] (via GitHub)" <gi...@apache.org>.
github-actions[bot] commented on PR #12503:
URL: https://github.com/apache/camel/pull/12503#issuecomment-1864326630

   :robot: The Apache Camel test robot will run the tests for you :+1:


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@camel.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org