Update dependency com.tngtech.archunit:archunit-junit5 to v1.3.0 #39
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
1.2.1
->1.3.0
Release Notes
TNG/ArchUnit (com.tngtech.archunit:archunit-junit5)
v1.3.0
: ArchUnit 1.3.0Compare Source
Bug Fixes
OnionArchitecture
losingwithOptionalLayers()
on description override (see #1185)JavaType.getAllInvolvedRawTypes()
recursing infinitely for recursive type definitions (see #1237)@ArchTest
fields in base classes of@ArchIgnore
d classes not being ignored (see #1277)Enhancements
Core
JavaType.traverseSignature(..)
to examine parts of a type signature more conveniently (see8456198
of #1276)Lang
ViolationHandler
more convenient (see #1251)Library
GeneralCodingRules.NO_CLASSES_SHOULD_USE_FIELD_INJECTION
(see #1285; thanks a lot to @hankem)component
keyword incomponent [Example] <<..example..>>
(see #1223; thanks a lot to @tfij)JUnit
@ArchTest
s included viaArchTests.in(..)
now report their full "inclusion path" in the test report (see #452, #1279)@ArchTest
rules can now be executed by setting the ArchUnit propertyjunit.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.2Compare Source
Bug Fixes
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.
This PR has been generated by Renovate Bot.