dependabot[bot] opened a new pull request, #15563: URL: https://github.com/apache/camel/pull/15563
Bumps `mapstruct-version` from 1.6.0 to 1.6.1. Updates `org.mapstruct:mapstruct` from 1.6.0 to 1.6.1 <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.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/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><a href="https://github.com/mapstruct/mapstruct/commit/796dd9467486ec6ec91bdd919f663bde098896df"><code>796dd94</code></a> Update next release changelog with latest changes</li> <li><a href="https://github.com/mapstruct/mapstruct/commit/5232df2707b2c396f6d8bf6453a9f292684ef0f3"><code>5232df2</code></a> Try to stabilise MapMappingTest and CarMapperTest</li> <li><a href="https://github.com/mapstruct/mapstruct/commit/4d9894ba25ba4e17c76211409f951f4cce956b3e"><code>4d9894b</code></a> <a href="https://redirect.github.com/mapstruct/mapstruct/issues/3113">#3113</a> Use LinkedHashSet, LinkedHashSet new factory methods for java >= 19</li> <li><a href="https://github.com/mapstruct/mapstruct/commit/23f4802374ae8e4703e8f127d85e332bf2e682fd"><code>23f4802</code></a> Fix method name typo (<a href="https://redirect.github.com/mapstruct/mapstruct/issues/3691">#3691</a>)</li> <li>Additional commits viewable in <a href="https://github.com/mapstruct/mapstruct/compare/1.6.0...1.6.1">compare view</a></li> </ul> </details> <br /> Updates `org.mapstruct:mapstruct-processor` from 1.6.0 to 1.6.1 <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.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/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><a href="https://github.com/mapstruct/mapstruct/commit/796dd9467486ec6ec91bdd919f663bde098896df"><code>796dd94</code></a> Update next release changelog with latest changes</li> <li><a href="https://github.com/mapstruct/mapstruct/commit/5232df2707b2c396f6d8bf6453a9f292684ef0f3"><code>5232df2</code></a> Try to stabilise MapMappingTest and CarMapperTest</li> <li><a href="https://github.com/mapstruct/mapstruct/commit/4d9894ba25ba4e17c76211409f951f4cce956b3e"><code>4d9894b</code></a> <a href="https://redirect.github.com/mapstruct/mapstruct/issues/3113">#3113</a> Use LinkedHashSet, LinkedHashSet new factory methods for java >= 19</li> <li><a href="https://github.com/mapstruct/mapstruct/commit/23f4802374ae8e4703e8f127d85e332bf2e682fd"><code>23f4802</code></a> Fix method name typo (<a href="https://redirect.github.com/mapstruct/mapstruct/issues/3691">#3691</a>)</li> <li>Additional commits viewable in <a href="https://github.com/mapstruct/mapstruct/compare/1.6.0...1.6.1">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> -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-unsubscr...@camel.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org