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 mapstruct.version from 1.4.2.Final to 1.5.1.Final #102

Merged
merged 1 commit into from Jun 6, 2022

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jun 6, 2022

Bumps mapstruct.version from 1.4.2.Final to 1.5.1.Final.
Updates mapstruct from 1.4.2.Final to 1.5.1.Final

Release notes

Sourced from mapstruct's releases.

1.5.1.Final

Bugs

  • NullPointerException when reporting errors for non Mappers (#2867)

1.5.0.Final

Bugs

  • Compilation error due to missing import with nested classes (#2797)
  • MapStruct 1.5.0 generates invalid code when using @Condition on a presence check for a generic wrapper (#2795)
  • No compile error when conditionExpression and expression are used together (#2794)
  • No import is added to generated class when using @BeforeMapping on a used mapper (#2807)

Documentation

  • Error in the readme ( what is MapStruct paragraph ) (#2851)
  • Enhance documentation around SPI usage (#2739)

Build

  • Update jacoco maven plugin to compile on Java 17 (#2835)

Previous Release Notes

1.5.0.RC1

Enhancement

  • Add compiler check for unimplemented methods for lifecycle @BeforeMapping / @AfterMapping methods (#2674)
  • Opt-out of using builders via a processor option (#1661)
  • @DecoratedWith does not work with incremental compilation in Gradle 7.3 (#2682)
  • Add support for Jakarta Dependency Injection API (#2567)
  • Allow @InheritInverseConfiguration with @SubclassMapping(s) (#2696)
  • MapStruct 1.4 regression: issue combining qualifiedByName, uses and method chaining (#2538) - In 1.4 we strengthened the check for qualified methods and reported an error if there was no applicable qualifier. This strengthening led to 2-step mappings not to work properly when only one of the steps is qualified. With this issue it is now possible to use 2-step mappings with only one of the steps being qualified.

Bugs

  • Fail to import nested enum when an enum constant is referenced (#2704)
  • Added support for collections and maps with a no-args constructor (#2668)
  • MapStruct does not always use builders in target-object (#1997)
  • Cannot map from a covariant (extends) generic type (#2677)
  • Detecting javax.annotation.processing.Generated in modular Java does not seem to work (#2629)
  • Using MappingTarget inside a Condition causes a FreeMarker template error (#2758)

... (truncated)

Commits
  • ec9288c [maven-release-plugin] prepare release 1.5.1.Final
  • 46b78bf #2867 Fix NPE when reporting message on parent mappers
  • 0726563 Update readme with latest released 1.5.0.Final release
  • 5efe5e2 [maven-release-plugin] prepare for next development iteration
  • efa11ba [maven-release-plugin] prepare release 1.5.0.Final
  • a1a0786 #2846 Add test case showing that everything works as expected
  • 0559c47 #2739 Enhance documentation around SPI usage
  • c945ccd #2835 Upgrade jacoco-maven-plugin to latest 0.8.8 to support Java 17
  • 9769f51 #2851 Fix typo in readme
  • a416280 Doc: correct the annotation processor version (#2859)
  • Additional commits viewable in compare view

Updates mapstruct-processor from 1.4.2.Final to 1.5.1.Final

Release notes

Sourced from mapstruct-processor's releases.

1.5.1.Final

Bugs

  • NullPointerException when reporting errors for non Mappers (#2867)

1.5.0.Final

Bugs

  • Compilation error due to missing import with nested classes (#2797)
  • MapStruct 1.5.0 generates invalid code when using @Condition on a presence check for a generic wrapper (#2795)
  • No compile error when conditionExpression and expression are used together (#2794)
  • No import is added to generated class when using @BeforeMapping on a used mapper (#2807)

Documentation

  • Error in the readme ( what is MapStruct paragraph ) (#2851)
  • Enhance documentation around SPI usage (#2739)

Build

  • Update jacoco maven plugin to compile on Java 17 (#2835)

Previous Release Notes

1.5.0.RC1

Enhancement

  • Add compiler check for unimplemented methods for lifecycle @BeforeMapping / @AfterMapping methods (#2674)
  • Opt-out of using builders via a processor option (#1661)
  • @DecoratedWith does not work with incremental compilation in Gradle 7.3 (#2682)
  • Add support for Jakarta Dependency Injection API (#2567)
  • Allow @InheritInverseConfiguration with @SubclassMapping(s) (#2696)
  • MapStruct 1.4 regression: issue combining qualifiedByName, uses and method chaining (#2538) - In 1.4 we strengthened the check for qualified methods and reported an error if there was no applicable qualifier. This strengthening led to 2-step mappings not to work properly when only one of the steps is qualified. With this issue it is now possible to use 2-step mappings with only one of the steps being qualified.

Bugs

  • Fail to import nested enum when an enum constant is referenced (#2704)
  • Added support for collections and maps with a no-args constructor (#2668)
  • MapStruct does not always use builders in target-object (#1997)
  • Cannot map from a covariant (extends) generic type (#2677)
  • Detecting javax.annotation.processing.Generated in modular Java does not seem to work (#2629)
  • Using MappingTarget inside a Condition causes a FreeMarker template error (#2758)

... (truncated)

Commits
  • ec9288c [maven-release-plugin] prepare release 1.5.1.Final
  • 46b78bf #2867 Fix NPE when reporting message on parent mappers
  • 0726563 Update readme with latest released 1.5.0.Final release
  • 5efe5e2 [maven-release-plugin] prepare for next development iteration
  • efa11ba [maven-release-plugin] prepare release 1.5.0.Final
  • a1a0786 #2846 Add test case showing that everything works as expected
  • 0559c47 #2739 Enhance documentation around SPI usage
  • c945ccd #2835 Upgrade jacoco-maven-plugin to latest 0.8.8 to support Java 17
  • 9769f51 #2851 Fix typo in readme
  • a416280 Doc: correct the annotation processor version (#2859)
  • 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 `mapstruct.version` from 1.4.2.Final to 1.5.1.Final.

Updates `mapstruct` from 1.4.2.Final to 1.5.1.Final
- [Release notes](https://github.com/mapstruct/mapstruct/releases)
- [Commits](mapstruct/mapstruct@1.4.2.Final...1.5.1.Final)

Updates `mapstruct-processor` from 1.4.2.Final to 1.5.1.Final
- [Release notes](https://github.com/mapstruct/mapstruct/releases)
- [Commits](mapstruct/mapstruct@1.4.2.Final...1.5.1.Final)

---
updated-dependencies:
- dependency-name: org.mapstruct:mapstruct
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: org.mapstruct:mapstruct-processor
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file java Pull requests that update Java code labels Jun 6, 2022
@lWoHvYe lWoHvYe merged commit d2772c9 into main Jun 6, 2022
@dependabot dependabot bot deleted the dependabot/maven/mapstruct.version-1.5.1.Final branch June 6, 2022 23:29
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 java Pull requests that update Java code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant