dependabot[bot] opened a new pull request, #1580: URL: https://github.com/apache/causeway/pull/1580
Bumps [mapstruct-processor](https://github.com/mapstruct/mapstruct) from 1.5.3.Final to 1.5.4.Final. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/mapstruct/mapstruct/releases">mapstruct-processor's releases</a>.</em></p> <blockquote> <h2>1.5.4.Final</h2> <h3>Enhancements</h3> <ul> <li>Support for Jakarta <code>@ApplicationScoped</code> is missing (<a href="https://redirect.github.com/mapstruct/mapstruct/issues/2950">#2950</a>)</li> </ul> <h3>Bugs</h3> <ul> <li>Exceptions declared to be thrown by a mapping method, are not declared in generated mapping methods for nested types (<a href="https://redirect.github.com/mapstruct/mapstruct/issues/3142">#3142</a>)</li> <li>DeepClone mapping control not generating third tier functions to clone (<a href="https://redirect.github.com/mapstruct/mapstruct/issues/3135">#3135</a>)</li> <li>missing <code>throws</code> clauses when mapping enum with checked exceptions (<a href="https://redirect.github.com/mapstruct/mapstruct/issues/3110">#3110</a>)</li> <li>Version 1.5.3 doesn't consider <code>Mapping</code> annotations for nested objects (worked with 1.5.2) (<a href="https://redirect.github.com/mapstruct/mapstruct/issues/3057">#3057</a>)</li> <li>Cannot use only <code>BeanMapping#mappingControl</code> (<a href="https://redirect.github.com/mapstruct/mapstruct/issues/3040">#3040</a>)</li> </ul> <h3>Documentation</h3> <ul> <li>Document <code><THROW_EXCEPTION></code> in the reference guide (<a href="https://redirect.github.com/mapstruct/mapstruct/issues/3112">#3112</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/mapstruct/mapstruct/commit/35228b3cb7b687ad52b9df9acd0f31c8da4b9174"><code>35228b3</code></a> [maven-release-plugin] prepare release 1.5.4.Final</li> <li><a href="https://github.com/mapstruct/mapstruct/commit/998b3e96d7f8d1fbd0d4e20518d3917cbf03fd7e"><code>998b3e9</code></a> <a href="https://redirect.github.com/mapstruct/mapstruct/issues/2950">#2950</a> Disable CDI in the full features tests on Java 8</li> <li><a href="https://github.com/mapstruct/mapstruct/commit/b9c6256d3c9d6a82938143bee11d1e4209ac3b05"><code>b9c6256</code></a> <a href="https://redirect.github.com/mapstruct/mapstruct/issues/2950">#2950</a> Add support for Jakarta CDI</li> <li><a href="https://github.com/mapstruct/mapstruct/commit/a5f57a77cf5ac3174c641065d0f0188ecbc01951"><code>a5f57a7</code></a> <a href="https://redirect.github.com/mapstruct/mapstruct/issues/3142">#3142</a> Nested forged methods should declare throws from lifecycle methods</li> <li><a href="https://github.com/mapstruct/mapstruct/commit/257796b959dc51afcdee23e3fd16bfa130b2b051"><code>257796b</code></a> <a href="https://redirect.github.com/mapstruct/mapstruct/issues/3040">#3040</a>: Allow using only <code>BeanMapping#mappingControl</code></li> <li><a href="https://github.com/mapstruct/mapstruct/commit/979454394628570111f71eb12fd6a9caf9efd91b"><code>9794543</code></a> <a href="https://redirect.github.com/mapstruct/mapstruct/issues/3135">#3135</a> BeanMapping#mappingControl should be inherited by forged methods</li> <li><a href="https://github.com/mapstruct/mapstruct/commit/53baf9612669d28fe3e1b5d218fb8f4feef1096b"><code>53baf96</code></a> <a href="https://redirect.github.com/mapstruct/mapstruct/issues/3112">#3112</a> Document <THROW_EXCEPTION> in the reference guide</li> <li><a href="https://github.com/mapstruct/mapstruct/commit/a67e4e5f9620443598cef8897e17a1af43919d1e"><code>a67e4e5</code></a> <a href="https://redirect.github.com/mapstruct/mapstruct/issues/3110">#3110</a> Fix throws declaration for ValueMapping annotated methods (<a href="https://redirect.github.com/mapstruct/mapstruct/issues/3122">#3122</a>)</li> <li><a href="https://github.com/mapstruct/mapstruct/commit/50d96eb3671234077211f399e6a0a7fe93deeeb1"><code>50d96eb</code></a> <a href="https://redirect.github.com/mapstruct/mapstruct/issues/3077">#3077</a> Add test case</li> <li><a href="https://github.com/mapstruct/mapstruct/commit/429cc3f9145de2214bf42b090ed8b142a181feff"><code>429cc3f</code></a> <a href="https://redirect.github.com/mapstruct/mapstruct/issues/3057">#3057</a>: limit do not allow self to subclassmappings. (<a href="https://redirect.github.com/mapstruct/mapstruct/issues/3063">#3063</a>)</li> <li>Additional commits viewable in <a href="https://github.com/mapstruct/mapstruct/compare/1.5.3.Final...1.5.4.Final">compare view</a></li> </ul> </details> <br /> [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) 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 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
