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

Bump archunit.version from 0.15.0 to 0.16.0 #204

Merged
merged 1 commit into from
Feb 1, 2021

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 1, 2021

Bumps archunit.version from 0.15.0 to 0.16.0.
Updates archunit-junit5-api from 0.15.0 to 0.16.0

Release notes

Sourced from archunit-junit5-api's releases.

ArchUnit 0.16.0

Bug Fixes

  • Fix modulepath issue where sometimes classes on the modulepath would not be imported correctly (see #497)
  • FreezingArchRule default violation store now works correctly cross-platform with regards to line separators (see #458, #508)

Enhancements

Core

  • JavaClass now knows its generic superclass (retrievable via JavaClass.getSuperclass()). Furthermore type arguments of generic superclasses are now part of the JavaClass.directDependencies{From/To}Self (see #503)
  • JavaClass/JavaCodeUnit now know their references to other class objects (e.g. Example in List.of(Example.class)). Furthermore class objects are now part of the JavaClass.directDependencies{From/To}Self (see #518)
  • Added new ImportOption.OnlyIncludeTests to execute ArchRules only on test classes (see #501; thanks a lot to @pstanoev)

Further Acknowledgement

  • Thanks a lot to @rweisleder for improving the ArchUnit CI
  • Thanks a lot to @perlun for improving the Imprint
  • Thanks a lot to @sullis for upgrading the SLF4J dependency
  • Thanks a lot to @Bananeweizen for improving the user guide
Commits
  • d63a224 prepare release 0.16.0
  • d47e556 Support to target only Test classes #501
  • 28b3349 add ImportOption to include only tests
  • f0c7085 upgrade nokogiri to version 0.11.1 #520
  • da10838 upgrade nokogiri to version 0.11.1
  • 8777583 Add referenced class objects to JavaClass #518
  • 1263ae5 add referenced class object dependencies from and to self
  • fe72d92 add referenced class objects to JavaClass
  • 1b00986 rename importAsmType -> importAsmTypeFromDescriptor
  • 21a074a add SourceCodeLocation to InstanceofCheck
  • Additional commits viewable in compare view

Updates archunit-junit5-engine from 0.15.0 to 0.16.0

Release notes

Sourced from archunit-junit5-engine's releases.

ArchUnit 0.16.0

Bug Fixes

  • Fix modulepath issue where sometimes classes on the modulepath would not be imported correctly (see #497)
  • FreezingArchRule default violation store now works correctly cross-platform with regards to line separators (see #458, #508)

Enhancements

Core

  • JavaClass now knows its generic superclass (retrievable via JavaClass.getSuperclass()). Furthermore type arguments of generic superclasses are now part of the JavaClass.directDependencies{From/To}Self (see #503)
  • JavaClass/JavaCodeUnit now know their references to other class objects (e.g. Example in List.of(Example.class)). Furthermore class objects are now part of the JavaClass.directDependencies{From/To}Self (see #518)
  • Added new ImportOption.OnlyIncludeTests to execute ArchRules only on test classes (see #501; thanks a lot to @pstanoev)

Further Acknowledgement

  • Thanks a lot to @rweisleder for improving the ArchUnit CI
  • Thanks a lot to @perlun for improving the Imprint
  • Thanks a lot to @sullis for upgrading the SLF4J dependency
  • Thanks a lot to @Bananeweizen for improving the user guide
Commits
  • d63a224 prepare release 0.16.0
  • d47e556 Support to target only Test classes #501
  • 28b3349 add ImportOption to include only tests
  • f0c7085 upgrade nokogiri to version 0.11.1 #520
  • da10838 upgrade nokogiri to version 0.11.1
  • 8777583 Add referenced class objects to JavaClass #518
  • 1263ae5 add referenced class object dependencies from and to self
  • fe72d92 add referenced class objects to JavaClass
  • 1b00986 rename importAsmType -> importAsmTypeFromDescriptor
  • 21a074a add SourceCodeLocation to InstanceofCheck
  • Additional commits viewable in compare view

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

Bumps `archunit.version` from 0.15.0 to 0.16.0.

Updates `archunit-junit5-api` from 0.15.0 to 0.16.0
- [Release notes](https://github.com/TNG/ArchUnit/releases)
- [Commits](TNG/ArchUnit@v0.15.0...v0.16.0)

Updates `archunit-junit5-engine` from 0.15.0 to 0.16.0
- [Release notes](https://github.com/TNG/ArchUnit/releases)
- [Commits](TNG/ArchUnit@v0.15.0...v0.16.0)

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Update of dependencies java Pull requests that update Maven Java dependencies labels Feb 1, 2021
@uhafner uhafner merged commit b72dfe2 into master Feb 1, 2021
@dependabot dependabot bot deleted the dependabot/maven/archunit.version-0.16.0 branch February 1, 2021 07:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Update of dependencies java Pull requests that update Maven Java dependencies
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant