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.17.0 #7

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 9, 2021

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

Release notes

Sourced from jsonschema-generator's releases.

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>

Fixed

  • Explicitly include dependencies of supported generator modules that they expect to be provided
  • Avoid generating the same schema multiple times if there are overlaps between entries in <classNames> and/or <packageNames>
Changelog

Sourced from jsonschema-generator's changelog.

[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)

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>

Fixed

  • Explicitly include dependencies of supported generator modules that they expect to be provided
  • Avoid generating the same schema multiple times if there are overlaps between entries in <classNames> and/or <packageNames>

[4.13.0] - 2020-06-27

jsonschema-generator

Added

  • Possibility to configure SchemaDefinitionNamingStrategy via configBuilder.forTypesInGeneral().withDefinitionNamingStrategy()

... (truncated)

Commits
  • ba67403 chore: release v4.17.0
  • f2b0c82 feat: Support for Jakarta Validation 3.0.0 added (#156, #157)
  • 995b181 chore(docs): meta documentation
  • 1da8fe3 chore(docs): fix links and typos
  • 10f51f0 chore(docs): introduce slate docs (#152)
  • d70807d chore(deps-dev): bump junit from 4.12 to 4.13.1 (#148)
  • 345238c chore: clearly state artifact inter-dependencies
  • f98db48 chore: prepare next development iteration
  • cbb554e chore: release v4.16.0
  • e0996d8 feat: introduce Option.ENUM_KEYWORD_FOR_SINGLE_VALUES (#143)
  • Additional commits viewable in compare view

Updates jsonschema-module-jackson from 4.12.2 to 4.17.0

Release notes

Sourced from jsonschema-module-jackson's releases.

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>

Fixed

  • Explicitly include dependencies of supported generator modules that they expect to be provided
  • Avoid generating the same schema multiple times if there are overlaps between entries in <classNames> and/or <packageNames>
Changelog

Sourced from jsonschema-module-jackson's changelog.

[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)

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>

Fixed

  • Explicitly include dependencies of supported generator modules that they expect to be provided
  • Avoid generating the same schema multiple times if there are overlaps between entries in <classNames> and/or <packageNames>

[4.13.0] - 2020-06-27

jsonschema-generator

Added

  • Possibility to configure SchemaDefinitionNamingStrategy via configBuilder.forTypesInGeneral().withDefinitionNamingStrategy()

... (truncated)

Commits
  • ba67403 chore: release v4.17.0
  • f2b0c82 feat: Support for Jakarta Validation 3.0.0 added (#156, #157)
  • 995b181 chore(docs): meta documentation
  • 1da8fe3 chore(docs): fix links and typos
  • 10f51f0 chore(docs): introduce slate docs (#152)
  • d70807d chore(deps-dev): bump junit from 4.12 to 4.13.1 (#148)
  • 345238c chore: clearly state artifact inter-dependencies
  • f98db48 chore: prepare next development iteration
  • cbb554e chore: release v4.16.0
  • e0996d8 feat: introduce Option.ENUM_KEYWORD_FOR_SINGLE_VALUES (#143)
  • Additional commits viewable in compare view

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 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)

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

Updates `jsonschema-generator` from 4.12.2 to 4.17.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.17.0)

Updates `jsonschema-module-jackson` from 4.12.2 to 4.17.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.17.0)

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Feb 9, 2021
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github May 6, 2021

Superseded by #56.

@dependabot dependabot bot closed this May 6, 2021
@dependabot dependabot bot deleted the dependabot/maven/jsonschema-generator.version-4.17.0 branch May 6, 2021 10:06
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