dependabot[bot] opened a new pull request, #169: URL: https://github.com/apache/eventmesh-dashboard/pull/169
Bumps [org.mapstruct:mapstruct-processor](https://github.com/mapstruct/mapstruct) from 1.5.2.Final to 1.5.5.Final. <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.5.5.Final</h2> <h3>Enhancements</h3> <ul> <li>Add support for Jakarta XML Binding (<a href="https://redirect.github.com/mapstruct/mapstruct/issues/2730">#2730</a>)</li> </ul> <h3>Bugs</h3> <ul> <li><code>BeanMappingOptions#ignoreUnmappedSourceProperties</code> are not inherited via <code>@InheritConfiguration</code> (<a href="https://redirect.github.com/mapstruct/mapstruct/issues/3248">#3248</a>) - Regression from 1.5.3</li> </ul> <h3>Documentation</h3> <ul> <li>jakarta-cdi component model not in docs (<a href="https://redirect.github.com/mapstruct/mapstruct/issues/3236">#3236</a>)</li> <li>Polish links in docs (<a href="https://redirect.github.com/mapstruct/mapstruct/issues/3214">#3214</a>)</li> </ul> <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> <h2>1.5.3.Final</h2> <h3>Bugs</h3> <ul> <li>Generic <code>@AfterMapping</code> does not consider <code>@MappingTarget</code> properly in 1.5 (<a href="https://redirect.github.com/mapstruct/mapstruct/issues/3036">#3036</a>)</li> <li>Method annotated with <code>@AfterMapping</code> is not called (<a href="https://redirect.github.com/mapstruct/mapstruct/issues/2955">#2955</a>)</li> <li>Ignored unknown source property error, but property exist (<a href="https://redirect.github.com/mapstruct/mapstruct/issues/2743">#2743</a>)</li> <li><code>SubclassMapping</code> doesn't honour <code>mappingControl</code> (<a href="https://redirect.github.com/mapstruct/mapstruct/issues/3018">#3018</a>)</li> <li>Upgrade from 1.4.1 to 1.5.2 broke primitive to wrapper classes mapping (<a href="https://redirect.github.com/mapstruct/mapstruct/issues/2921">#2921</a>)</li> <li>Conversion of <code>BigDecimal</code> to primitive <code>double</code> wrong with 1.5.2 (<a href="https://redirect.github.com/mapstruct/mapstruct/issues/2913">#2913</a>)</li> <li>Ambiguous mapping methods when upgrading to MapStruct 1.5.0.RC1 (<a href="https://redirect.github.com/mapstruct/mapstruct/issues/2840">#2840</a>)</li> <li><code>SubclassMapping</code> stackoverflow exception (<a href="https://redirect.github.com/mapstruct/mapstruct/issues/2825">#2825</a>)</li> <li><code>Optional</code> wrapping pattern broken in 1.5.2.Final (<a href="https://redirect.github.com/mapstruct/mapstruct/issues/2925">#2925</a>)</li> <li>Missing import in generated mapper when referencing a nested enum from an unrelated class (<a href="https://redirect.github.com/mapstruct/mapstruct/issues/2945">#2945</a>)</li> <li>Unused import warning of nested classes (<a href="https://redirect.github.com/mapstruct/mapstruct/issues/2907">#2907</a>)</li> <li>Compilation error in generated code for <code>@Conditional</code> and collection (<a href="https://redirect.github.com/mapstruct/mapstruct/issues/2937">#2937</a>)</li> <li>Missing import of nested class (<a href="https://redirect.github.com/mapstruct/mapstruct/issues/2897">#2897</a>)</li> <li>Ignoring unmapped source properties in inverse inheritance (<a href="https://redirect.github.com/mapstruct/mapstruct/issues/2949">#2949</a>)</li> <li>Compilation error when mapping fields with the same type due to not wrapping in a <code>try-catch</code> block (<a href="https://redirect.github.com/mapstruct/mapstruct/issues/2839">#2839</a>)</li> <li>Using <code>@TargetType</code> as a parameter for <code>@Condition</code> causes NPE during compiling (<a href="https://redirect.github.com/mapstruct/mapstruct/issues/2882">#2882</a>)</li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/mapstruct/mapstruct/commit/0f92764de92a46179e2511750c844c93198e409c"><code>0f92764</code></a> [maven-release-plugin] prepare release 1.5.5.Final</li> <li><a href="https://github.com/mapstruct/mapstruct/commit/f1edbd25c2525e590d5749fcec769bb7da3e8daa"><code>f1edbd2</code></a> Polish links in docs (<a href="https://redirect.github.com/mapstruct/mapstruct/issues/3214">#3214</a>)</li> <li><a href="https://github.com/mapstruct/mapstruct/commit/75fb02a19f0615698d88f5df7355061dc3fb5355"><code>75fb02a</code></a> <a href="https://redirect.github.com/mapstruct/mapstruct/issues/3248">#3248</a> BeanMapping#ignoreUnmappedSourceProperties should be inherited for `@In...</li> <li><a href="https://github.com/mapstruct/mapstruct/commit/922258fea705a59374187ed48c3bd8ce5b02adc4"><code>922258f</code></a> <a href="https://redirect.github.com/mapstruct/mapstruct/issues/2730">#2730</a> Add support for Jakarta XML Binding</li> <li><a href="https://github.com/mapstruct/mapstruct/commit/b657209b1209338dba9bf485fd7fee91b66abae6"><code>b657209</code></a> <a href="https://redirect.github.com/mapstruct/mapstruct/issues/3236">#3236</a> Add missing jakarta-cdi to the documentation</li> <li><a href="https://github.com/mapstruct/mapstruct/commit/85b2a18b3c07314a3faf0fbe71f8674365bf0ead"><code>85b2a18</code></a> <a href="https://redirect.github.com/mapstruct/mapstruct/issues/3112">#3112</a> Add missing brackets</li> <li><a href="https://github.com/mapstruct/mapstruct/commit/7a0ed4e4094c6c853c9533a7ea44f2dc9e39f758"><code>7a0ed4e</code></a> [maven-release-plugin] prepare for next development iteration</li> <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>Additional commits viewable in <a href="https://github.com/mapstruct/mapstruct/compare/1.5.2.Final...1.5.5.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 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: dev-unsubscr...@eventmesh.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@eventmesh.apache.org For additional commands, e-mail: dev-h...@eventmesh.apache.org