Skip to content

dependabot maven(deps-dev): bump archunit.version from 1.0.1 to 1.1.0

Depen d'Abot requested to merge dependabot-maven-archunit.version-1.1.0 into master

Bumps archunit.version from 1.0.1 to 1.1.0. Updates archunit from 1.0.1 to 1.1.0

Release notes

Sourced from archunit's releases.

ArchUnit 1.1.0

Bug Fixes

  • Try-Catch-Blocks declared within lambdas will now be detected correctly (see #1069)
  • Fix ArchUnit not being able to find classes loaded by Spring Boot ClassLoader (see #1131; thanks a lot to @​odrotbohm)

Enhancements

Core

  • New ImportOption DoNotIncludeGradleTestFixtures (see #949)
  • Reduce all log levels except WARN to TRACE (see #1050)

Library

  • Two new GeneralCodingRules (see #970; thanks a lot to @​hankem)
    • ASSERTIONS_SHOULD_HAVE_DETAIL_MESSAGE
    • DEPRECATED_API_SHOULD_NOT_BE_USED
  • TextFileBasedViolationStore is now part of the public API and can thus be used for customization; as a special case of this file names can now be adjusted (see #1046; thanks a lot to @​danhaywood)
  • TextFileBasedViolationStore now adds a final new line character to the violation file to better conform to the spec (see #1057; thanks a lot to @​pkubowicz)
Commits
  • 7038a72 prepare release 1.1.0
  • e87cd32 fix expected release artifact versions
  • 1781127 Let JarFileLocation work with custom ClassLoader URIs (#1131)
  • 69e3afc Let JarFileLocation work with custom ClassLoader URIs.
  • 3334633 unify URL parsing into base and path
  • 49215f8 resolve class file locations from URLClassLoader for JDK > 8
  • fdbdbe2 derive JarFile from URI in a safer way
  • f364fa9 improve tests for scanning packages with custom ClassLoader
  • 3fc943b fix TestJarFile creating JAR files violating the spec
  • b368a25 Bump com.github.spotbugs from 5.1.0 to 5.1.1 (#1150)
  • Additional commits viewable in compare view

Updates archunit-junit5 from 1.0.1 to 1.1.0

Release notes

Sourced from archunit-junit5's releases.

ArchUnit 1.1.0

Bug Fixes

  • Try-Catch-Blocks declared within lambdas will now be detected correctly (see #1069)
  • Fix ArchUnit not being able to find classes loaded by Spring Boot ClassLoader (see #1131; thanks a lot to @​odrotbohm)

Enhancements

Core

  • New ImportOption DoNotIncludeGradleTestFixtures (see #949)
  • Reduce all log levels except WARN to TRACE (see #1050)

Library

  • Two new GeneralCodingRules (see #970; thanks a lot to @​hankem)
    • ASSERTIONS_SHOULD_HAVE_DETAIL_MESSAGE
    • DEPRECATED_API_SHOULD_NOT_BE_USED
  • TextFileBasedViolationStore is now part of the public API and can thus be used for customization; as a special case of this file names can now be adjusted (see #1046; thanks a lot to @​danhaywood)
  • TextFileBasedViolationStore now adds a final new line character to the violation file to better conform to the spec (see #1057; thanks a lot to @​pkubowicz)
Commits
  • 7038a72 prepare release 1.1.0
  • e87cd32 fix expected release artifact versions
  • 1781127 Let JarFileLocation work with custom ClassLoader URIs (#1131)
  • 69e3afc Let JarFileLocation work with custom ClassLoader URIs.
  • 3334633 unify URL parsing into base and path
  • 49215f8 resolve class file locations from URLClassLoader for JDK > 8
  • fdbdbe2 derive JarFile from URI in a safer way
  • f364fa9 improve tests for scanning packages with custom ClassLoader
  • 3fc943b fix TestJarFile creating JAR files violating the spec
  • b368a25 Bump com.github.spotbugs from 5.1.0 to 5.1.1 (#1150)
  • Additional commits viewable in compare view

Merge request reports