zalando / opentracing-toolbox

Best-of-breed OpenTracing utilities, instrumentations and extensions
MIT License
180 stars 46 forks source link

build(deps-dev): bump archunit from 0.23.0 to 0.23.1 #696

Closed dependabot[bot] closed 2 years ago

dependabot[bot] commented 2 years ago

Bumps archunit from 0.23.0 to 0.23.1.

Release notes

Sourced from archunit's releases.

ArchUnit 0.23.1

Bug Fixes

  • Fix exception Never found a JavaCodeUnit that matches supposed origin... occurring with Kotlin inline functions where the descriptor of a method deviates from the signature (this was introduced by checking the return type of the method as well when looking for a call origin in #714; see #804, #807)
  • Fix optional layers of LayeredArchitecture failing with the new default behavior archRule.failOnEmptyShould = true (see #809; thanks a lot to @​oberprah)

Enhancements

  • Log automatic resolution configuration on debug to reduce log clutter (see #802)
  • Add new Method ArchRule.allowEmptyShould(boolean) to override the configured archRule.failOnEmptyShould configuration on a per rule basis (see #803, #806, #808; thanks a lot to @​oberprah)
Commits
  • d236cd3 prepare release 0.23.1
  • c913648 add the possibility to allow empty should per rule #816
  • d7a928b add method ArchRule.allowEmptyShould(..)
  • 2ebe9fb remove configuration archRule.failOnEmptyShould=false for tests
  • a755714 make LayeredArchitecture immutable
  • 246daae Fix bug where call origins cannot be found on descriptor signature mismatch #812
  • 87f1b15 compare descriptor to find call origins
  • 63618cb fix call origin cannot be found if descriptor and signature mismatch
  • a98c4d6 log dependency resolution process configuration on debug
  • 2628803 fix compileJdk9mainJava task dependencies
  • 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 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)