Skip to content

chore(deps): update dependency com.tngtech.archunit:archunit-junit5 to v1.5.0 - #201

Open
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/com.tngtech.archunit-archunit-junit5-1.x
Open

chore(deps): update dependency com.tngtech.archunit:archunit-junit5 to v1.5.0#201
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/com.tngtech.archunit-archunit-junit5-1.x

Conversation

@renovate

@renovate renovate Bot commented Apr 12, 2024

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Change Age Confidence
com.tngtech.archunit:archunit-junit5 1.2.11.5.0 age confidence

Release Notes

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

v1.5.0: ArchUnit 1.5.0

Enhancements
Core
  • Support Java 27 / class file major version 71 (#​1618)
  • Improve descriptions of JavaAccess.Predicates.originOwner and JavaAccess.Predicates.targetOwner (#​1603; thanks to @​StefanGraeber 👋)
  • Expose information on sealed classes via JavaClass: isSealed() and getPermittedSubclasses() (#​1677)
  • Consider dependencies from caught exceptions (#​1555; thanks to @​bannmann 👋)
  • ImportOption.DoNotIncludeTests and OnlyIncludeTests consider tests in custom Gradle source sets (#​1660; thanks to @​Develop-KIM 👋)
Lang
  • ArchConditions offers new ArchCondition<JavaClass> haveAnyDependenciesThat(DescribedPredicate<Dependency>) (#​1580; thanks to @​wakingrufus 👋)
Library
JUnit
Documentation
Internal Improvements

v1.4.2: ArchUnit 1.4.2

Compare Source

Enhancements

Core

  • DescribedPredicate#negate() returns a DescribedPredicate (#​1484)
  • New JavaCodeUnit.Predicates.anyParameterThat and JavaCodeUnit.Predicates.allParameters (#​1498; thanks to @​mkhl 👏)
  • Support Java 26 / class file major version 70 (#​1544)

v1.4.1: ArchUnit 1.4.1

Compare Source

Enhancements
Core
  • Support Java 25 / class file major version 69 (#​1440)
Library
  • Support priorities in SlicesRuleDefinition (#​1436; thanks to @​guesshe 👏)
  • Ignore synthetic bridge methods in ProxyRules (#​1443)
Documentation
  • Improve documentation of slices rule (#​1454)
Internal improvements

v1.4.0: ArchUnit 1.4.0

Compare Source

Enhancements

Core

  • Support Java 24 / class file major version 68 (#​1364)

Lang

  • Improve performance for transitive dependency checks (#​1381; thanks to @​To6i 👏)

Library

  • New GeneralCodingRules.OLD_DATE_AND_TIME_CLASSES_SHOULD_NOT_BE_USED (#​1385; thanks to @​Bukama 👏)
  • Improve GeneralCodingRules.testClassesShouldResideInTheSamePackageAsImplementation to not fail for classes with no tests in their packages (#​1368; thanks to @​krzysztof-owczarek 👏)

JUnit

Documentation

  • Fix user guide describing wrong default behavior of @AnalyzeClasses (#​1406)
  • Clarify Slices documentation (#​1366; thanks to @​mipo256 👏)

Internal improvements

  • Run tests with JUnit Platform to pave the way to migrate to JUnit 5 (#​1294)
  • Update Gradle Wrapper from 7.6 to 8.12 (#​1392)
  • Extend CI to run tests with JDK 21 (#​1408)

v1.3.2: ArchUnit 1.3.2

Compare Source

Enhancements

(backported from ArchUnit 1.4.1)

Core

  • Support Java 25 / class file major version 69 (backported from #​1440)
  • Avoid deprecated sun.misc.Unsafe::objectFieldOffset from (relocated) com.google.guava:guava (backported from #​1440)

v1.3.1: ArchUnit 1.3.1

Compare Source

Enhancements

(backported from ArchUnit 1.4.0)

Core

  • Support Java 24 / class file major version 68 (backported from #​1364)

v1.3.0: 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 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

Bug Fixes

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

Configuration

📅 Schedule: (UTC)

  • Branch creation
    • At any time (no schedule defined)
  • Automerge
    • At any time (no schedule defined)

🚦 Automerge: Enabled.

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 was generated by Mend Renovate. View the repository job log.

@sonarqubecloud

Copy link
Copy Markdown

Quality Gate Passed Quality Gate passed

Issues
0 New issues
0 Accepted issues

Measures
0 Security Hotspots
No data about Coverage
No data about Duplication

See analysis details on SonarCloud

@renovate
renovate Bot force-pushed the renovate/com.tngtech.archunit-archunit-junit5-1.x branch from c599cee to ec30a60 Compare February 11, 2025 22:09
@renovate renovate Bot changed the title chore(deps): update dependency com.tngtech.archunit:archunit-junit5 to v1.3.0 chore(deps): update dependency com.tngtech.archunit:archunit-junit5 to v1.4.0 Feb 11, 2025
@sonarqubecloud

Copy link
Copy Markdown

@renovate
renovate Bot force-pushed the renovate/com.tngtech.archunit-archunit-junit5-1.x branch from ec30a60 to 7f5713c Compare May 8, 2025 20:20
@renovate renovate Bot changed the title chore(deps): update dependency com.tngtech.archunit:archunit-junit5 to v1.4.0 chore(deps): update dependency com.tngtech.archunit:archunit-junit5 to v1.4.1 May 8, 2025
@sonarqubecloud

sonarqubecloud Bot commented May 8, 2025

Copy link
Copy Markdown

@renovate
renovate Bot force-pushed the renovate/com.tngtech.archunit-archunit-junit5-1.x branch from 7f5713c to 396e8dd Compare April 19, 2026 21:37
@renovate renovate Bot changed the title chore(deps): update dependency com.tngtech.archunit:archunit-junit5 to v1.4.1 chore(deps): update dependency com.tngtech.archunit:archunit-junit5 to v1.4.2 Apr 19, 2026
@sonarqubecloud

Copy link
Copy Markdown

@renovate
renovate Bot force-pushed the renovate/com.tngtech.archunit-archunit-junit5-1.x branch from 396e8dd to 07b27e7 Compare August 8, 2026 12:23
@renovate renovate Bot changed the title chore(deps): update dependency com.tngtech.archunit:archunit-junit5 to v1.4.2 chore(deps): update dependency com.tngtech.archunit:archunit-junit5 to v1.5.0 Aug 8, 2026
@sonarqubecloud

sonarqubecloud Bot commented Aug 8, 2026

Copy link
Copy Markdown

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants