Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump com.tngtech.archunit:archunit-junit5 from 1.2.1 to 1.3.0 #1332

Merged

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Apr 16, 2024

Bumps com.tngtech.archunit:archunit-junit5 from 1.2.1 to 1.3.0.

Release notes

Sourced from com.tngtech.archunit:archunit-junit5's releases.

ArchUnit 1.3.0

Bug Fixes

  • Fix ArchUnit importer being unable to import classes from Spring Boot Nested jars (see #1224)
  • Fix OnionArchitecture losing withOptionalLayers() on description override (see #1185)
  • Fix JavaType.getAllInvolvedRawTypes() recursing infinitely for recursive type definitions (see #1237)
  • Fix @ArchTest fields in base classes of @ArchIgnored classes not being ignored (see #1277)

Enhancements

Core

  • Add support for Java 23 (see #1275; thanks a lot to @​hankem)
  • New method JavaType.traverseSignature(..) to examine parts of a type signature more conveniently (see 8456198a22c07270f032440acef4acb02b9e5193 of #1276)

Lang

  • Make handling specific violating object types with ViolationHandler more convenient (see #1251)

Library

  • Jakarta EE annotations are now considered in GeneralCodingRules.NO_CLASSES_SHOULD_USE_FIELD_INJECTION (see #1285; thanks a lot to @​hankem)
  • PlantUML rules now ignore dependencies between unparsable objects (e.g. a database instead of a regular component) (see #1132; thanks a lot to @​tfij)
  • PlantUML rules now optionally support the component keyword in component [Example] <<..example..>> (see #1223; thanks a lot to @​tfij)

JUnit

  • @ArchTests included via ArchTests.in(..) now report their full "inclusion path" in the test report (see #452, #1279)
  • Specific @ArchTest rules can now be executed by setting the ArchUnit property junit.testFilter=rule_field_name / setting the system property -Darchunit.junit.testFilter=... (compare the user guide; see #1280)

Further Acknowledgement

Commits
  • dc7238f prepare release 1.3.0
  • e4fa41e update ArchUnit-Examples dependencies on release (#1290)
  • 0101fe0 update ArchUnit-Examples dependencies on release
  • 2ea0e72 Bump com.gradle.enterprise from 3.17 to 3.17.1
  • 6e20006 Extend user guide's domain model overview (#1221)
  • fe1ef05 upgrade asciidoctor dependencies
  • 8da60d5 hide empty fields & methods of class diagrams
  • 3489966 render PlantUML diagrams as (interactive) SVGs
  • 3a1d857 remove AccessTarget hierarchy from domain model overview diagram
  • 7873bd1 extend domain model overview diagram
  • Additional commits viewable in compare view

Dependabot compatibility score

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 commands and options

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)

@dependabot dependabot bot requested a review from commjoen as a code owner April 16, 2024 19:55
@dependabot dependabot bot added dependencies Pull requests that update a dependency file java Pull requests that update Java code labels Apr 16, 2024
@dependabot dependabot bot requested a review from bendehaan as a code owner April 16, 2024 19:55
@dependabot dependabot bot force-pushed the dependabot/maven/com.tngtech.archunit-archunit-junit5-1.3.0 branch 2 times, most recently from 4630268 to fd40113 Compare April 17, 2024 05:06
Bumps [com.tngtech.archunit:archunit-junit5](https://github.com/TNG/ArchUnit) from 1.2.1 to 1.3.0.
- [Release notes](https://github.com/TNG/ArchUnit/releases)
- [Commits](TNG/ArchUnit@v1.2.1...v1.3.0)

---
updated-dependencies:
- dependency-name: com.tngtech.archunit:archunit-junit5
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/maven/com.tngtech.archunit-archunit-junit5-1.3.0 branch from fd40113 to c0f47ee Compare April 17, 2024 05:12
@commjoen commjoen merged commit 2965763 into master Apr 17, 2024
16 checks passed
@commjoen commjoen deleted the dependabot/maven/com.tngtech.archunit-archunit-junit5-1.3.0 branch April 17, 2024 05:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file java Pull requests that update Java code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant