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-junit5-api from 0.15.0 to 0.16.0 #7407

Conversation

dependabot[bot]
Copy link
Contributor

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

Bumps 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

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

Bumps [archunit-junit5-api](https://github.com/TNG/ArchUnit) 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 force-pushed the dependabot/gradle/com.tngtech.archunit-archunit-junit5-api-0.16.0 branch from 3ba0c5f to c3125f4 Compare February 1, 2021 13:51
@tobiasdiez tobiasdiez merged commit 8c3424c into master Feb 1, 2021
@tobiasdiez tobiasdiez deleted the dependabot/gradle/com.tngtech.archunit-archunit-junit5-api-0.16.0 branch February 1, 2021 14:01
Siedlerchr added a commit that referenced this pull request Feb 1, 2021
* upstream/master:
  Bump archunit-junit5-api from 0.15.0 to 0.16.0 (#7407)
  Bump classgraph from 4.8.98 to 4.8.102 (#7401)
  Bump archunit-junit5-engine from 0.15.0 to 0.16.0 (#7402)
  Bump mariadb-java-client from 2.7.1 to 2.7.2 (#7406)
  Bump org.beryx.jlink from 2.23.2 to 2.23.3 (#7400)
  Bump checkstyle from 8.39 to 8.40 (#7404)
  Ignore codecov status for automerge
  Fixes issue of Changing font size makes font size field too small (#7398)
  fix "Alt + keyboard shortcuts do not work" (#7379)
  Fixed invisible file path in the dark theme (#7396)
  Fix File Filter and some layout issues (#7385)
  Feature/implement complex queries (#7350)
  Change format for study definition to yaml (#7126)
  Fix handling of URL in file field (#7347)
  Fix expansion of bracketed expressions in RegExpBasedFileFinder (#7338)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant