Skip to content
This repository was archived by the owner on Jun 10, 2024. It is now read-only.

Conversation

@dependabot
Copy link

@dependabot dependabot bot commented on behalf of github Sep 21, 2022

Bumps mapstruct.version from 1.3.1.Final to 1.5.2.Final.
Updates mapstruct-processor from 1.3.1.Final to 1.5.2.Final

Release notes

Sourced from mapstruct-processor's releases.

1.5.2.Final

Enhancements

  • Add support for Java Text Blocks in expressions (#2837)

Bugs

  • Generated code does not include enclosing class when referring to nested class (#2880)
  • SubclassExhaustiveStrategy.RUNTIME_EXCEPTION option does not work if the superclass has a non-empty constructor #2891

Build

  • Codecov no longer publishes information for commits (#2870)

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)

... (truncated)

Commits
  • 19973ff [maven-release-plugin] prepare release 1.5.2.Final
  • 406ae3f #2891 Fix subclass mapping while superclass has non-empty constructor
  • 98eb46a #2880 Fix missing import for array mapping methods
  • fa80092 #2837 Add support for text blocks in expressions
  • 22ad9f6 #2806 Try to stabilise some date conversion tests by locking them on reading ...
  • 05ae992 Update GitHub actions
  • d7c0d15 Change required Java version for running MapStruct in the readme
  • 9247c5d #2870 Use codecov action v2
  • 4c9aa00 Update readme with latest released 1.5.1.Final release
  • 20e9771 [maven-release-plugin] prepare for next development iteration
  • Additional commits viewable in compare view

Updates mapstruct from 1.3.1.Final to 1.5.2.Final

Release notes

Sourced from mapstruct's releases.

1.5.2.Final

Enhancements

  • Add support for Java Text Blocks in expressions (#2837)

Bugs

  • Generated code does not include enclosing class when referring to nested class (#2880)
  • SubclassExhaustiveStrategy.RUNTIME_EXCEPTION option does not work if the superclass has a non-empty constructor #2891

Build

  • Codecov no longer publishes information for commits (#2870)

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)

... (truncated)

Commits
  • 19973ff [maven-release-plugin] prepare release 1.5.2.Final
  • 406ae3f #2891 Fix subclass mapping while superclass has non-empty constructor
  • 98eb46a #2880 Fix missing import for array mapping methods
  • fa80092 #2837 Add support for text blocks in expressions
  • 22ad9f6 #2806 Try to stabilise some date conversion tests by locking them on reading ...
  • 05ae992 Update GitHub actions
  • d7c0d15 Change required Java version for running MapStruct in the readme
  • 9247c5d #2870 Use codecov action v2
  • 4c9aa00 Update readme with latest released 1.5.1.Final release
  • 20e9771 [maven-release-plugin] prepare for next development iteration
  • 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.3.1.Final to 1.5.2.Final.

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

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

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Project dependencies label Sep 21, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

dependencies Project dependencies

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant