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-engine from 0.14.1 to 0.15.0 #7215

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 21, 2020

Bumps archunit-junit5-engine from 0.14.1 to 0.15.0.

Release notes

Sourced from archunit-junit5-engine's releases.

ArchUnit 0.15.0

Bug Fixes

  • TextFileBasedViolationStore now correctly handles empty violation store files (see #456; thanks a lot to @hankem)
  • Fix URL scheme part issue on Windows when reading classpath URLs from manifest files (see #414; thanks a lot to @eriklumme)

Enhancements

Core

  • Reduce excessive logging if archunit.properties are overwritten by system properties (see #375; thanks a lot to @ldebruijn)
  • New method JavaClass.tryGetConstructor() (see #386; thanks a lot to @rweisleder)
  • JavaClass now provides generic type information, i.e. there is now JavaClass.getTypeParameters() (see #398). Furthermore JavaClass now reports type parameter bounds as Dependencies (see #484)
  • JavaClass now offers JavaClass.getInstanceofChecks(), which are also reported as Dependencies (see #371; thanks a lot to @t-h-e)
  • Support for Java 15 and 16-ea (see #409)
  • Resolve imported annotations transitively with the configured ClassResolver (i.e. by default from the classpath). This will make detection of meta-annotations work out of the box now in many cases, without the need to explicitly import these meta-annotation types as well (see #342, #450; thanks a lot to @KorSin)
  • New method JavaClass.getBaseComponentType() (see #441; thanks a lot to @hankem)
  • Component types (i.e. String for an array String[]) are now detected as dependencies of JavaClass (see #257; thanks a lot to @wengertj)
  • New method ..archunit..Optional.getOrThrow(Supplier) (see #391; thanks a lot to @idosal)
  • New method JavaClass.getTransitiveDependenciesFromSelf() (see #401; thanks a lot to @hankem)

Lang

  • New syntax members().that().haveName{StartingWith/Containing/EndingWith}(..) and members().should().haveName{StartingWith/Containing/EndingWith}(..) (see #239; thanks a lot to @kamer)
  • Improve CompositeArchRule.of(..) to accept an Iterable of ArchRule (see #384; thanks a lot to @sullis)
  • Clarify difference between access and depend in rule Javadocs (see #313; thanks a lot to @idosal)
  • New syntax classes().that().are{Not}Annotations() (see #468)
  • New syntax classes().that().doNotBelongToAnyOf(..) (see #422; thanks a lot to @perlun)

Further Acknowledgement

  • Thanks a lot to @rweisleder for improving the ArchUnit user guide, development documentation and build
  • Thanks a lot to @spanierm for improving OS-JDK-matrix CI builds with GitHub Actions
  • Thanks a lot to @gernotstarke for website and documentation improvements (see #478 and #479)
  • Thanks a lot to @kamilszymanski and @dariuszzbyrad for Javadoc improvements and code cleanups
  • Thanks a lot to @sullis for upgrading various build dependencies
  • Thanks a lot to @cristiangreco for introducing Upgrade Gradle Wrapper Action (see #486)
Commits
  • 9500ef8 add release news post to website
  • edf4b29 update user guide what to check
  • 45c8e87 set release version 0.15.0
  • 5d35eba Bump jekyll from 4.1.1 to 4.2.0 in /docs
  • fd57c1f add method JavaClass.getTransitiveDependenciesFromSelf #401
  • 27dae94 add method JavaClass.getTransitiveDependenciesFromSelf
  • 66d8ac4 add JavaClass.isFullyImported()
  • 66d97c5 initialize non-imported JavaClass with empty dependencies
  • 44698c9 Add JavaClass type parameters to dependencies #484
  • 301ccd8 add type parameter dependencies from and to self
  • 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

@tobiasdiez tobiasdiez merged commit 2b41085 into master Dec 21, 2020
@tobiasdiez tobiasdiez deleted the dependabot/gradle/com.tngtech.archunit-archunit-junit5-engine-0.15.0 branch December 21, 2020 10:15
Siedlerchr added a commit that referenced this pull request Dec 21, 2020
* upstream/master: (33 commits)
  Bump archunit-junit5-api from 0.14.1 to 0.15.0 (#7220)
  Bump unoloader from 7.0.3 to 7.0.4 (#7214)
  Bump guava from 30.0-jre to 30.1-jre (#7218)
  Bump xmpbox from 2.0.21 to 2.0.22 (#7217)
  Bump classgraph from 4.8.94 to 4.8.97 (#7211)
  Bump byte-buddy-parent from 1.10.18 to 1.10.19 (#7216)
  Bump archunit-junit5-engine from 0.14.1 to 0.15.0 (#7215)
  Bump org.beryx.jlink from 2.22.3 to 2.23.0 (#7212)
  Add missing author
  Remove field check for journal abbrev in entry editor (#7208)
  Improvements for Entry Preview (in the context of #7083 and in addition to #7093) (#7185)
  Fix pdf content importer exception if DOI is empty (#7207)
  New translations JabRef_en.properties (Turkish) (#7204)
  New Crowdin updates (#7198)
  New Crowdin updates (#7192)
  Added missing test
  Changed tests to parameterized tests
  Extraction of Globals.prefs.put and .get (#7121)
  Fix newly added entry not synced to db (#7178)
  Bump org.eclipse.jgit from 5.9.0.202009080501-r to 5.10.0.202012080955-r (#7187)
  ...
Siedlerchr added a commit that referenced this pull request Dec 21, 2020
…dtask

* upstream/master:
  Bump pdfbox from 2.0.21 to 2.0.22 (#7213)
  Bump fontbox from 2.0.21 to 2.0.22 (#7219)
  Bump archunit-junit5-api from 0.14.1 to 0.15.0 (#7220)
  Bump unoloader from 7.0.3 to 7.0.4 (#7214)
  Bump guava from 30.0-jre to 30.1-jre (#7218)
  Bump xmpbox from 2.0.21 to 2.0.22 (#7217)
  Bump classgraph from 4.8.94 to 4.8.97 (#7211)
  Bump byte-buddy-parent from 1.10.18 to 1.10.19 (#7216)
  Bump archunit-junit5-engine from 0.14.1 to 0.15.0 (#7215)
  Bump org.beryx.jlink from 2.22.3 to 2.23.0 (#7212)
  Add missing author
  Remove field check for journal abbrev in entry editor (#7208)
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.

None yet

1 participant