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


   Bumps `archunit.version` from 0.21.0 to 0.22.0.
   Updates `archunit-junit5-api` from 0.21.0 to 0.22.0
   <details>
   <summary>Release notes</summary>
   <p><em>Sourced from <a 
href="https://github.com/TNG/ArchUnit/releases";>archunit-junit5-api's 
releases</a>.</em></p>
   <blockquote>
   <h2>ArchUnit 0.22.0</h2>
   <h1>Bug Fixes</h1>
   <ul>
   <li>Java class file URLs with spaces are now correctly handled when 
resolving transitive dependencies (see <a 
href="https://github-redirect.dependabot.com/TNG/ArchUnit/issues/683";>#683</a>)</li>
   <li>fixed memory leak in ArchUnit JUnit 5 support (see <a 
href="https://github-redirect.dependabot.com/TNG/ArchUnit/issues/695";>#695</a>)</li>
   <li>three bug fixes regarding generics import (see <a 
href="https://github-redirect.dependabot.com/TNG/ArchUnit/issues/700";>#700</a>)
   <ul>
   <li>toplevel generic array types (e.g. <code>T[]</code>) were not detected 
correctly as method parameters</li>
   <li>primitive types were missing from the generic 
<code>JavaCodeUnit.getParameterTypes()</code></li>
   <li>inner classes were not detected correctly as upper bounds of type 
parameters</li>
   </ul>
   </li>
   </ul>
   <h1>Enhancements</h1>
   <h2>Core</h2>
   <ul>
   <li>support for method and constructor parameter annotations (see <a 
href="https://github-redirect.dependabot.com/TNG/ArchUnit/issues/701";>#701</a>; 
thanks a lot to <a href="https://github.com/hankem";><code>@​hankem</code></a> 
for extensive reviews)
   <ul>
   <li>new method <code>JavaCodeUnit.getParameters()</code> that will return 
parameters in a structured form offering raw type, generic type and 
annotations</li>
   <li>new method <code>JavaCodeUnit.getParameterAnnotations()</code> that 
offers just parameter annotations by index</li>
   <li>parameter annotations are now part of 
<code>JavaClass.directDependencies{from/to}Self</code></li>
   </ul>
   </li>
   <li><code>SourceCodeLocation</code> now offers structured access to source 
file and source class (see <a 
href="https://github-redirect.dependabot.com/TNG/ArchUnit/issues/673";>#673</a>; 
thanks a lot to <a 
href="https://github.com/thmuch";><code>@​thmuch</code></a>)</li>
   </ul>
   <h2>JUnit</h2>
   <ul>
   <li>new option to replace underscores in rule field/method names by spaces 
in the test description to improve readability (see <a 
href="https://github-redirect.dependabot.com/TNG/ArchUnit/issues/626";>#626</a>; 
thanks a lot to <a 
href="https://github.com/thmuch";><code>@​thmuch</code></a>)</li>
   </ul>
   </blockquote>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/TNG/ArchUnit/commit/821f16459fac126312fdb95d183612fbdabb1638";><code>821f164</code></a>
 prepare release 0.22.0</li>
   <li><a 
href="https://github.com/TNG/ArchUnit/commit/543241bb88b94ec88baacd98990614ab4faee4fe";><code>543241b</code></a>
 pass on SonaType username and password when testing examples</li>
   <li><a 
href="https://github.com/TNG/ArchUnit/commit/2d2752444dd9df75b0cc5676e02d1d0805231d34";><code>2d27524</code></a>
 parameterize GitHub repo prefix of release tasks</li>
   <li><a 
href="https://github.com/TNG/ArchUnit/commit/18bdaaeaa16ca681f1599cf95ffa1233ecf00c52";><code>18bdaae</code></a>
 add short sleep time after executing commands</li>
   <li><a 
href="https://github.com/TNG/ArchUnit/commit/88d8fcd744e1da63e084b74964359f731ff27460";><code>88d8fcd</code></a>
 move JavaCodeUnit.Parameter to toplevel JavaParameter <a 
href="https://github-redirect.dependabot.com/TNG/ArchUnit/issues/707";>#707</a></li>
   <li><a 
href="https://github.com/TNG/ArchUnit/commit/83355aeb4f57c934be3a3158ceb7be0d7da95b61";><code>83355ae</code></a>
 move <code>JavaCodeUnit.Parameter</code> to toplevel 
<code>JavaParameter</code></li>
   <li><a 
href="https://github.com/TNG/ArchUnit/commit/c995b9513900b9e43cb956e9d21509f96d52bf44";><code>c995b95</code></a>
 Upgrade dependencies <a 
href="https://github-redirect.dependabot.com/TNG/ArchUnit/issues/703";>#703</a></li>
   <li><a 
href="https://github.com/TNG/ArchUnit/commit/efff1dced36c42af5c54975d807676645a379979";><code>efff1dc</code></a>
 Bump com.diffplug.spotless from 5.16.0 to 5.17.1</li>
   <li><a 
href="https://github.com/TNG/ArchUnit/commit/43a013280a92bc0cc57956d7232069269e35ec24";><code>43a0132</code></a>
 Bump com.github.spotbugs from 4.7.6 to 4.7.9</li>
   <li><a 
href="https://github.com/TNG/ArchUnit/commit/6787775407e8eefdf54dae9833b294585af529c6";><code>6787775</code></a>
 Bump actions/checkout from 2.3.4 to 2.3.5</li>
   <li>Additional commits viewable in <a 
href="https://github.com/TNG/ArchUnit/compare/v0.21.0...v0.22.0";>compare 
view</a></li>
   </ul>
   </details>
   <br />
   
   Updates `archunit-junit5-engine` from 0.21.0 to 0.22.0
   <details>
   <summary>Release notes</summary>
   <p><em>Sourced from <a 
href="https://github.com/TNG/ArchUnit/releases";>archunit-junit5-engine's 
releases</a>.</em></p>
   <blockquote>
   <h2>ArchUnit 0.22.0</h2>
   <h1>Bug Fixes</h1>
   <ul>
   <li>Java class file URLs with spaces are now correctly handled when 
resolving transitive dependencies (see <a 
href="https://github-redirect.dependabot.com/TNG/ArchUnit/issues/683";>#683</a>)</li>
   <li>fixed memory leak in ArchUnit JUnit 5 support (see <a 
href="https://github-redirect.dependabot.com/TNG/ArchUnit/issues/695";>#695</a>)</li>
   <li>three bug fixes regarding generics import (see <a 
href="https://github-redirect.dependabot.com/TNG/ArchUnit/issues/700";>#700</a>)
   <ul>
   <li>toplevel generic array types (e.g. <code>T[]</code>) were not detected 
correctly as method parameters</li>
   <li>primitive types were missing from the generic 
<code>JavaCodeUnit.getParameterTypes()</code></li>
   <li>inner classes were not detected correctly as upper bounds of type 
parameters</li>
   </ul>
   </li>
   </ul>
   <h1>Enhancements</h1>
   <h2>Core</h2>
   <ul>
   <li>support for method and constructor parameter annotations (see <a 
href="https://github-redirect.dependabot.com/TNG/ArchUnit/issues/701";>#701</a>; 
thanks a lot to <a href="https://github.com/hankem";><code>@​hankem</code></a> 
for extensive reviews)
   <ul>
   <li>new method <code>JavaCodeUnit.getParameters()</code> that will return 
parameters in a structured form offering raw type, generic type and 
annotations</li>
   <li>new method <code>JavaCodeUnit.getParameterAnnotations()</code> that 
offers just parameter annotations by index</li>
   <li>parameter annotations are now part of 
<code>JavaClass.directDependencies{from/to}Self</code></li>
   </ul>
   </li>
   <li><code>SourceCodeLocation</code> now offers structured access to source 
file and source class (see <a 
href="https://github-redirect.dependabot.com/TNG/ArchUnit/issues/673";>#673</a>; 
thanks a lot to <a 
href="https://github.com/thmuch";><code>@​thmuch</code></a>)</li>
   </ul>
   <h2>JUnit</h2>
   <ul>
   <li>new option to replace underscores in rule field/method names by spaces 
in the test description to improve readability (see <a 
href="https://github-redirect.dependabot.com/TNG/ArchUnit/issues/626";>#626</a>; 
thanks a lot to <a 
href="https://github.com/thmuch";><code>@​thmuch</code></a>)</li>
   </ul>
   </blockquote>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/TNG/ArchUnit/commit/821f16459fac126312fdb95d183612fbdabb1638";><code>821f164</code></a>
 prepare release 0.22.0</li>
   <li><a 
href="https://github.com/TNG/ArchUnit/commit/543241bb88b94ec88baacd98990614ab4faee4fe";><code>543241b</code></a>
 pass on SonaType username and password when testing examples</li>
   <li><a 
href="https://github.com/TNG/ArchUnit/commit/2d2752444dd9df75b0cc5676e02d1d0805231d34";><code>2d27524</code></a>
 parameterize GitHub repo prefix of release tasks</li>
   <li><a 
href="https://github.com/TNG/ArchUnit/commit/18bdaaeaa16ca681f1599cf95ffa1233ecf00c52";><code>18bdaae</code></a>
 add short sleep time after executing commands</li>
   <li><a 
href="https://github.com/TNG/ArchUnit/commit/88d8fcd744e1da63e084b74964359f731ff27460";><code>88d8fcd</code></a>
 move JavaCodeUnit.Parameter to toplevel JavaParameter <a 
href="https://github-redirect.dependabot.com/TNG/ArchUnit/issues/707";>#707</a></li>
   <li><a 
href="https://github.com/TNG/ArchUnit/commit/83355aeb4f57c934be3a3158ceb7be0d7da95b61";><code>83355ae</code></a>
 move <code>JavaCodeUnit.Parameter</code> to toplevel 
<code>JavaParameter</code></li>
   <li><a 
href="https://github.com/TNG/ArchUnit/commit/c995b9513900b9e43cb956e9d21509f96d52bf44";><code>c995b95</code></a>
 Upgrade dependencies <a 
href="https://github-redirect.dependabot.com/TNG/ArchUnit/issues/703";>#703</a></li>
   <li><a 
href="https://github.com/TNG/ArchUnit/commit/efff1dced36c42af5c54975d807676645a379979";><code>efff1dc</code></a>
 Bump com.diffplug.spotless from 5.16.0 to 5.17.1</li>
   <li><a 
href="https://github.com/TNG/ArchUnit/commit/43a013280a92bc0cc57956d7232069269e35ec24";><code>43a0132</code></a>
 Bump com.github.spotbugs from 4.7.6 to 4.7.9</li>
   <li><a 
href="https://github.com/TNG/ArchUnit/commit/6787775407e8eefdf54dae9833b294585af529c6";><code>6787775</code></a>
 Bump actions/checkout from 2.3.4 to 2.3.5</li>
   <li>Additional commits viewable in <a 
href="https://github.com/TNG/ArchUnit/compare/v0.21.0...v0.22.0";>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 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]


Reply via email to