dependabot[bot] opened a new pull request #360:
URL: https://github.com/apache/isis/pull/360


   Bumps [mapstruct-processor](https://github.com/mapstruct/mapstruct) from 
1.4.1.Final to 1.4.2.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.4.2.Final</h2>
   <h3>Enhancement</h3>
   <ul>
   <li>Relax strictness for <code>Mapping#qualifiedByName</code> and 
<code>Mapping#qualifier</code> for collection mappings (<a 
href="https://github-redirect.dependabot.com/mapstruct/mapstruct/issues/2324";>#2324</a>,
 <a 
href="https://github-redirect.dependabot.com/mapstruct/mapstruct/issues/2346";>#2346</a>)</li>
   <li>Mark mapstruct-processor jar as Spring-Boot-Jar-Type: 
annotation-processor (<a 
href="https://github-redirect.dependabot.com/mapstruct/mapstruct/issues/2244";>#2244</a>)</li>
   </ul>
   <h3>Bugs</h3>
   <ul>
   <li>Nested target properties uses same method for different mappings after 
upgrade from 1.3.1.Final to 1.4.1.Final (<a 
href="https://github-redirect.dependabot.com/mapstruct/mapstruct/issues/2236";>#2236</a>)</li>
   <li>MapStruct 1.3.0.Final version is generating wrong code for optional 
collection getter fields (<a 
href="https://github-redirect.dependabot.com/mapstruct/mapstruct/issues/2233";>#2233</a>)</li>
   <li>Problems with <code>Optional&lt;T&gt;</code> mapping (<a 
href="https://github-redirect.dependabot.com/mapstruct/mapstruct/issues/2295";>#2295</a>)</li>
   <li>Nested source null check calls method twice instead of using 
intermediate variable (<a 
href="https://github-redirect.dependabot.com/mapstruct/mapstruct/issues/2245";>#2245</a>)</li>
   <li>Mapper create invalid implementation - variable is already defined in 
method (<a 
href="https://github-redirect.dependabot.com/mapstruct/mapstruct/issues/2251";>#2251</a>)</li>
   <li>Stack Trace instead of Message on Missing Mapping (<a 
href="https://github-redirect.dependabot.com/mapstruct/mapstruct/issues/2263";>#2263</a>)</li>
   <li>Wrong reporting for unmapped source properties when source source is 
implicitly mapped (<a 
href="https://github-redirect.dependabot.com/mapstruct/mapstruct/issues/2253";>#2253</a>)</li>
   <li>Getting either &quot;Unknown property&quot; or &quot;Unmapped target 
property&quot; (<a 
href="https://github-redirect.dependabot.com/mapstruct/mapstruct/issues/2301";>#2301</a>)</li>
   <li><code>@InheritInverseConfiguration</code> and 
<code>@Mapping(target:&quot;bean.childProperty&quot;, ignore=true)</code> do 
not play together (<a 
href="https://github-redirect.dependabot.com/mapstruct/mapstruct/issues/2278";>#2278</a>)</li>
   <li>Mappings are ignored when <code>@InheritConfiguration</code> defines a 
mapping for a sub-field (<a 
href="https://github-redirect.dependabot.com/mapstruct/mapstruct/issues/2318";>#2318</a>)</li>
   </ul>
   <h3>Documentation</h3>
   <ul>
   <li>Vague documentation and code samples of <code>@Default</code> annotation 
as of 1.4.X (<a 
href="https://github-redirect.dependabot.com/mapstruct/mapstruct/issues/2258";>#2258</a>)</li>
   <li>Example uses wrong maven plugin configuration (<a 
href="https://github-redirect.dependabot.com/mapstruct/mapstruct/issues/2307";>#2307</a>)</li>
   <li>Typo in <code>@MapperConfig</code> annotation in documentation (<a 
href="https://github-redirect.dependabot.com/mapstruct/mapstruct/issues/2293";>#2293</a>)</li>
   </ul>
   </blockquote>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/mapstruct/mapstruct/commit/1ca7c7b5c8a863f6bc7d8702d5e744dbe3e24767";><code>1ca7c7b</code></a>
 [maven-release-plugin] prepare release 1.4.2.Final</li>
   <li><a 
href="https://github.com/mapstruct/mapstruct/commit/7d20cf27deb4017f8de0341950ca10d180859c10";><code>7d20cf2</code></a>
 <a 
href="https://github-redirect.dependabot.com/mapstruct/mapstruct/issues/2346";>#2346</a>
 Update documentation and readme about MapStruct and Gradle</li>
   <li><a 
href="https://github.com/mapstruct/mapstruct/commit/bef3482af5e539ac0e5412cf9ba42037ea19a521";><code>bef3482</code></a>
 <a 
href="https://github-redirect.dependabot.com/mapstruct/mapstruct/issues/2250";>#2250</a>,
 <a 
href="https://github-redirect.dependabot.com/mapstruct/mapstruct/issues/2324";>#2324</a>
 Do not throw error when qualifier is missing on iterable mapping</li>
   <li><a 
href="https://github.com/mapstruct/mapstruct/commit/0c51f7a5aa37c6cece9a95050143630a5d83f26b";><code>0c51f7a</code></a>
 <a 
href="https://github-redirect.dependabot.com/mapstruct/mapstruct/issues/2278";>#2278</a>
 inherited property ignored due to ignore on nested level (<a 
href="https://github-redirect.dependabot.com/mapstruct/mapstruct/issues/2332";>#2332</a>)</li>
   <li><a 
href="https://github.com/mapstruct/mapstruct/commit/15b3469f04f78a290af9429f3a257b198fe04aa0";><code>15b3469</code></a>
 <a 
href="https://github-redirect.dependabot.com/mapstruct/mapstruct/issues/2301";>#2301</a>
 Implicitly ignore forward inherited mappings from different method types</li>
   <li><a 
href="https://github.com/mapstruct/mapstruct/commit/e6479dce87380ba02de3d464a94b6b84288ac25e";><code>e6479dc</code></a>
 <a 
href="https://github-redirect.dependabot.com/mapstruct/mapstruct/issues/2293";>#2293</a>
 Use MapperConfig instead of MappingConfig in the documentation</li>
   <li><a 
href="https://github.com/mapstruct/mapstruct/commit/24ac2f3963920e5b1e77f725062b56b92167d02d";><code>24ac2f3</code></a>
 Update chapter-2-set-up.asciidoc</li>
   <li><a 
href="https://github.com/mapstruct/mapstruct/commit/164535e3542f2fab0543eed2da4a3bc1fb32ccd9";><code>164535e</code></a>
 Add Lombok subsection in the documentation (<a 
href="https://github-redirect.dependabot.com/mapstruct/mapstruct/issues/2266";>#2266</a>)</li>
   <li><a 
href="https://github.com/mapstruct/mapstruct/commit/628ff175e0af2212120d4593e47117eb98d9da08";><code>628ff17</code></a>
 <a 
href="https://github-redirect.dependabot.com/mapstruct/mapstruct/issues/2253";>#2253</a>
 remove unmapped source properties when source parameter is directly mapped</li>
   <li><a 
href="https://github.com/mapstruct/mapstruct/commit/934d096fb4f9b6755b84c239abfbe79b6ff878fd";><code>934d096</code></a>
 <a 
href="https://github-redirect.dependabot.com/mapstruct/mapstruct/issues/2263";>#2263</a>
 Fix IndexOutOfBoundsException when resolving TypeVar to a Type</li>
   <li>Additional commits viewable in <a 
href="https://github.com/mapstruct/mapstruct/compare/1.4.1.Final...1.4.2.Final";>compare
 view</a></li>
   </ul>
   </details>
   <br />
   
   
   [![Dependabot compatibility 
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=org.mapstruct:mapstruct-processor&package-manager=maven&previous-version=1.4.1.Final&new-version=1.4.2.Final)](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.

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to