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

Update dependency com.tngtech.archunit:archunit-junit5 to v1.3.0 #39

Merged
merged 1 commit into from
May 3, 2024

Conversation

renovate-baret[bot]
Copy link
Contributor

@renovate-baret renovate-baret bot commented May 3, 2024

This PR contains the following updates:

Package Type Update Change
com.tngtech.archunit:archunit-junit5 test minor 1.2.1 -> 1.3.0

Release Notes

TNG/ArchUnit (com.tngtech.archunit:archunit-junit5)

v1.3.0: ArchUnit 1.3.0

Compare Source

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 8456198 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

v1.2.2: ArchUnit 1.2.2

Compare Source

Bug Fixes

  • Fix ArchUnit importer being unable to import classes from Spring Boot Nested jars (see #​1224)

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Renovate Bot.

Copy link

github-actions bot commented May 3, 2024

Test coverage report

Overall Project 90% 🟢

There is no coverage information present for the Files changed

@renovate-baret renovate-baret bot force-pushed the renovate/com-tngtech-archunit-archunit-junit5-1-x branch from 35fae58 to e3dde94 Compare May 3, 2024 09:42
@Baret Baret merged commit fcaa543 into main May 3, 2024
3 checks passed
@renovate-baret renovate-baret bot deleted the renovate/com-tngtech-archunit-archunit-junit5-1-x branch May 3, 2024 12:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant