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


   Bumps `archunit.version` from 0.20.1 to 0.21.0.
   Updates `archunit-junit5-api` from 0.20.1 to 0.21.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.21.0</h2>
   <h1>Breaking Changes</h1>
   <ul>
   <li>the type <code>JavaClassList</code> has been removed completely. It was 
used inconsistently and provided very limited value (convenient way to get the 
names of the classes). On the other hand having a custom list implementation 
increases maintenance overhead and limits options in the future. Please replace 
usages of <code>JavaClassList.getNames()</code> by the static utility 
<code>HasName.Utils.namesOf(classes)</code> which can be used on any 
<code>Iterable</code> with elements of type <code>HasName</code> (see <a 
href="https://github-redirect.dependabot.com/TNG/ArchUnit/issues/633";>#633</a>)</li>
   </ul>
   <h1>Enhancements</h1>
   <h2>Core</h2>
   <ul>
   <li><code>JavaMethod</code> now knows its generic parameter types 
(retrievable via <code>JavaMethod.getParameterTypes()</code>). Furthermore type 
arguments of generic method parameter types are now part of the 
<code>JavaClass.directDependencies{From/To}Self</code> (see <a 
href="https://github-redirect.dependabot.com/TNG/ArchUnit/issues/640";>#640</a>)</li>
   </ul>
   <h2>Library</h2>
   <ul>
   <li>the PlantUML rule syntax now allows colored components (see <a 
href="https://github-redirect.dependabot.com/TNG/ArchUnit/issues/258";>#258</a>; 
thanks a lot to <a 
href="https://github.com/johthor";><code>@​johthor</code></a>)</li>
   </ul>
   <h2>Further Acknowledgement</h2>
   <ul>
   <li>thanks a lot to <a 
href="https://github.com/NilsOliverLinden";><code>@​NilsOliverLinden</code></a> 
for further automating the release process (see <a 
href="https://github-redirect.dependabot.com/TNG/ArchUnit/issues/646";>#646</a>)</li>
   </ul>
   </blockquote>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/TNG/ArchUnit/commit/fe919acfb327b47a50fbcaefeb188e4ce0210e03";><code>fe919ac</code></a>
 prepare release 0.21.0</li>
   <li><a 
href="https://github.com/TNG/ArchUnit/commit/2935dfad959f12f607dc43c0598e7123d5a9db10";><code>2935dfa</code></a>
 Improve release <a 
href="https://github-redirect.dependabot.com/TNG/ArchUnit/issues/656";>#656</a></li>
   <li><a 
href="https://github.com/TNG/ArchUnit/commit/9079d8150089fe9500101f3df2d64b46b0ac9b50";><code>9079d81</code></a>
 improve order of checking out the release branch</li>
   <li><a 
href="https://github.com/TNG/ArchUnit/commit/6a4a518abc09cf4652246adf817208413b3665dd";><code>6a4a518</code></a>
 improve error output of <code>executeCommand</code></li>
   <li><a 
href="https://github.com/TNG/ArchUnit/commit/f732d8db95b12d20dbc2b6caa5fe6d57414f5634";><code>f732d8d</code></a>
 Enable CI release <a 
href="https://github-redirect.dependabot.com/TNG/ArchUnit/issues/646";>#646</a></li>
   <li><a 
href="https://github.com/TNG/ArchUnit/commit/66a81e7382afa8cb1d61d9887c5a61b46f40f773";><code>66a81e7</code></a>
 automate version calculation and release preparation</li>
   <li><a 
href="https://github.com/TNG/ArchUnit/commit/694c799c409ba08c5cb74cdd56ef1e90ec701bca";><code>694c799</code></a>
 add publishing of website and examples to release script</li>
   <li><a 
href="https://github.com/TNG/ArchUnit/commit/d804484afd3e79e9025b4ca924caa0d2b1eeb14e";><code>d804484</code></a>
 add release version tag creation to release script</li>
   <li><a 
href="https://github.com/TNG/ArchUnit/commit/faeab994b6180fbcfde315870a68447b177cd1db";><code>faeab99</code></a>
 add script to execute all necessary commands for releasing ArchUnit</li>
   <li><a 
href="https://github.com/TNG/ArchUnit/commit/ed88c5594e6f977d042b0485777748573f396e58";><code>ed88c55</code></a>
 switch <code>marcphilipp.nexus-publish</code> -&gt; 
<code>gradle-nexus.publish-plugin</code></li>
   <li>Additional commits viewable in <a 
href="https://github.com/TNG/ArchUnit/compare/v0.20.1...v0.21.0";>compare 
view</a></li>
   </ul>
   </details>
   <br />
   
   Updates `archunit-junit5-engine` from 0.20.1 to 0.21.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.21.0</h2>
   <h1>Breaking Changes</h1>
   <ul>
   <li>the type <code>JavaClassList</code> has been removed completely. It was 
used inconsistently and provided very limited value (convenient way to get the 
names of the classes). On the other hand having a custom list implementation 
increases maintenance overhead and limits options in the future. Please replace 
usages of <code>JavaClassList.getNames()</code> by the static utility 
<code>HasName.Utils.namesOf(classes)</code> which can be used on any 
<code>Iterable</code> with elements of type <code>HasName</code> (see <a 
href="https://github-redirect.dependabot.com/TNG/ArchUnit/issues/633";>#633</a>)</li>
   </ul>
   <h1>Enhancements</h1>
   <h2>Core</h2>
   <ul>
   <li><code>JavaMethod</code> now knows its generic parameter types 
(retrievable via <code>JavaMethod.getParameterTypes()</code>). Furthermore type 
arguments of generic method parameter types are now part of the 
<code>JavaClass.directDependencies{From/To}Self</code> (see <a 
href="https://github-redirect.dependabot.com/TNG/ArchUnit/issues/640";>#640</a>)</li>
   </ul>
   <h2>Library</h2>
   <ul>
   <li>the PlantUML rule syntax now allows colored components (see <a 
href="https://github-redirect.dependabot.com/TNG/ArchUnit/issues/258";>#258</a>; 
thanks a lot to <a 
href="https://github.com/johthor";><code>@​johthor</code></a>)</li>
   </ul>
   <h2>Further Acknowledgement</h2>
   <ul>
   <li>thanks a lot to <a 
href="https://github.com/NilsOliverLinden";><code>@​NilsOliverLinden</code></a> 
for further automating the release process (see <a 
href="https://github-redirect.dependabot.com/TNG/ArchUnit/issues/646";>#646</a>)</li>
   </ul>
   </blockquote>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/TNG/ArchUnit/commit/fe919acfb327b47a50fbcaefeb188e4ce0210e03";><code>fe919ac</code></a>
 prepare release 0.21.0</li>
   <li><a 
href="https://github.com/TNG/ArchUnit/commit/2935dfad959f12f607dc43c0598e7123d5a9db10";><code>2935dfa</code></a>
 Improve release <a 
href="https://github-redirect.dependabot.com/TNG/ArchUnit/issues/656";>#656</a></li>
   <li><a 
href="https://github.com/TNG/ArchUnit/commit/9079d8150089fe9500101f3df2d64b46b0ac9b50";><code>9079d81</code></a>
 improve order of checking out the release branch</li>
   <li><a 
href="https://github.com/TNG/ArchUnit/commit/6a4a518abc09cf4652246adf817208413b3665dd";><code>6a4a518</code></a>
 improve error output of <code>executeCommand</code></li>
   <li><a 
href="https://github.com/TNG/ArchUnit/commit/f732d8db95b12d20dbc2b6caa5fe6d57414f5634";><code>f732d8d</code></a>
 Enable CI release <a 
href="https://github-redirect.dependabot.com/TNG/ArchUnit/issues/646";>#646</a></li>
   <li><a 
href="https://github.com/TNG/ArchUnit/commit/66a81e7382afa8cb1d61d9887c5a61b46f40f773";><code>66a81e7</code></a>
 automate version calculation and release preparation</li>
   <li><a 
href="https://github.com/TNG/ArchUnit/commit/694c799c409ba08c5cb74cdd56ef1e90ec701bca";><code>694c799</code></a>
 add publishing of website and examples to release script</li>
   <li><a 
href="https://github.com/TNG/ArchUnit/commit/d804484afd3e79e9025b4ca924caa0d2b1eeb14e";><code>d804484</code></a>
 add release version tag creation to release script</li>
   <li><a 
href="https://github.com/TNG/ArchUnit/commit/faeab994b6180fbcfde315870a68447b177cd1db";><code>faeab99</code></a>
 add script to execute all necessary commands for releasing ArchUnit</li>
   <li><a 
href="https://github.com/TNG/ArchUnit/commit/ed88c5594e6f977d042b0485777748573f396e58";><code>ed88c55</code></a>
 switch <code>marcphilipp.nexus-publish</code> -&gt; 
<code>gradle-nexus.publish-plugin</code></li>
   <li>Additional commits viewable in <a 
href="https://github.com/TNG/ArchUnit/compare/v0.20.1...v0.21.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