Skip to content

Bump mapstruct.version from 1.3.1.Final to 1.5.3.Final#64

Closed
dependabot[bot] wants to merge 1 commit intodevelopfrom
dependabot/maven/mapstruct.version-1.5.3.Final
Closed

Bump mapstruct.version from 1.3.1.Final to 1.5.3.Final#64
dependabot[bot] wants to merge 1 commit intodevelopfrom
dependabot/maven/mapstruct.version-1.5.3.Final

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 10, 2022

Bumps mapstruct.version from 1.3.1.Final to 1.5.3.Final.
Updates mapstruct from 1.3.1.Final to 1.5.3.Final

Release notes

Sourced from mapstruct's releases.

1.5.3.Final

Enhancements

Bugs

  • Generic @AfterMapping does not consider @MappingTarget properly in 1.5 (#3036)
  • Method annotated with @AfterMapping is not called (#2955)
  • Ignored unknown source property error, but property exist (#2743)
  • SubclassMapping doesn't honour mappingControl (#3018)
  • Upgrade from 1.4.1 to 1.5.2 broke primitive to wrapper classes mapping (#2921)
  • Conversion of BigDecimal to primitive double wrong with 1.5.2 (#2913)
  • Ambiguous mapping methods when upgrading to MapStruct 1.5.0.RC1 (#2840)
  • SubclassMapping stackoverflow exception (#2825)
  • Optional wrapping pattern broken in 1.5.2.Final (#2925)
  • Missing import in generated mapper when referencing a nested enum from an unrelated class (#2945)
  • Unused import warning of nested classes (#2907)
  • Compilation error in generated code for @Conditional and collection (#2937)
  • Missing import of nested class (#2897)
  • Ignoring unmapped source properties in inverse inheritance (#2949)
  • Compilation error when mapping fields with the same type due to not wrapping in a try-catch block (#2839)
  • Using @TargetType as a parameter for @Condition causes NPE during compiling (#2882)
  • Cannot map from a covariant (extends) generic type (#2677)

Documentation

  • Add IntelliJ and Eclipse plugin to the documentation (#2928)
  • Fix typos in documentation (#2974, #2982, #2989)
  • Update Typos in javadoc (#2958)
  • Polish comments, javadoc and documentation (#3026)
  • Improve documentation for BeanMapping#ignoreByDefault (#2929)

Build

  • Build fails when running mvn test on an M1 Mac (#2922)

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

... (truncated)

Commits
  • c4e3320 [maven-release-plugin] prepare release 1.5.3.Final
  • 6f262ef #3036 Fix compile errors when intersection types are used in lifecycle methods
  • 7cfac7c #2955 Fix @AfterMapping with return type not called for update mappings
  • 9d2bed0 #2743 BeanMappingOptions should not be inherited for forged methods
  • a98986c #3018: Use MappingControl with SubclassMapping
  • 73f70b1 #2840, #2913, #2921: MethodMatcher should not match widening methods
  • b1eda5a Javadoc and documentation polishing (#3026)
  • 45e01fe Update Typos in java-doc
  • 473d581 #2825 Fix SubclassMapping stackoverflow exception
  • 2901896 #2990 Stabilise top level imports
  • Additional commits viewable in compare view

Updates mapstruct-processor from 1.3.1.Final to 1.5.3.Final

Release notes

Sourced from mapstruct-processor's releases.

1.5.3.Final

Enhancements

Bugs

  • Generic @AfterMapping does not consider @MappingTarget properly in 1.5 (#3036)
  • Method annotated with @AfterMapping is not called (#2955)
  • Ignored unknown source property error, but property exist (#2743)
  • SubclassMapping doesn't honour mappingControl (#3018)
  • Upgrade from 1.4.1 to 1.5.2 broke primitive to wrapper classes mapping (#2921)
  • Conversion of BigDecimal to primitive double wrong with 1.5.2 (#2913)
  • Ambiguous mapping methods when upgrading to MapStruct 1.5.0.RC1 (#2840)
  • SubclassMapping stackoverflow exception (#2825)
  • Optional wrapping pattern broken in 1.5.2.Final (#2925)
  • Missing import in generated mapper when referencing a nested enum from an unrelated class (#2945)
  • Unused import warning of nested classes (#2907)
  • Compilation error in generated code for @Conditional and collection (#2937)
  • Missing import of nested class (#2897)
  • Ignoring unmapped source properties in inverse inheritance (#2949)
  • Compilation error when mapping fields with the same type due to not wrapping in a try-catch block (#2839)
  • Using @TargetType as a parameter for @Condition causes NPE during compiling (#2882)
  • Cannot map from a covariant (extends) generic type (#2677)

Documentation

  • Add IntelliJ and Eclipse plugin to the documentation (#2928)
  • Fix typos in documentation (#2974, #2982, #2989)
  • Update Typos in javadoc (#2958)
  • Polish comments, javadoc and documentation (#3026)
  • Improve documentation for BeanMapping#ignoreByDefault (#2929)

Build

  • Build fails when running mvn test on an M1 Mac (#2922)

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

... (truncated)

Commits
  • c4e3320 [maven-release-plugin] prepare release 1.5.3.Final
  • 6f262ef #3036 Fix compile errors when intersection types are used in lifecycle methods
  • 7cfac7c #2955 Fix @AfterMapping with return type not called for update mappings
  • 9d2bed0 #2743 BeanMappingOptions should not be inherited for forged methods
  • a98986c #3018: Use MappingControl with SubclassMapping
  • 73f70b1 #2840, #2913, #2921: MethodMatcher should not match widening methods
  • b1eda5a Javadoc and documentation polishing (#3026)
  • 45e01fe Update Typos in java-doc
  • 473d581 #2825 Fix SubclassMapping stackoverflow exception
  • 2901896 #2990 Stabilise top level imports
  • 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 `mapstruct.version` from 1.3.1.Final to 1.5.3.Final.

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

Updates `mapstruct-processor` from 1.3.1.Final to 1.5.3.Final
- [Release notes](https://github.com/mapstruct/mapstruct/releases)
- [Commits](mapstruct/mapstruct@1.3.1.Final...1.5.3.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 the dependencies Pull requests that update a dependency file label Oct 10, 2022
@dependabot dependabot bot requested a review from a team October 10, 2022 17:16
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Jul 3, 2023

Superseded by #89.

@dependabot dependabot bot closed this Jul 3, 2023
@dependabot dependabot bot deleted the dependabot/maven/mapstruct.version-1.5.3.Final branch July 3, 2023 16:14
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

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants