dependabot[bot] opened a new pull request, #21392: URL: https://github.com/apache/camel/pull/21392
Bumps `jsonschema-generator-version` from 4.38.0 to 5.0.0. Updates `com.github.victools:jsonschema-generator` from 4.38.0 to 5.0.0 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/victools/jsonschema-generator/releases">com.github.victools:jsonschema-generator's releases</a>.</em></p> <blockquote> <h2>5.0.0 – Jackson 3 & Java 17</h2> <h3><code>jsonschema-generator</code></h3> <h4>Changed</h4> <ul> <li>BREAKING CHANGE: minimum Java version <code>17</code></li> <li>BREAKING CHANGE: minimum Jackson version <code>3.x</code></li> </ul> <h4>Fixed</h4> <ul> <li>remove invalid <code>format</code> for standard <code>LocalDateTime</code> string definition</li> </ul> <h3><code>jsonschema-module-jackson</code></h3> <h4>Added</h4> <ul> <li>introduce <code>JacksonSchemaModule</code> as alternative name to the <code>JacksonModule</code> (old class name kept for backward compatibility)</li> </ul> <h4>Fixed</h4> <ul> <li>support <code>@JacksonAnnotationsInside</code> annotated combo annotations also when looking for <code>@JsonPropertyDescription</code></li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/victools/jsonschema-generator/blob/main/CHANGELOG.md">com.github.victools:jsonschema-generator's changelog</a>.</em></p> <blockquote> <h2>[5.0.0] - 2026-02-07</h2> <h3><code>jsonschema-generator</code></h3> <h4>Changed</h4> <ul> <li>BREAKING CHANGE: minimum Java version <code>17</code></li> <li>BREAKING CHANGE: minimum Jackson version <code>3.x</code></li> </ul> <h4>Fixed</h4> <ul> <li>remove invalid <code>format</code> for standard <code>LocalDateTime</code> string definition</li> </ul> <h3><code>jsonschema-module-jackson</code></h3> <h4>Added</h4> <ul> <li>introduce <code>JacksonSchemaModule</code> as alternative name to the <code>JacksonModule</code> (old class name kept for backward compatibility)</li> </ul> <h4>Fixed</h4> <ul> <li>support <code>@JacksonAnnotationsInside</code> annotated combo annotations also when looking for <code>@JsonPropertyDescription</code></li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/victools/jsonschema-generator/commit/1523acbdb5294070e6a6b43f30b7db8b76ff0d88"><code>1523acb</code></a> chore: release 5.0.0</li> <li><a href="https://github.com/victools/jsonschema-generator/commit/5fbe3ff7a2a036aa51cf80c29008120163204384"><code>5fbe3ff</code></a> chore: update release setup</li> <li><a href="https://github.com/victools/jsonschema-generator/commit/686377b1c0f656b7ff29ec7b8029aedbaddafa57"><code>686377b</code></a> feat: Jackson module rename (<a href="https://redirect.github.com/victools/jsonschema-generator/issues/563">#563</a>)</li> <li><a href="https://github.com/victools/jsonschema-generator/commit/ca53b58ffee251495e7d63e357de374dfbfb84b8"><code>ca53b58</code></a> chore: update changelog</li> <li><a href="https://github.com/victools/jsonschema-generator/commit/3b21a8907dfada32b33c10db529005c4af83cd54"><code>3b21a89</code></a> chore(example): Add OpenAI Function Calling Example (<a href="https://redirect.github.com/victools/jsonschema-generator/issues/526">#526</a>)</li> <li><a href="https://github.com/victools/jsonschema-generator/commit/c4d7fb404be3508327838ecce20e06294db9004f"><code>c4d7fb4</code></a> fix: don't use format "date-time" for LocalDateTime (<a href="https://redirect.github.com/victools/jsonschema-generator/issues/524">#524</a>)</li> <li><a href="https://github.com/victools/jsonschema-generator/commit/d51704dc59ad41fe3f7b38bc499b97d5e372a2ce"><code>d51704d</code></a> feat: Drop JDK 11 support in favor of JDK 17 (<a href="https://redirect.github.com/victools/jsonschema-generator/issues/508">#508</a>)</li> <li><a href="https://github.com/victools/jsonschema-generator/commit/508abf35997de7d7ff5f7b50aa49e4e7cb04e7a3"><code>508abf3</code></a> docs: fix typo 'definittions' (<a href="https://redirect.github.com/victools/jsonschema-generator/issues/558">#558</a>)</li> <li><a href="https://github.com/victools/jsonschema-generator/commit/05732e0946c4e9e7d2a058f9950082d581876bff"><code>05732e0</code></a> chore: Update GitHub Actions to latest versions (<a href="https://redirect.github.com/victools/jsonschema-generator/issues/559">#559</a>)</li> <li><a href="https://github.com/victools/jsonschema-generator/commit/78ae92c6646defa01746593f42472ffc7af323ac"><code>78ae92c</code></a> chore(deps): Update various dependencies (<a href="https://redirect.github.com/victools/jsonschema-generator/issues/557">#557</a>)</li> <li>Additional commits viewable in <a href="https://github.com/victools/jsonschema-generator/compare/v4.38.0...v5.0.0">compare view</a></li> </ul> </details> <br /> Updates `com.github.victools:jsonschema-module-jackson` from 4.38.0 to 5.0.0 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/victools/jsonschema-generator/releases">com.github.victools:jsonschema-module-jackson's releases</a>.</em></p> <blockquote> <h2>5.0.0 – Jackson 3 & Java 17</h2> <h3><code>jsonschema-generator</code></h3> <h4>Changed</h4> <ul> <li>BREAKING CHANGE: minimum Java version <code>17</code></li> <li>BREAKING CHANGE: minimum Jackson version <code>3.x</code></li> </ul> <h4>Fixed</h4> <ul> <li>remove invalid <code>format</code> for standard <code>LocalDateTime</code> string definition</li> </ul> <h3><code>jsonschema-module-jackson</code></h3> <h4>Added</h4> <ul> <li>introduce <code>JacksonSchemaModule</code> as alternative name to the <code>JacksonModule</code> (old class name kept for backward compatibility)</li> </ul> <h4>Fixed</h4> <ul> <li>support <code>@JacksonAnnotationsInside</code> annotated combo annotations also when looking for <code>@JsonPropertyDescription</code></li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/victools/jsonschema-generator/blob/main/CHANGELOG.md">com.github.victools:jsonschema-module-jackson's changelog</a>.</em></p> <blockquote> <h2>[5.0.0] - 2026-02-07</h2> <h3><code>jsonschema-generator</code></h3> <h4>Changed</h4> <ul> <li>BREAKING CHANGE: minimum Java version <code>17</code></li> <li>BREAKING CHANGE: minimum Jackson version <code>3.x</code></li> </ul> <h4>Fixed</h4> <ul> <li>remove invalid <code>format</code> for standard <code>LocalDateTime</code> string definition</li> </ul> <h3><code>jsonschema-module-jackson</code></h3> <h4>Added</h4> <ul> <li>introduce <code>JacksonSchemaModule</code> as alternative name to the <code>JacksonModule</code> (old class name kept for backward compatibility)</li> </ul> <h4>Fixed</h4> <ul> <li>support <code>@JacksonAnnotationsInside</code> annotated combo annotations also when looking for <code>@JsonPropertyDescription</code></li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/victools/jsonschema-generator/commit/1523acbdb5294070e6a6b43f30b7db8b76ff0d88"><code>1523acb</code></a> chore: release 5.0.0</li> <li><a href="https://github.com/victools/jsonschema-generator/commit/5fbe3ff7a2a036aa51cf80c29008120163204384"><code>5fbe3ff</code></a> chore: update release setup</li> <li><a href="https://github.com/victools/jsonschema-generator/commit/686377b1c0f656b7ff29ec7b8029aedbaddafa57"><code>686377b</code></a> feat: Jackson module rename (<a href="https://redirect.github.com/victools/jsonschema-generator/issues/563">#563</a>)</li> <li><a href="https://github.com/victools/jsonschema-generator/commit/ca53b58ffee251495e7d63e357de374dfbfb84b8"><code>ca53b58</code></a> chore: update changelog</li> <li><a href="https://github.com/victools/jsonschema-generator/commit/3b21a8907dfada32b33c10db529005c4af83cd54"><code>3b21a89</code></a> chore(example): Add OpenAI Function Calling Example (<a href="https://redirect.github.com/victools/jsonschema-generator/issues/526">#526</a>)</li> <li><a href="https://github.com/victools/jsonschema-generator/commit/c4d7fb404be3508327838ecce20e06294db9004f"><code>c4d7fb4</code></a> fix: don't use format "date-time" for LocalDateTime (<a href="https://redirect.github.com/victools/jsonschema-generator/issues/524">#524</a>)</li> <li><a href="https://github.com/victools/jsonschema-generator/commit/d51704dc59ad41fe3f7b38bc499b97d5e372a2ce"><code>d51704d</code></a> feat: Drop JDK 11 support in favor of JDK 17 (<a href="https://redirect.github.com/victools/jsonschema-generator/issues/508">#508</a>)</li> <li><a href="https://github.com/victools/jsonschema-generator/commit/508abf35997de7d7ff5f7b50aa49e4e7cb04e7a3"><code>508abf3</code></a> docs: fix typo 'definittions' (<a href="https://redirect.github.com/victools/jsonschema-generator/issues/558">#558</a>)</li> <li><a href="https://github.com/victools/jsonschema-generator/commit/05732e0946c4e9e7d2a058f9950082d581876bff"><code>05732e0</code></a> chore: Update GitHub Actions to latest versions (<a href="https://redirect.github.com/victools/jsonschema-generator/issues/559">#559</a>)</li> <li><a href="https://github.com/victools/jsonschema-generator/commit/78ae92c6646defa01746593f42472ffc7af323ac"><code>78ae92c</code></a> chore(deps): Update various dependencies (<a href="https://redirect.github.com/victools/jsonschema-generator/issues/557">#557</a>)</li> <li>Additional commits viewable in <a href="https://github.com/victools/jsonschema-generator/compare/v4.38.0...v5.0.0">compare view</a></li> </ul> </details> <br /> 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 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
