Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(deps): bump org.mapstruct.version from 1.6.0 to 1.6.2 (#473)
Bumps `org.mapstruct.version` from 1.6.0 to 1.6.2. Updates `org.mapstruct:mapstruct` from 1.6.0 to 1.6.2 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/mapstruct/mapstruct/releases">org.mapstruct:mapstruct's releases</a>.</em></p> <blockquote> <h2>1.6.2</h2> <h3>Bugs</h3> <ul> <li>Regression from 1.6.1: ClassCastException when using records (<a href="https://redirect.github.com/mapstruct/mapstruct/issues/3717">#3717</a>)</li> </ul> <h2>1.6.1</h2> <h3>Enhancements</h3> <ul> <li>Use Java <code>LinkedHashSet</code> and <code>LinkedHashMap</code> new factory method with known capacity when on Java 19 or later (<a href="https://redirect.github.com/mapstruct/mapstruct/issues/3113">#3113</a>)</li> </ul> <h3>Bugs</h3> <ul> <li>Inverse Inheritance Strategy not working for ignored mappings only with target (<a href="https://redirect.github.com/mapstruct/mapstruct/issues/3652">#3652</a>)</li> <li>Inconsistent ambiguous mapping method error when using <code>SubclassMapping</code>: generic vs raw types (<a href="https://redirect.github.com/mapstruct/mapstruct/issues/3668">#3668</a>)</li> <li>Fix regression when using <code>InheritInverseConfiguration</code> with nested target properties and reversing <code>target = "."</code> (<a href="https://redirect.github.com/mapstruct/mapstruct/issues/3670">#3670</a>)</li> <li>Deep mapping with multiple mappings broken in 1.6.0 (<a href="https://redirect.github.com/mapstruct/mapstruct/issues/3667">#3667</a>)</li> <li>Two different constants are ignored in 1.6.0 (<a href="https://redirect.github.com/mapstruct/mapstruct/issues/3673">#3673</a>)</li> <li>Inconsistent ambiguous mapping method error: generic vs raw types in 1.6.0 (<a href="https://redirect.github.com/mapstruct/mapstruct/issues/3668">#3668</a>)</li> <li>Fix cross module records with interfaces not recognizing accessors (<a href="https://redirect.github.com/mapstruct/mapstruct/issues/3661">#3661</a>)</li> <li><code>@AfterMapping</code> methods are called twice when using target with builder (<a href="https://redirect.github.com/mapstruct/mapstruct/issues/3678">#3678</a>)</li> <li>Compile error when using <code>@AfterMapping</code> method with Builder and TargetObject (<a href="https://redirect.github.com/mapstruct/mapstruct/issues/3703">#3703</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/mapstruct/mapstruct/commit/212607b4470c9e0deb8b6ad1fed56d016d58aa08"><code>212607b</code></a> Releasing version 1.6.2</li> <li><a href="https://github.com/mapstruct/mapstruct/commit/4fd22d6b267f845038786364f46f16c5b0903d0a"><code>4fd22d6</code></a> Prepare release notes for 1.6.2</li> <li><a href="https://github.com/mapstruct/mapstruct/commit/a3b4139070a3111872c3d17e0cb4dbcbaf8f4bf1"><code>a3b4139</code></a> <a href="https://redirect.github.com/mapstruct/mapstruct/issues/3717">#3717</a> Fix ClassCastException when getting thrown types for a record accessor</li> <li><a href="https://github.com/mapstruct/mapstruct/commit/c74e62a94c4c420ec5aa52fc177c56ea0483c50b"><code>c74e62a</code></a> Next version 1.7.0-SNAPSHOT</li> <li><a href="https://github.com/mapstruct/mapstruct/commit/10d69878a197c1bff1e8743a3d056e36eda856d3"><code>10d6987</code></a> Releasing version 1.6.1</li> <li><a href="https://github.com/mapstruct/mapstruct/commit/c36f9ae5d10baa1fbae63df8a51e937db0569c07"><code>c36f9ae</code></a> Prepare release notes for 1.6.1</li> <li><a href="https://github.com/mapstruct/mapstruct/commit/3011dd77d7ee2de7a7a5d93d3e8e965bad971a43"><code>3011dd7</code></a> <a href="https://redirect.github.com/mapstruct/mapstruct/issues/3678">#3678</a> before / after mapping for type using builder should only be kept if th...</li> <li><a href="https://github.com/mapstruct/mapstruct/commit/4c1df35ba676814d06336ddf036f4408d9e0526d"><code>4c1df35</code></a> <a href="https://redirect.github.com/mapstruct/mapstruct/issues/3703">#3703</a> Use include model instead of manually writing the type name for return ...</li> <li><a href="https://github.com/mapstruct/mapstruct/commit/2686e852b6bd85295f723f705450d401e99f560d"><code>2686e85</code></a> <a href="https://redirect.github.com/mapstruct/mapstruct/issues/3661">#3661</a> Use correct type for the Record component read accessors</li> <li><a href="https://github.com/mapstruct/mapstruct/commit/12c9c6c1f067fde585a5f1aa4e7327d2770c7ef8"><code>12c9c6c</code></a> Use email variable for GitHub Bot git email</li> <li>Additional commits viewable in <a href="https://github.com/mapstruct/mapstruct/compare/1.6.0...1.6.2">compare view</a></li> </ul> </details> <br /> Updates `org.mapstruct:mapstruct-processor` from 1.6.0 to 1.6.2 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/mapstruct/mapstruct/releases">org.mapstruct:mapstruct-processor's releases</a>.</em></p> <blockquote> <h2>1.6.2</h2> <h3>Bugs</h3> <ul> <li>Regression from 1.6.1: ClassCastException when using records (<a href="https://redirect.github.com/mapstruct/mapstruct/issues/3717">#3717</a>)</li> </ul> <h2>1.6.1</h2> <h3>Enhancements</h3> <ul> <li>Use Java <code>LinkedHashSet</code> and <code>LinkedHashMap</code> new factory method with known capacity when on Java 19 or later (<a href="https://redirect.github.com/mapstruct/mapstruct/issues/3113">#3113</a>)</li> </ul> <h3>Bugs</h3> <ul> <li>Inverse Inheritance Strategy not working for ignored mappings only with target (<a href="https://redirect.github.com/mapstruct/mapstruct/issues/3652">#3652</a>)</li> <li>Inconsistent ambiguous mapping method error when using <code>SubclassMapping</code>: generic vs raw types (<a href="https://redirect.github.com/mapstruct/mapstruct/issues/3668">#3668</a>)</li> <li>Fix regression when using <code>InheritInverseConfiguration</code> with nested target properties and reversing <code>target = "."</code> (<a href="https://redirect.github.com/mapstruct/mapstruct/issues/3670">#3670</a>)</li> <li>Deep mapping with multiple mappings broken in 1.6.0 (<a href="https://redirect.github.com/mapstruct/mapstruct/issues/3667">#3667</a>)</li> <li>Two different constants are ignored in 1.6.0 (<a href="https://redirect.github.com/mapstruct/mapstruct/issues/3673">#3673</a>)</li> <li>Inconsistent ambiguous mapping method error: generic vs raw types in 1.6.0 (<a href="https://redirect.github.com/mapstruct/mapstruct/issues/3668">#3668</a>)</li> <li>Fix cross module records with interfaces not recognizing accessors (<a href="https://redirect.github.com/mapstruct/mapstruct/issues/3661">#3661</a>)</li> <li><code>@AfterMapping</code> methods are called twice when using target with builder (<a href="https://redirect.github.com/mapstruct/mapstruct/issues/3678">#3678</a>)</li> <li>Compile error when using <code>@AfterMapping</code> method with Builder and TargetObject (<a href="https://redirect.github.com/mapstruct/mapstruct/issues/3703">#3703</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/mapstruct/mapstruct/commit/212607b4470c9e0deb8b6ad1fed56d016d58aa08"><code>212607b</code></a> Releasing version 1.6.2</li> <li><a href="https://github.com/mapstruct/mapstruct/commit/4fd22d6b267f845038786364f46f16c5b0903d0a"><code>4fd22d6</code></a> Prepare release notes for 1.6.2</li> <li><a href="https://github.com/mapstruct/mapstruct/commit/a3b4139070a3111872c3d17e0cb4dbcbaf8f4bf1"><code>a3b4139</code></a> <a href="https://redirect.github.com/mapstruct/mapstruct/issues/3717">#3717</a> Fix ClassCastException when getting thrown types for a record accessor</li> <li><a href="https://github.com/mapstruct/mapstruct/commit/c74e62a94c4c420ec5aa52fc177c56ea0483c50b"><code>c74e62a</code></a> Next version 1.7.0-SNAPSHOT</li> <li><a href="https://github.com/mapstruct/mapstruct/commit/10d69878a197c1bff1e8743a3d056e36eda856d3"><code>10d6987</code></a> Releasing version 1.6.1</li> <li><a href="https://github.com/mapstruct/mapstruct/commit/c36f9ae5d10baa1fbae63df8a51e937db0569c07"><code>c36f9ae</code></a> Prepare release notes for 1.6.1</li> <li><a href="https://github.com/mapstruct/mapstruct/commit/3011dd77d7ee2de7a7a5d93d3e8e965bad971a43"><code>3011dd7</code></a> <a href="https://redirect.github.com/mapstruct/mapstruct/issues/3678">#3678</a> before / after mapping for type using builder should only be kept if th...</li> <li><a href="https://github.com/mapstruct/mapstruct/commit/4c1df35ba676814d06336ddf036f4408d9e0526d"><code>4c1df35</code></a> <a href="https://redirect.github.com/mapstruct/mapstruct/issues/3703">#3703</a> Use include model instead of manually writing the type name for return ...</li> <li><a href="https://github.com/mapstruct/mapstruct/commit/2686e852b6bd85295f723f705450d401e99f560d"><code>2686e85</code></a> <a href="https://redirect.github.com/mapstruct/mapstruct/issues/3661">#3661</a> Use correct type for the Record component read accessors</li> <li><a href="https://github.com/mapstruct/mapstruct/commit/12c9c6c1f067fde585a5f1aa4e7327d2770c7ef8"><code>12c9c6c</code></a> Use email variable for GitHub Bot git email</li> <li>Additional commits viewable in <a href="https://github.com/mapstruct/mapstruct/compare/1.6.0...1.6.2">compare view</a></li> </ul> </details> <br /> 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-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> 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 show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@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) </details> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
- Loading branch information