Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump jsonschema-generator.version from 4.12.2 to 4.18.0 #56

Open
wants to merge 1 commit into
base: develop
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github May 6, 2021

Bumps jsonschema-generator.version from 4.12.2 to 4.18.0.
Updates jsonschema-generator from 4.12.2 to 4.18.0

Release notes

Sourced from jsonschema-generator's releases.

4.18.0 – Jackson Version Upgrade

jsonschema-generator

Changed

  • Increase of Jackson dependency version to 2.12.1
  • Include java.net.URI in handling of Option.ADDITIONAL_FIXED_TYPES.

jsonschema-module-jackson

Added

  • New JacksonOption.RESPECT_JSONPROPERTY_REQUIRED to set a field as "required" based on @JsonProperty annotations

Changed

  • Replace deprecated Jackson API usage, resulting in MINIMUM Jackson version 2.12.0

4.17.0 – New Jakarta Validation Module

jsonschema-module-jakarta-validation

Added

  • Initial implementation (initial features are equivalent to jsonschema-module-javax-validation)

jsonschema-maven-plugin

Added

  • Support for new jakarta.validation module

4.16.0 – New Option for replacing "const" with "enum"

jsonschema-generator

Added

  • New Option.ENUM_KEYWORD_FOR_SINGLE_VALUES to produce "enum": ["A"] instead of "const": "A" if there is only one allowed value.

4.15.0 – Optional Annotations & OpenAPI formats

jsonschema-generator

Added

  • New Option.EXTRA_OPEN_API_FORMAT_VALUES to support automatic inclusion of "format" values for certain simple/fixed types

jsonschema-module-javax-validation

Added

  • Support picking up annotations on a (top-level) generic Optional parameter (e.g. Optional<@Size(min=2) String>)

4.14.0 – Maven Plugin Glob Support

jsonschema-generator

Added

  • Entries in SchemaKeyword enum for "not", "minProperties", "maxProperties" (without further handling)

jsonschema-module-swagger-2

Changed

  • Make use of new SchemaKeyword enum entries instead of hard-coded strings (no change in behaviour)

jsonschema-maven-plugin

Added

  • Support for including classes via glob patterns in <classNames> and <packageNames> (in addition to absolute paths)
  • Support for excluding classes via absolute paths or glob patterns in new <excludeClassNames>

... (truncated)

Changelog

Sourced from jsonschema-generator's changelog.

[4.18.0] - 2021-03-21

jsonschema-generator

Changed

  • Increase of Jackson dependency version to 2.12.1
  • Include java.net.URI in handling of Option.ADDITIONAL_FIXED_TYPES.

jsonschema-module-jackson

Added

  • New JacksonOption.RESPECT_JSONPROPERTY_REQUIRED to set a field as "required" based on @JsonProperty annotations

Changed

  • Replace deprecated Jackson API usage, resulting in MINIMUM Jackson version 2.12.0

[4.17.0] - 2020-12-24

jsonschema-module-jakarta-validation

Added

  • Initial implementation (initial features are equivalent to jsonschema-module-javax-validation)

jsonschema-maven-plugin

Added

  • Support for new jakarta.validation module

[4.16.0] - 2020-09-25

jsonschema-generator

Added

  • New Option.ENUM_KEYWORD_FOR_SINGLE_VALUES to produce "enum": ["A"] instead of "const": "A" if there is only one allowed value.

[4.15.1] - 2020-09-15

jsonschema-generator

Fixed

  • Missing parentheses on void argument-free methods that don't start with "get" or "is" when enabling Option.FIELDS_DERIVED_FROM_ARGUMENTFREE_METHODS

[4.15.0] - 2020-09-15

jsonschema-generator

Added

  • New Option.EXTRA_OPEN_API_FORMAT_VALUES to support automatic inclusion of "format" values for certain simple/fixed types

jsonschema-module-javax-validation

Added

  • Support picking up annotations on a (top-level) generic Optional parameter (e.g. Optional<@Size(min=2) String>)

[4.14.0] - 2020-08-02

jsonschema-generator

Added

  • Entries in SchemaKeyword enum for "not", "minProperties", "maxProperties" (without further handling)

jsonschema-module-swagger-2

Changed

  • Make use of new SchemaKeyword enum entries instead of hard-coded strings (no change in behaviour)

... (truncated)

Commits
  • e2b350d chore: release v4.18.0
  • f9c5c48 feat: support URI as simple type (#172)
  • 040515b Document usage of external references and avoid deprecated jackson API (#168)
  • 1d03856 chore(deps): bump version.jackson from 2.10.3 to 2.12.1 (#166)
  • 3fac9c7 feat: add JacksonOption.RESPECT_JSONPROPERTY_REQUIRED (#163, #164)
  • b7a0bf7 chore(deps): bump nokogiri from 1.10.9 to 1.11.0 in /slate-docs (#161)
  • 227e14f chore(deps): bump redcarpet from 3.5.0 to 3.5.1 in /slate-docs (#160)
  • 9e17276 chore: prepare next development iteration
  • ba67403 chore: release v4.17.0
  • f2b0c82 feat: Support for Jakarta Validation 3.0.0 added (#156, #157)
  • Additional commits viewable in compare view

Updates jsonschema-module-jackson from 4.12.2 to 4.18.0

Release notes

Sourced from jsonschema-module-jackson's releases.

4.18.0 – Jackson Version Upgrade

jsonschema-generator

Changed

  • Increase of Jackson dependency version to 2.12.1
  • Include java.net.URI in handling of Option.ADDITIONAL_FIXED_TYPES.

jsonschema-module-jackson

Added

  • New JacksonOption.RESPECT_JSONPROPERTY_REQUIRED to set a field as "required" based on @JsonProperty annotations

Changed

  • Replace deprecated Jackson API usage, resulting in MINIMUM Jackson version 2.12.0

4.17.0 – New Jakarta Validation Module

jsonschema-module-jakarta-validation

Added

  • Initial implementation (initial features are equivalent to jsonschema-module-javax-validation)

jsonschema-maven-plugin

Added

  • Support for new jakarta.validation module

4.16.0 – New Option for replacing "const" with "enum"

jsonschema-generator

Added

  • New Option.ENUM_KEYWORD_FOR_SINGLE_VALUES to produce "enum": ["A"] instead of "const": "A" if there is only one allowed value.

4.15.0 – Optional Annotations & OpenAPI formats

jsonschema-generator

Added

  • New Option.EXTRA_OPEN_API_FORMAT_VALUES to support automatic inclusion of "format" values for certain simple/fixed types

jsonschema-module-javax-validation

Added

  • Support picking up annotations on a (top-level) generic Optional parameter (e.g. Optional<@Size(min=2) String>)

4.14.0 – Maven Plugin Glob Support

jsonschema-generator

Added

  • Entries in SchemaKeyword enum for "not", "minProperties", "maxProperties" (without further handling)

jsonschema-module-swagger-2

Changed

  • Make use of new SchemaKeyword enum entries instead of hard-coded strings (no change in behaviour)

jsonschema-maven-plugin

Added

  • Support for including classes via glob patterns in <classNames> and <packageNames> (in addition to absolute paths)
  • Support for excluding classes via absolute paths or glob patterns in new <excludeClassNames>

... (truncated)

Changelog

Sourced from jsonschema-module-jackson's changelog.

[4.18.0] - 2021-03-21

jsonschema-generator

Changed

  • Increase of Jackson dependency version to 2.12.1
  • Include java.net.URI in handling of Option.ADDITIONAL_FIXED_TYPES.

jsonschema-module-jackson

Added

  • New JacksonOption.RESPECT_JSONPROPERTY_REQUIRED to set a field as "required" based on @JsonProperty annotations

Changed

  • Replace deprecated Jackson API usage, resulting in MINIMUM Jackson version 2.12.0

[4.17.0] - 2020-12-24

jsonschema-module-jakarta-validation

Added

  • Initial implementation (initial features are equivalent to jsonschema-module-javax-validation)

jsonschema-maven-plugin

Added

  • Support for new jakarta.validation module

[4.16.0] - 2020-09-25

jsonschema-generator

Added

  • New Option.ENUM_KEYWORD_FOR_SINGLE_VALUES to produce "enum": ["A"] instead of "const": "A" if there is only one allowed value.

[4.15.1] - 2020-09-15

jsonschema-generator

Fixed

  • Missing parentheses on void argument-free methods that don't start with "get" or "is" when enabling Option.FIELDS_DERIVED_FROM_ARGUMENTFREE_METHODS

[4.15.0] - 2020-09-15

jsonschema-generator

Added

  • New Option.EXTRA_OPEN_API_FORMAT_VALUES to support automatic inclusion of "format" values for certain simple/fixed types

jsonschema-module-javax-validation

Added

  • Support picking up annotations on a (top-level) generic Optional parameter (e.g. Optional<@Size(min=2) String>)

[4.14.0] - 2020-08-02

jsonschema-generator

Added

  • Entries in SchemaKeyword enum for "not", "minProperties", "maxProperties" (without further handling)

jsonschema-module-swagger-2

Changed

  • Make use of new SchemaKeyword enum entries instead of hard-coded strings (no change in behaviour)

... (truncated)

Commits
  • e2b350d chore: release v4.18.0
  • f9c5c48 feat: support URI as simple type (#172)
  • 040515b Document usage of external references and avoid deprecated jackson API (#168)
  • 1d03856 chore(deps): bump version.jackson from 2.10.3 to 2.12.1 (#166)
  • 3fac9c7 feat: add JacksonOption.RESPECT_JSONPROPERTY_REQUIRED (#163, #164)
  • b7a0bf7 chore(deps): bump nokogiri from 1.10.9 to 1.11.0 in /slate-docs (#161)
  • 227e14f chore(deps): bump redcarpet from 3.5.0 to 3.5.1 in /slate-docs (#160)
  • 9e17276 chore: prepare next development iteration
  • ba67403 chore: release v4.17.0
  • f2b0c82 feat: Support for Jakarta Validation 3.0.0 added (#156, #157)
  • Additional commits viewable in compare view

You can trigger a rebase of this PR by commenting @dependabot rebase.


Dependabot commands and options

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 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)
> **Note** > Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

Bumps `jsonschema-generator.version` from 4.12.2 to 4.18.0.

Updates `jsonschema-generator` from 4.12.2 to 4.18.0
- [Release notes](https://github.com/victools/jsonschema-generator/releases)
- [Changelog](https://github.com/victools/jsonschema-generator/blob/master/CHANGELOG.md)
- [Commits](victools/jsonschema-generator@v4.12.2...v4.18.0)

Updates `jsonschema-module-jackson` from 4.12.2 to 4.18.0
- [Release notes](https://github.com/victools/jsonschema-generator/releases)
- [Changelog](https://github.com/victools/jsonschema-generator/blob/master/CHANGELOG.md)
- [Commits](victools/jsonschema-generator@v4.12.2...v4.18.0)

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label May 6, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file PR: unreviewed
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

0 participants