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

build(deps): bump jsonschema-generator.version from 4.22.0 to 4.24.3 #8

Merged
merged 1 commit into from May 5, 2022

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github May 4, 2022

Bumps jsonschema-generator.version from 4.22.0 to 4.24.3.
Updates jsonschema-generator from 4.22.0 to 4.24.3

Release notes

Sourced from jsonschema-generator's releases.

4.24.3 – JsonPropertyOrder and Thread Safety Fix

jsonschema-generator

Fixed

  • ensure thread-safety when Option.INLINE_ALL_SCHEMAS is enabled

jsonschema-module-jackson

Fixed

  • @JsonPropertyOrder is only considered on the targeted type, i.e., no attempt is made to respect a super type's property order
  • ensure thread-safety when loading bean descriptions

4.24.2 – BOM Release

jsonschema-generator-bom

Fixed

  • Actually publish BOM during release

jsonschema-generator-parent

Changed

  • Use BOM as parent and introduce separate reactor build definition

4.24.1 – Jackson Dependency Update

jsonschema-generator

Dependency Update

  • Bump jackson-databind dependency to 2.13.2.2 to avoid security vulnerability
  • Bump other jackson dependencies to 2.13.2

4.24.0 – Jackson Subtype enhancement and Bug fixes

jsonschema-generator

Fixed

  • When looking-up a matching field or getter, only consider the declared property names and not any overrides

jsonschema-module-jackson

Added

  • Support for sub type resolution on properties with JsonTypeInfo.Id.NONE override avoiding the default wrapping/modification

Fixed

  • Correctly consider @JsonIgnoreProperties targeting fields in super type

4.23.0 – Jackson Subtype Fix and BOM

jsonschema-generator-bom

Added

  • Introduce BOM (Bill of Materials) artifact, as option for importing Generator + Modules with matching versions

jsonschema-maven-plugin

Added

  • Declare thread-safety, to avoid warnings at runtime

jsonschema-module-jackson

Fixed

  • Sub type resolution utilising JsonTypeInfo.Id.NAME now considers @JsonSubTypes.value[].name instead of relying on @JsonTypeName being present

... (truncated)

Changelog

Sourced from jsonschema-generator's changelog.

[4.24.3] - 2022-05-03

jsonschema-generator

Fixed

  • ensure thread-safety when Option.INLINE_ALL_SCHEMAS is enabled

jsonschema-module-jackson

Fixed

  • @JsonPropertyOrder is only considered on the targeted type, i.e., no attempt is made to respect a super type's property order
  • ensure thread-safety when loading bean descriptions

[4.24.2] - 2022-04-04

jsonschema-generator-bom

Fixed

  • Actually publish BOM during release

jsonschema-generator-parent

Changed

  • Use BOM as parent and introduce separate reactor build definition

[4.24.1] - 2022-04-01

jsonschema-generator

Dependency Update

  • Bump jackson-databind dependency to 2.13.2.2 to avoid security vulnerability
  • Bump other jackson dependencies to 2.13.2

[4.24.0] - 2022-04-01

jsonschema-generator

Fixed

  • When looking-up a matching field or getter, only consider the declared property names and not any overrides

jsonschema-module-jackson

Added

  • Support for sub type resolution on properties with JsonTypeInfo.Id.NONE override avoiding the default wrapping/modification

Fixed

  • Correctly consider @JsonIgnoreProperties targeting fields in super type

[4.23.0] - 2022-03-13

jsonschema-generator-bom

Added

  • Introduce BOM (Bill of Materials) artifact, as option for importing Generator + Modules with matching versions

jsonschema-maven-plugin

Added

  • Declare thread-safety, to avoid warnings at runtime

jsonschema-module-jackson

Fixed

  • Sub type resolution utilising JsonTypeInfo.Id.NAME now considers @JsonSubTypes.value[].name instead of relying on @JsonTypeName being present

... (truncated)

Commits

Updates jsonschema-module-jackson from 4.22.0 to 4.24.3

Release notes

Sourced from jsonschema-module-jackson's releases.

4.24.3 – JsonPropertyOrder and Thread Safety Fix

jsonschema-generator

Fixed

  • ensure thread-safety when Option.INLINE_ALL_SCHEMAS is enabled

jsonschema-module-jackson

Fixed

  • @JsonPropertyOrder is only considered on the targeted type, i.e., no attempt is made to respect a super type's property order
  • ensure thread-safety when loading bean descriptions

4.24.2 – BOM Release

jsonschema-generator-bom

Fixed

  • Actually publish BOM during release

jsonschema-generator-parent

Changed

  • Use BOM as parent and introduce separate reactor build definition

4.24.1 – Jackson Dependency Update

jsonschema-generator

Dependency Update

  • Bump jackson-databind dependency to 2.13.2.2 to avoid security vulnerability
  • Bump other jackson dependencies to 2.13.2

4.24.0 – Jackson Subtype enhancement and Bug fixes

jsonschema-generator

Fixed

  • When looking-up a matching field or getter, only consider the declared property names and not any overrides

jsonschema-module-jackson

Added

  • Support for sub type resolution on properties with JsonTypeInfo.Id.NONE override avoiding the default wrapping/modification

Fixed

  • Correctly consider @JsonIgnoreProperties targeting fields in super type

4.23.0 – Jackson Subtype Fix and BOM

jsonschema-generator-bom

Added

  • Introduce BOM (Bill of Materials) artifact, as option for importing Generator + Modules with matching versions

jsonschema-maven-plugin

Added

  • Declare thread-safety, to avoid warnings at runtime

jsonschema-module-jackson

Fixed

  • Sub type resolution utilising JsonTypeInfo.Id.NAME now considers @JsonSubTypes.value[].name instead of relying on @JsonTypeName being present

... (truncated)

Changelog

Sourced from jsonschema-module-jackson's changelog.

[4.24.3] - 2022-05-03

jsonschema-generator

Fixed

  • ensure thread-safety when Option.INLINE_ALL_SCHEMAS is enabled

jsonschema-module-jackson

Fixed

  • @JsonPropertyOrder is only considered on the targeted type, i.e., no attempt is made to respect a super type's property order
  • ensure thread-safety when loading bean descriptions

[4.24.2] - 2022-04-04

jsonschema-generator-bom

Fixed

  • Actually publish BOM during release

jsonschema-generator-parent

Changed

  • Use BOM as parent and introduce separate reactor build definition

[4.24.1] - 2022-04-01

jsonschema-generator

Dependency Update

  • Bump jackson-databind dependency to 2.13.2.2 to avoid security vulnerability
  • Bump other jackson dependencies to 2.13.2

[4.24.0] - 2022-04-01

jsonschema-generator

Fixed

  • When looking-up a matching field or getter, only consider the declared property names and not any overrides

jsonschema-module-jackson

Added

  • Support for sub type resolution on properties with JsonTypeInfo.Id.NONE override avoiding the default wrapping/modification

Fixed

  • Correctly consider @JsonIgnoreProperties targeting fields in super type

[4.23.0] - 2022-03-13

jsonschema-generator-bom

Added

  • Introduce BOM (Bill of Materials) artifact, as option for importing Generator + Modules with matching versions

jsonschema-maven-plugin

Added

  • Declare thread-safety, to avoid warnings at runtime

jsonschema-module-jackson

Fixed

  • Sub type resolution utilising JsonTypeInfo.Id.NAME now considers @JsonSubTypes.value[].name instead of relying on @JsonTypeName being present

... (truncated)

Commits

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.22.0 to 4.24.3.

Updates `jsonschema-generator` from 4.22.0 to 4.24.3
- [Release notes](https://github.com/victools/jsonschema-generator/releases)
- [Changelog](https://github.com/victools/jsonschema-generator/blob/main/CHANGELOG.md)
- [Commits](victools/jsonschema-generator@v4.22.0...v4.24.3)

Updates `jsonschema-module-jackson` from 4.22.0 to 4.24.3
- [Release notes](https://github.com/victools/jsonschema-generator/releases)
- [Changelog](https://github.com/victools/jsonschema-generator/blob/main/CHANGELOG.md)
- [Commits](victools/jsonschema-generator@v4.22.0...v4.24.3)

---
updated-dependencies:
- dependency-name: com.github.victools:jsonschema-generator
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: com.github.victools:jsonschema-module-jackson
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label May 4, 2022
@cjmamo cjmamo self-requested a review May 5, 2022 06:05
@cjmamo cjmamo self-assigned this May 5, 2022
@cjmamo cjmamo merged commit 0b7ec4f into main May 5, 2022
@cjmamo cjmamo deleted the dependabot/maven/jsonschema-generator.version-4.24.3 branch May 5, 2022 06: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
1 participant