odessajavaclub / coffee-pot

A simple java application to practice with new technologies and for fun
https://odessajavaclub.github.io/
The Unlicense
1 stars 0 forks source link

Bump mapstruct from 1.3.1.Final to 1.4.0.Final #73

Closed dependabot-preview[bot] closed 4 years ago

dependabot-preview[bot] commented 4 years ago

Bumps mapstruct from 1.3.1.Final to 1.4.0.Final.

Release notes

Sourced from mapstruct's releases.

1.4.0.Final

For full upgrade instructions please read the release notes for the previous 1.4 releases:

Bugs

  • Possible regression: Wrong mapper code generation when using Builder (#2195)
  • Qualifier is ignored in case of name based mapping when there are multiple source parameters (#2125)
  • Invalid code generated for enum mapping when field name starts with underscore '_' and continues with digits (#2197)

1.4.0.CR1

Features

  • Support custom unexpected enum constant exception for Value (Enum) Mapping (#2169)

Enhancements

  • Use short names instead of FQN's in error messages (PR #2166)
  • Redundant exception wrapping in nested generated method (#2174)
  • StackOverflow caused by recursive uses declaration (#2185) - There is now a compile warning instead of a stack overflow error

Bug fixes

  • Missing import in generated mapping class when using generic mapper interface (#2170)
  • Mapping to generic class via constructor does not work (#2177)
  • Parameter no longer recognised in 1.4 when not explicitly mentioned (#2164)

Documentation

  • Add @since 1.4 to new interfaces (#2167)
  • Fix typos

1.4.0.Beta3

Enhancements

  • Improve the error message when using @Qualifier in 2 step mapping methods (#2135)
  • Strip leading underscore when in local variable names (#2142)
  • Allow @Default to overrule potentially existing parameterless default constructor. (#2150) - With this we actually changed the rules for selection a constructor. Now the following is done:
    • Constructor annotated with @Default (from any package) has highest precedence
Commits
  • 9973b92 [maven-release-plugin] prepare release 1.4.0.Final
  • 060f17e #2125 Report an error when source parameter could not be determined from targ...
  • e17e744 Dependency upgrades
  • 52ab22b #2197 Strip leading underscores and digits when sanitizing identifier name
  • 427f502 #2195 @Beanmapping#resultType should be used to construct return type also if...
  • 8b22654 [maven-release-plugin] prepare for next development iteration
  • c962962 [maven-release-plugin] prepare release 1.4.0.CR1
  • e0eb0f6 #2164 parameter matching should be done based on name when source name is abs...
  • 7dcbef3 #2169 Add support for defining a custom unexpected value mapping exception
  • a9451b1 #2185 Fix StackOverflow error when recursive use of mapper in Mapper#uses
  • Additional commits viewable in compare view


Dependabot compatibility score

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) - `@dependabot use these labels` will set the current labels as the default for future PRs for this repo and language - `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language - `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language - `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language - `@dependabot badge me` will comment on this PR with code to add a "Dependabot enabled" badge to your readme Additionally, you can set the following in your Dependabot [dashboard](https://app.dependabot.com): - Update frequency (including time of day and day of week) - Pull request limits (per update run and/or open at any time) - Out-of-range updates (receive only lockfile updates, if desired) - Security updates (receive only security updates, if desired)
codecov[bot] commented 4 years ago

Codecov Report

Merging #73 into master will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff            @@
##             master      #73   +/-   ##
=========================================
  Coverage     79.93%   79.93%           
  Complexity      169      169           
=========================================
  Files            49       49           
  Lines           618      618           
  Branches         17       17           
=========================================
  Hits            494      494           
  Misses          103      103           
  Partials         21       21