dependabot[bot] opened a new pull request #648: URL: https://github.com/apache/isis/pull/648
Bumps `archunit.version` from 0.14.1 to 0.19.0. Updates `archunit-junit5-api` from 0.14.1 to 0.19.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.19.0</h2> <h1>Bug Fixes</h1> <ul> <li>The last release archive contained a couple of classes from dependencies that were not relocated and thus lead to duplicate classes warnings in some environments. These classes have been removed (see <a href="https://github-redirect.dependabot.com/TNG/ArchUnit/issues/593">#593</a>)</li> </ul> <h1>Enhancements</h1> <h2>Core</h2> <ul> <li><code>JavaField</code> now knows its generic type (retrievable via <code>JavaField.getType()</code>). Furthermore type arguments of generic field types are now part of the <code>JavaClass.directDependencies{From/To}Self</code> (see <a href="https://github-redirect.dependabot.com/TNG/ArchUnit/issues/595">#595</a>; thanks a lot to <a href="https://github.com/hankem"><code>@hankem</code></a> for extensive reviews)</li> </ul> <h2>Lang</h2> <ul> <li>new method <code>noClasses()...should().transitivelyDependOnClassesThat(..)...</code> (see <a href="https://github-redirect.dependabot.com/TNG/ArchUnit/issues/575">#575</a>; thanks a lot to <a href="https://github.com/hankem"><code>@hankem</code></a>)</li> <li>the failure descriptions of <code>ArchRules</code> can not be customized (see <a href="https://github-redirect.dependabot.com/TNG/ArchUnit/issues/343">#343</a>; thanks a lot to <a href="https://github.com/Farbauti89"><code>@Farbauti89</code></a>)</li> </ul> <h2>Library</h2> <ul> <li>new method <code>layeredArchitecture()...mayOnlyAccessLayers(..)...</code> (see <a href="https://github-redirect.dependabot.com/TNG/ArchUnit/issues/592">#592</a>; thanks a lot to <a href="https://github.com/GiorgadzeLuka"><code>@GiorgadzeLuka</code></a>)</li> <li>improved readability for cycle rule violations (see <a href="https://github-redirect.dependabot.com/TNG/ArchUnit/issues/369">#369</a>; thanks a lot to <a href="https://github.com/jzheaux"><code>@jzheaux</code></a>)</li> <li><code>FreezingArchRule</code> can now refreeze all violations, if current violations should simply be added to the <code>ViolationStore</code> without any failure (see <a href="https://github-redirect.dependabot.com/TNG/ArchUnit/issues/510">#510</a>)</li> </ul> <h2>JUnit</h2> <ul> <li>annotations of test methods and fields are now passed to the <code>TestDescription</code> by the JUnit 4 test support (see <a href="https://github-redirect.dependabot.com/TNG/ArchUnit/issues/552">#552</a>)</li> </ul> <h2>Further Acknowledgement</h2> <ul> <li>Thanks a lot to <a href="https://github.com/GiorgadzeLuka"><code>@GiorgadzeLuka</code></a> and <a href="https://github.com/OLibutzki"><code>@OLibutzki</code></a> for improving the documentation</li> </ul> <h2>ArchUnit 0.18.0</h2> <h1>Breaking Changes</h1> <ul> <li><code>JavaClass.get{All}Interfaces()</code> is now <code>JavaClass.get{All}RawInterfaces()</code> to be consistent with regards to the generic <code>JavaClass.getInterfaces()</code>. We decided that this is still a less painful way than deprecating <code>getInterfaces()</code>, introducting a new <code>getGenericInterfaces()</code>, then deprecate <code>getGenericInterfaces()</code> in favor of <code>getInterfaces()</code> in a later release. To be consistent with other places in ArchUnit <code>JavaClass.getInterfaces()</code> needs to provide the generic version of the interfaces (compare e.g. <code>JavaClass.getSuperclass()</code>).</li> </ul> <h1>Enhancements</h1> <h2>Core</h2> <ul> <li>Support for Java Records (see <a href="https://github-redirect.dependabot.com/TNG/ArchUnit/issues/295">#295</a>; thanks a lot to <a href="https://github.com/rweisleder"><code>@rweisleder</code></a>)</li> <li><code>JavaClass</code> now knows its generic interfaces (retrievable via <code>JavaClass.getInterfaces()</code>). Furthermore type arguments of generic interfaces are now part of the JavaClass.directDependencies{From/To}Self (see <a href="https://github-redirect.dependabot.com/TNG/ArchUnit/issues/551">#551</a>)</li> </ul> <h2>Lang</h2> <ul> <li>New syntax methods <code>classes().that().containAny{Members,Fields,Methods,...}That(..)</code> (see <a href="https://github-redirect.dependabot.com/TNG/ArchUnit/issues/553">#553</a>; thanks a lot to <a href="https://github.com/nils-christian"><code>@nils-christian</code></a>)</li> </ul> <h2>Library</h2> <ul> <li>Added an API to calculate Software Architecture Metrics inspired by John Lakos, Robert C. Martin and Herbert Dowalil. For further details check the <a href="https://www.archunit.org/userguide/html/000_Index.html#_software_architecture_metrics">user guide</a> (see <a href="https://github-redirect.dependabot.com/TNG/ArchUnit/issues/572">#572</a>; thanks a lot to <a href="https://github.com/hankem"><code>@hankem</code></a> and <a href="https://github.com/stefanhechtltng"><code>@stefanhechtltng</code></a> and to <a href="https://github.com/hdowalil"><code>@hdowalil</code></a> for the inspiration and support)</li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/TNG/ArchUnit/commit/6140cbc8aa9a638c8753e2db2752015fa8bed058"><code>6140cbc</code></a> prepare release 0.19.0</li> <li><a href="https://github.com/TNG/ArchUnit/commit/4b50cec71620b92b5e793d2c223eff136a295f3c"><code>4b50cec</code></a> pass annotations of rule fields and methods to JUnit test description <a href="https://github-redirect.dependabot.com/TNG/ArchUnit/issues/613">#613</a></li> <li><a href="https://github.com/TNG/ArchUnit/commit/7ca1d498329c27e3fd5b309e81b4b4e36471a45a"><code>7ca1d49</code></a> pass annotations of rule fields and methods to JUnit test description</li> <li><a href="https://github.com/TNG/ArchUnit/commit/e208a70662eecf6f638cf2ed2d25ac5b31bd7e1b"><code>e208a70</code></a> add property freeze.refreeze to allow overwriting the current store <a href="https://github-redirect.dependabot.com/TNG/ArchUnit/issues/612">#612</a></li> <li><a href="https://github.com/TNG/ArchUnit/commit/e8fbae4b49bcb0215308f7561faae6488d19bd87"><code>e8fbae4</code></a> add property <code>freeze.refreeze</code> to allow overwriting the current store</li> <li><a href="https://github.com/TNG/ArchUnit/commit/6a68905dfa9a15e79d5c786d27d0907a9e9bbec0"><code>6a68905</code></a> Add generic field types <a href="https://github-redirect.dependabot.com/TNG/ArchUnit/issues/595">#595</a></li> <li><a href="https://github.com/TNG/ArchUnit/commit/ff72a71f53d0675d1970917ff81ccc6787fadd1c"><code>ff72a71</code></a> add generic field type argument dependencies from and to self</li> <li><a href="https://github.com/TNG/ArchUnit/commit/0731c449937e1ae71d8f3fad902576a594f0ad58"><code>0731c44</code></a> add generic type to <code>JavaField</code></li> <li><a href="https://github.com/TNG/ArchUnit/commit/52179d2d6de950df225f06bd2fc803e97a603351"><code>52179d2</code></a> extract <code>SignatureTypeArgumentProcessor</code> to separate file</li> <li><a href="https://github.com/TNG/ArchUnit/commit/1ccfbd639da897f13809625c413a9fb5939f2437"><code>1ccfbd6</code></a> rename <code>TypeArgumentProcessor</code> -> <code>SignatureTypeArgumentProcessor</code></li> <li>Additional commits viewable in <a href="https://github.com/TNG/ArchUnit/compare/v0.14.1...v0.19.0">compare view</a></li> </ul> </details> <br /> Updates `archunit-junit5-engine` from 0.14.1 to 0.19.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.19.0</h2> <h1>Bug Fixes</h1> <ul> <li>The last release archive contained a couple of classes from dependencies that were not relocated and thus lead to duplicate classes warnings in some environments. These classes have been removed (see <a href="https://github-redirect.dependabot.com/TNG/ArchUnit/issues/593">#593</a>)</li> </ul> <h1>Enhancements</h1> <h2>Core</h2> <ul> <li><code>JavaField</code> now knows its generic type (retrievable via <code>JavaField.getType()</code>). Furthermore type arguments of generic field types are now part of the <code>JavaClass.directDependencies{From/To}Self</code> (see <a href="https://github-redirect.dependabot.com/TNG/ArchUnit/issues/595">#595</a>; thanks a lot to <a href="https://github.com/hankem"><code>@hankem</code></a> for extensive reviews)</li> </ul> <h2>Lang</h2> <ul> <li>new method <code>noClasses()...should().transitivelyDependOnClassesThat(..)...</code> (see <a href="https://github-redirect.dependabot.com/TNG/ArchUnit/issues/575">#575</a>; thanks a lot to <a href="https://github.com/hankem"><code>@hankem</code></a>)</li> <li>the failure descriptions of <code>ArchRules</code> can not be customized (see <a href="https://github-redirect.dependabot.com/TNG/ArchUnit/issues/343">#343</a>; thanks a lot to <a href="https://github.com/Farbauti89"><code>@Farbauti89</code></a>)</li> </ul> <h2>Library</h2> <ul> <li>new method <code>layeredArchitecture()...mayOnlyAccessLayers(..)...</code> (see <a href="https://github-redirect.dependabot.com/TNG/ArchUnit/issues/592">#592</a>; thanks a lot to <a href="https://github.com/GiorgadzeLuka"><code>@GiorgadzeLuka</code></a>)</li> <li>improved readability for cycle rule violations (see <a href="https://github-redirect.dependabot.com/TNG/ArchUnit/issues/369">#369</a>; thanks a lot to <a href="https://github.com/jzheaux"><code>@jzheaux</code></a>)</li> <li><code>FreezingArchRule</code> can now refreeze all violations, if current violations should simply be added to the <code>ViolationStore</code> without any failure (see <a href="https://github-redirect.dependabot.com/TNG/ArchUnit/issues/510">#510</a>)</li> </ul> <h2>JUnit</h2> <ul> <li>annotations of test methods and fields are now passed to the <code>TestDescription</code> by the JUnit 4 test support (see <a href="https://github-redirect.dependabot.com/TNG/ArchUnit/issues/552">#552</a>)</li> </ul> <h2>Further Acknowledgement</h2> <ul> <li>Thanks a lot to <a href="https://github.com/GiorgadzeLuka"><code>@GiorgadzeLuka</code></a> and <a href="https://github.com/OLibutzki"><code>@OLibutzki</code></a> for improving the documentation</li> </ul> <h2>ArchUnit 0.18.0</h2> <h1>Breaking Changes</h1> <ul> <li><code>JavaClass.get{All}Interfaces()</code> is now <code>JavaClass.get{All}RawInterfaces()</code> to be consistent with regards to the generic <code>JavaClass.getInterfaces()</code>. We decided that this is still a less painful way than deprecating <code>getInterfaces()</code>, introducting a new <code>getGenericInterfaces()</code>, then deprecate <code>getGenericInterfaces()</code> in favor of <code>getInterfaces()</code> in a later release. To be consistent with other places in ArchUnit <code>JavaClass.getInterfaces()</code> needs to provide the generic version of the interfaces (compare e.g. <code>JavaClass.getSuperclass()</code>).</li> </ul> <h1>Enhancements</h1> <h2>Core</h2> <ul> <li>Support for Java Records (see <a href="https://github-redirect.dependabot.com/TNG/ArchUnit/issues/295">#295</a>; thanks a lot to <a href="https://github.com/rweisleder"><code>@rweisleder</code></a>)</li> <li><code>JavaClass</code> now knows its generic interfaces (retrievable via <code>JavaClass.getInterfaces()</code>). Furthermore type arguments of generic interfaces are now part of the JavaClass.directDependencies{From/To}Self (see <a href="https://github-redirect.dependabot.com/TNG/ArchUnit/issues/551">#551</a>)</li> </ul> <h2>Lang</h2> <ul> <li>New syntax methods <code>classes().that().containAny{Members,Fields,Methods,...}That(..)</code> (see <a href="https://github-redirect.dependabot.com/TNG/ArchUnit/issues/553">#553</a>; thanks a lot to <a href="https://github.com/nils-christian"><code>@nils-christian</code></a>)</li> </ul> <h2>Library</h2> <ul> <li>Added an API to calculate Software Architecture Metrics inspired by John Lakos, Robert C. Martin and Herbert Dowalil. For further details check the <a href="https://www.archunit.org/userguide/html/000_Index.html#_software_architecture_metrics">user guide</a> (see <a href="https://github-redirect.dependabot.com/TNG/ArchUnit/issues/572">#572</a>; thanks a lot to <a href="https://github.com/hankem"><code>@hankem</code></a> and <a href="https://github.com/stefanhechtltng"><code>@stefanhechtltng</code></a> and to <a href="https://github.com/hdowalil"><code>@hdowalil</code></a> for the inspiration and support)</li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/TNG/ArchUnit/commit/6140cbc8aa9a638c8753e2db2752015fa8bed058"><code>6140cbc</code></a> prepare release 0.19.0</li> <li><a href="https://github.com/TNG/ArchUnit/commit/4b50cec71620b92b5e793d2c223eff136a295f3c"><code>4b50cec</code></a> pass annotations of rule fields and methods to JUnit test description <a href="https://github-redirect.dependabot.com/TNG/ArchUnit/issues/613">#613</a></li> <li><a href="https://github.com/TNG/ArchUnit/commit/7ca1d498329c27e3fd5b309e81b4b4e36471a45a"><code>7ca1d49</code></a> pass annotations of rule fields and methods to JUnit test description</li> <li><a href="https://github.com/TNG/ArchUnit/commit/e208a70662eecf6f638cf2ed2d25ac5b31bd7e1b"><code>e208a70</code></a> add property freeze.refreeze to allow overwriting the current store <a href="https://github-redirect.dependabot.com/TNG/ArchUnit/issues/612">#612</a></li> <li><a href="https://github.com/TNG/ArchUnit/commit/e8fbae4b49bcb0215308f7561faae6488d19bd87"><code>e8fbae4</code></a> add property <code>freeze.refreeze</code> to allow overwriting the current store</li> <li><a href="https://github.com/TNG/ArchUnit/commit/6a68905dfa9a15e79d5c786d27d0907a9e9bbec0"><code>6a68905</code></a> Add generic field types <a href="https://github-redirect.dependabot.com/TNG/ArchUnit/issues/595">#595</a></li> <li><a href="https://github.com/TNG/ArchUnit/commit/ff72a71f53d0675d1970917ff81ccc6787fadd1c"><code>ff72a71</code></a> add generic field type argument dependencies from and to self</li> <li><a href="https://github.com/TNG/ArchUnit/commit/0731c449937e1ae71d8f3fad902576a594f0ad58"><code>0731c44</code></a> add generic type to <code>JavaField</code></li> <li><a href="https://github.com/TNG/ArchUnit/commit/52179d2d6de950df225f06bd2fc803e97a603351"><code>52179d2</code></a> extract <code>SignatureTypeArgumentProcessor</code> to separate file</li> <li><a href="https://github.com/TNG/ArchUnit/commit/1ccfbd639da897f13809625c413a9fb5939f2437"><code>1ccfbd6</code></a> rename <code>TypeArgumentProcessor</code> -> <code>SignatureTypeArgumentProcessor</code></li> <li>Additional commits viewable in <a href="https://github.com/TNG/ArchUnit/compare/v0.14.1...v0.19.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]
