Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bump com.tngtech.archunit:archunit-junit5-engine from 1.1.0 to 1.2.1 (#…
…802) Bumps [com.tngtech.archunit:archunit-junit5-engine](https://github.com/TNG/ArchUnit) from 1.1.0 to 1.2.1. <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.2.1</h2> <h1>Bug Fixes</h1> <ul> <li>Fix crash on importing inner classes that use <code>+=</code> string concatenation on outer class private field (see <a href="https://github.com/TNG/ArchUnit/issues/1146">#1146</a>, <a href="https://github.com/TNG/ArchUnit/issues/1194">#1194</a>)</li> </ul> <h2>ArchUnit 1.2.0</h2> <h1>Enhancements</h1> <h2>Core</h2> <ul> <li>Add support for Java 22 (see <a href="https://github.com/TNG/ArchUnit/issues/1172">#1172</a>; thanks a lot to <a href="https://github.com/hankem"><code>@hankem</code></a>)</li> <li>New methods <code>{JavaType/JavaMember}.getAllInvolvedRawTypes()</code> to quickly detect all raw types contributing to a type (e.g. <code>List<? extends Serializable></code>) or member (e.g. <code>List<? extends Serializable> method(Set<String> args) {..}</code>) (see <a href="https://github.com/TNG/ArchUnit/issues/723">#723</a>; thanks a lot to <a href="https://github.com/leonardhusmann"><code>@leonardhusmann</code></a>)</li> </ul> <h2>Lang</h2> <ul> <li>New rules API <code>FieldsShould.{be/notBe}AccessedByMethodsThat(predicate)</code> to prevent fields from being accessed by certain methods (see <a href="https://github.com/TNG/ArchUnit/issues/857">#857</a>; thanks a lot to <a href="https://github.com/leonardhusmann"><code>@leonardhusmann</code></a>)</li> </ul> <h2>Library</h2> <ul> <li>New extensive modules rule syntax to support easier checks for modularization (dependency direction, API surface, ...) (compare the <a href="https://www.archunit.org/userguide/html/000_Index.html#_modularization_rules">user guide</a>; see <a href="https://github.com/TNG/ArchUnit/issues/1078">#1078</a>)</li> </ul> <h2>JUnit</h2> <ul> <li>Support JUnit Platform 1.10.1 (see <a href="https://github.com/TNG/ArchUnit/issues/1157">#1157</a> and <a href="https://github.com/TNG/ArchUnit/issues/1186">#1186</a>; thanks a lot to <a href="https://github.com/hankem"><code>@hankem</code></a>)</li> </ul> <h1>Further Acknowledgement</h1> <ul> <li>Thanks a lot to <a href="https://github.com/SimonVerhoeven"><code>@SimonVerhoeven</code></a> for improving the user guide (see <a href="https://github.com/TNG/ArchUnit/issues/1140">#1140</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/TNG/ArchUnit/commit/17ced0833324760dfdf49aaa07ea00c1fbee63aa"><code>17ced08</code></a> prepare release 1.2.1</li> <li><a href="https://github.com/TNG/ArchUnit/commit/9c55310e16fa0bc26311f1ce3f6cff6dadaefa30"><code>9c55310</code></a> set version to <code>1.2.1-SNAPSHOT</code></li> <li><a href="https://github.com/TNG/ArchUnit/commit/c04665af46196ac83381f21ec4061e3458f2f302"><code>c04665a</code></a> add up-to-date check for release check (<a href="https://github.com/TNG/ArchUnit/issues/1202">#1202</a>)</li> <li><a href="https://github.com/TNG/ArchUnit/commit/69241dacfa6d2ff9055565816eb9ed2e6ee19d88"><code>69241da</code></a> add up-to-date check for release check</li> <li><a href="https://github.com/TNG/ArchUnit/commit/4b0a2252b6b215b49ef3691e82e281d82f246021"><code>4b0a225</code></a> fix importing inner class using string concat of outer field (<a href="https://github.com/TNG/ArchUnit/issues/1203">#1203</a>)</li> <li><a href="https://github.com/TNG/ArchUnit/commit/cabbe13c8b7f04d11332ca0433a1f51c03c7236e"><code>cabbe13</code></a> fix importing inner class using string concat of outer field</li> <li><a href="https://github.com/TNG/ArchUnit/commit/47b5e29098cabb4b9d3627f9ea3bf1d752ac353d"><code>47b5e29</code></a> Bump actions/setup-java from 3.13.0 to 4.0.0</li> <li><a href="https://github.com/TNG/ArchUnit/commit/b29e3818446c4ed7646c42359acf13e57eee9938"><code>b29e381</code></a> Bump com.diffplug.spotless from 6.23.1 to 6.23.2</li> <li><a href="https://github.com/TNG/ArchUnit/commit/9308d8b2e2b077a71cec7ebd36a3c48b1cf438d8"><code>9308d8b</code></a> Bump com.diffplug.spotless from 6.22.0 to 6.23.1</li> <li><a href="https://github.com/TNG/ArchUnit/commit/80a32624e1595ce9a94f331b95255fb8cc1b7d72"><code>80a3262</code></a> Bump com.github.ben-manes.versions from 0.49.0 to 0.50.0</li> <li>Additional commits viewable in <a href="https://github.com/TNG/ArchUnit/compare/v1.1.0...v1.2.1">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=com.tngtech.archunit:archunit-junit5-engine&package-manager=maven&previous-version=1.1.0&new-version=1.2.1)](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 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> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
- Loading branch information