dependabot[bot] opened a new pull request, #2351: URL: https://github.com/apache/causeway/pull/2351
Bumps `archunit.version` from 1.2.1 to 1.3.0. Updates `com.tngtech.archunit:archunit-junit5-api` from 1.2.1 to 1.3.0 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/TNG/ArchUnit/releases">com.tngtech.archunit:archunit-junit5-api's releases</a>.</em></p> <blockquote> <h2>ArchUnit 1.3.0</h2> <h1>Bug Fixes</h1> <ul> <li>Fix ArchUnit importer being unable to import classes from Spring Boot Nested jars (see <a href="https://redirect.github.com/TNG/ArchUnit/issues/1224">#1224</a>)</li> <li>Fix <code>OnionArchitecture</code> losing <code>withOptionalLayers()</code> on description override (see <a href="https://redirect.github.com/TNG/ArchUnit/issues/1185">#1185</a>)</li> <li>Fix <code>JavaType.getAllInvolvedRawTypes()</code> recursing infinitely for recursive type definitions (see <a href="https://redirect.github.com/TNG/ArchUnit/issues/1237">#1237</a>)</li> <li>Fix <code>@ArchTest</code> fields in base classes of <code>@ArchIgnore</code>d classes not being ignored (see <a href="https://redirect.github.com/TNG/ArchUnit/issues/1277">#1277</a>)</li> </ul> <h1>Enhancements</h1> <h2>Core</h2> <ul> <li>Add support for Java 23 (see <a href="https://redirect.github.com/TNG/ArchUnit/issues/1275">#1275</a>; thanks a lot to <a href="https://github.com/hankem"><code>@hankem</code></a>)</li> <li>New method <code>JavaType.traverseSignature(..)</code> to examine parts of a type signature more conveniently (see 8456198a22c07270f032440acef4acb02b9e5193 of <a href="https://redirect.github.com/TNG/ArchUnit/issues/1276">#1276</a>)</li> </ul> <h2>Lang</h2> <ul> <li>Make handling specific violating object types with <code>ViolationHandler</code> more convenient (see <a href="https://redirect.github.com/TNG/ArchUnit/issues/1251">#1251</a>)</li> </ul> <h2>Library</h2> <ul> <li>Jakarta EE annotations are now considered in <code>GeneralCodingRules.NO_CLASSES_SHOULD_USE_FIELD_INJECTION</code> (see <a href="https://redirect.github.com/TNG/ArchUnit/issues/1285">#1285</a>; thanks a lot to <a href="https://github.com/hankem"><code>@hankem</code></a>)</li> <li>PlantUML rules now ignore dependencies between unparsable objects (e.g. a database instead of a regular component) (see <a href="https://redirect.github.com/TNG/ArchUnit/issues/1132">#1132</a>; thanks a lot to <a href="https://github.com/tfij"><code>@tfij</code></a>)</li> <li>PlantUML rules now optionally support the <code>component</code> keyword in <code>component [Example] <<..example..>></code> (see <a href="https://redirect.github.com/TNG/ArchUnit/issues/1223">#1223</a>; thanks a lot to <a href="https://github.com/tfij"><code>@tfij</code></a>)</li> </ul> <h2>JUnit</h2> <ul> <li><code>@ArchTest</code>s included via <code>ArchTests.in(..)</code> now report their full "inclusion path" in the test report (see <a href="https://redirect.github.com/TNG/ArchUnit/issues/452">#452</a>, <a href="https://redirect.github.com/TNG/ArchUnit/issues/1279">#1279</a>)</li> <li>Specific <code>@ArchTest</code> rules can now be executed by setting the ArchUnit property <code>junit.testFilter=rule_field_name</code> / setting the system property <code>-Darchunit.junit.testFilter=...</code> (compare the <a href="https://www.archunit.org/userguide/html/000_Index.html#_executing_single_rules">user guide</a>; see <a href="https://redirect.github.com/TNG/ArchUnit/issues/1280">#1280</a>)</li> </ul> <h1>Further Acknowledgement</h1> <ul> <li>Thanks a lot to <a href="https://github.com/hankem"><code>@hankem</code></a> for improving the user guide (see <a href="https://redirect.github.com/TNG/ArchUnit/issues/1221">#1221</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/TNG/ArchUnit/commit/dc7238fc7dfcfc50f5473c0cb3825de3dd9ced72"><code>dc7238f</code></a> prepare release 1.3.0</li> <li><a href="https://github.com/TNG/ArchUnit/commit/e4fa41e365d26cc8c640e18612906822eb717562"><code>e4fa41e</code></a> update ArchUnit-Examples dependencies on release (<a href="https://redirect.github.com/TNG/ArchUnit/issues/1290">#1290</a>)</li> <li><a href="https://github.com/TNG/ArchUnit/commit/0101fe0e1dee67623ae706cb5d7e17ff67eda8c4"><code>0101fe0</code></a> update ArchUnit-Examples dependencies on release</li> <li><a href="https://github.com/TNG/ArchUnit/commit/2ea0e72f57d05ce127f3501f09efcd437cab46de"><code>2ea0e72</code></a> Bump com.gradle.enterprise from 3.17 to 3.17.1</li> <li><a href="https://github.com/TNG/ArchUnit/commit/6e20006a0b54abe79bc447c06c7fda1b8b2236d2"><code>6e20006</code></a> Extend user guide's domain model overview (<a href="https://redirect.github.com/TNG/ArchUnit/issues/1221">#1221</a>)</li> <li><a href="https://github.com/TNG/ArchUnit/commit/fe1ef05cfa59a034886ca8635458fccba8c74455"><code>fe1ef05</code></a> upgrade asciidoctor dependencies</li> <li><a href="https://github.com/TNG/ArchUnit/commit/8da60d5b5e2ffc45a256da3634d0b3d20a342a19"><code>8da60d5</code></a> hide empty fields & methods of class diagrams</li> <li><a href="https://github.com/TNG/ArchUnit/commit/34899667627454282a1faa1f7d1b0e87a95282c2"><code>3489966</code></a> render PlantUML diagrams as (interactive) SVGs</li> <li><a href="https://github.com/TNG/ArchUnit/commit/3a1d857c722d61fa9da2581137b780cb397317f0"><code>3a1d857</code></a> remove AccessTarget hierarchy from domain model overview diagram</li> <li><a href="https://github.com/TNG/ArchUnit/commit/7873bd1d541a829d2ab9ae1f0888b3ba54efcd92"><code>7873bd1</code></a> extend domain model overview diagram</li> <li>Additional commits viewable in <a href="https://github.com/TNG/ArchUnit/compare/v1.2.1...v1.3.0">compare view</a></li> </ul> </details> <br /> Updates `com.tngtech.archunit:archunit-junit5-engine` from 1.2.1 to 1.3.0 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/TNG/ArchUnit/releases">com.tngtech.archunit:archunit-junit5-engine's releases</a>.</em></p> <blockquote> <h2>ArchUnit 1.3.0</h2> <h1>Bug Fixes</h1> <ul> <li>Fix ArchUnit importer being unable to import classes from Spring Boot Nested jars (see <a href="https://redirect.github.com/TNG/ArchUnit/issues/1224">#1224</a>)</li> <li>Fix <code>OnionArchitecture</code> losing <code>withOptionalLayers()</code> on description override (see <a href="https://redirect.github.com/TNG/ArchUnit/issues/1185">#1185</a>)</li> <li>Fix <code>JavaType.getAllInvolvedRawTypes()</code> recursing infinitely for recursive type definitions (see <a href="https://redirect.github.com/TNG/ArchUnit/issues/1237">#1237</a>)</li> <li>Fix <code>@ArchTest</code> fields in base classes of <code>@ArchIgnore</code>d classes not being ignored (see <a href="https://redirect.github.com/TNG/ArchUnit/issues/1277">#1277</a>)</li> </ul> <h1>Enhancements</h1> <h2>Core</h2> <ul> <li>Add support for Java 23 (see <a href="https://redirect.github.com/TNG/ArchUnit/issues/1275">#1275</a>; thanks a lot to <a href="https://github.com/hankem"><code>@hankem</code></a>)</li> <li>New method <code>JavaType.traverseSignature(..)</code> to examine parts of a type signature more conveniently (see 8456198a22c07270f032440acef4acb02b9e5193 of <a href="https://redirect.github.com/TNG/ArchUnit/issues/1276">#1276</a>)</li> </ul> <h2>Lang</h2> <ul> <li>Make handling specific violating object types with <code>ViolationHandler</code> more convenient (see <a href="https://redirect.github.com/TNG/ArchUnit/issues/1251">#1251</a>)</li> </ul> <h2>Library</h2> <ul> <li>Jakarta EE annotations are now considered in <code>GeneralCodingRules.NO_CLASSES_SHOULD_USE_FIELD_INJECTION</code> (see <a href="https://redirect.github.com/TNG/ArchUnit/issues/1285">#1285</a>; thanks a lot to <a href="https://github.com/hankem"><code>@hankem</code></a>)</li> <li>PlantUML rules now ignore dependencies between unparsable objects (e.g. a database instead of a regular component) (see <a href="https://redirect.github.com/TNG/ArchUnit/issues/1132">#1132</a>; thanks a lot to <a href="https://github.com/tfij"><code>@tfij</code></a>)</li> <li>PlantUML rules now optionally support the <code>component</code> keyword in <code>component [Example] <<..example..>></code> (see <a href="https://redirect.github.com/TNG/ArchUnit/issues/1223">#1223</a>; thanks a lot to <a href="https://github.com/tfij"><code>@tfij</code></a>)</li> </ul> <h2>JUnit</h2> <ul> <li><code>@ArchTest</code>s included via <code>ArchTests.in(..)</code> now report their full "inclusion path" in the test report (see <a href="https://redirect.github.com/TNG/ArchUnit/issues/452">#452</a>, <a href="https://redirect.github.com/TNG/ArchUnit/issues/1279">#1279</a>)</li> <li>Specific <code>@ArchTest</code> rules can now be executed by setting the ArchUnit property <code>junit.testFilter=rule_field_name</code> / setting the system property <code>-Darchunit.junit.testFilter=...</code> (compare the <a href="https://www.archunit.org/userguide/html/000_Index.html#_executing_single_rules">user guide</a>; see <a href="https://redirect.github.com/TNG/ArchUnit/issues/1280">#1280</a>)</li> </ul> <h1>Further Acknowledgement</h1> <ul> <li>Thanks a lot to <a href="https://github.com/hankem"><code>@hankem</code></a> for improving the user guide (see <a href="https://redirect.github.com/TNG/ArchUnit/issues/1221">#1221</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/TNG/ArchUnit/commit/dc7238fc7dfcfc50f5473c0cb3825de3dd9ced72"><code>dc7238f</code></a> prepare release 1.3.0</li> <li><a href="https://github.com/TNG/ArchUnit/commit/e4fa41e365d26cc8c640e18612906822eb717562"><code>e4fa41e</code></a> update ArchUnit-Examples dependencies on release (<a href="https://redirect.github.com/TNG/ArchUnit/issues/1290">#1290</a>)</li> <li><a href="https://github.com/TNG/ArchUnit/commit/0101fe0e1dee67623ae706cb5d7e17ff67eda8c4"><code>0101fe0</code></a> update ArchUnit-Examples dependencies on release</li> <li><a href="https://github.com/TNG/ArchUnit/commit/2ea0e72f57d05ce127f3501f09efcd437cab46de"><code>2ea0e72</code></a> Bump com.gradle.enterprise from 3.17 to 3.17.1</li> <li><a href="https://github.com/TNG/ArchUnit/commit/6e20006a0b54abe79bc447c06c7fda1b8b2236d2"><code>6e20006</code></a> Extend user guide's domain model overview (<a href="https://redirect.github.com/TNG/ArchUnit/issues/1221">#1221</a>)</li> <li><a href="https://github.com/TNG/ArchUnit/commit/fe1ef05cfa59a034886ca8635458fccba8c74455"><code>fe1ef05</code></a> upgrade asciidoctor dependencies</li> <li><a href="https://github.com/TNG/ArchUnit/commit/8da60d5b5e2ffc45a256da3634d0b3d20a342a19"><code>8da60d5</code></a> hide empty fields & methods of class diagrams</li> <li><a href="https://github.com/TNG/ArchUnit/commit/34899667627454282a1faa1f7d1b0e87a95282c2"><code>3489966</code></a> render PlantUML diagrams as (interactive) SVGs</li> <li><a href="https://github.com/TNG/ArchUnit/commit/3a1d857c722d61fa9da2581137b780cb397317f0"><code>3a1d857</code></a> remove AccessTarget hierarchy from domain model overview diagram</li> <li><a href="https://github.com/TNG/ArchUnit/commit/7873bd1d541a829d2ab9ae1f0888b3ba54efcd92"><code>7873bd1</code></a> extend domain model overview diagram</li> <li>Additional commits viewable in <a href="https://github.com/TNG/ArchUnit/compare/v1.2.1...v1.3.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 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...@causeway.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org