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.10.2 to 0.11.0 #152

Merged
merged 1 commit into from Aug 7, 2019

Conversation

dependabot-preview[bot]
Copy link
Contributor

@dependabot-preview dependabot-preview bot commented Aug 5, 2019

Bumps archunit.version from 0.10.2 to 0.11.0.

Updates archunit-junit5-api from 0.10.2 to 0.11.0

Release notes

Sourced from archunit-junit5-api's releases.

ArchUnit 0.11.0

Enhancements

Core

  • DescribedPredicate now offers a more lambda compatible factory method DescribedPredicate.describe(description, predicate) (see #188; thanks a lot to @​jzheaux)
  • New factory method DescribedPredicate.allElements(..) to complement DescribedPredicate.anyElementThat(..) (see TNG/ArchUnit@b8890f4)
  • Support for JDK 13 (see #195; thanks a lot to @​jqno)
  • ArchUnits configuration (archunit.properties) and ignore patterns (archunit_ignore_patterns.txt) are now loaded with the ContextClassLoader instead of the ClassLoader of the respective class (see TNG/ArchUnit@81c31f6)

Lang

  • New method classes().that().belongToAnyOf(..) to match any class or inner class of the passed classes (see #173; thanks a lot to @​moboa)
  • New method classes().should().haveOnlyPrivateConstructors() (see #204; thanks a lot to @​sullis)
  • New methods members().should().{have,notHave}FullName[Not][Matching](https://github.com/TNG/ArchUnit/blob) (see #205; thanks a lot to @​hankem)

Library

  • New FreezingArchRule to wrap any other ArchRule and change the behavior (see #181):
    • on the first run record all existing violations
    • on further runs only fail by unknown violations
    • also on further runs automatically decrease the stored violation count if existing violations are solved
    • compare the user guide
  • New Architectures.onionArchitecture() API offering a predefined API for Onion or Hexagonal Architectures, compare the user guide (see #174; thanks a lot to @​spanierm)

JUnit

  • The JUnit 5 platform dependency has been upgraded to version 1.5.1

Further Acknowledgement

  • Thanks a lot to @​hankem for adjusting Spotbugs to ignore false positives with JDK 9
  • Thanks a lot to @​hankem for fixing incompatibilities of some tests with JDK 12
  • Thanks a lot to @​vincent-fuchs for improving ArchUnit's logging
  • Thanks a lot to @​sullis for upgrading dependencies
Commits
  • 41a7b65 Automate release artifact checks:
  • 56e6770 Set version to 0.11.0
  • 8c87044 Upgrade JUnit 5 to Platform 1.5.1 and Jupiter 5.5.1
  • b040d90 To avoid issues with Git for Windows autocrlf it is safer to clean up any win...
  • a88fb1f Adjust docs to upcoming release
  • d8c9e90 Merge pull request #205 from hankem/fullName
  • 71a524e Review:
  • 5879c48 add members().should().{have,notHave}FullName[Not][Matching] syntax
  • 291d1d5 add members().that().{have,doNotHave}FullName[Not][Matching] syntax
  • c45ffe1 remove duplicate import
  • Additional commits viewable in compare view

Updates archunit-junit5-engine from 0.10.2 to 0.11.0

Release notes

Sourced from archunit-junit5-engine's releases.

ArchUnit 0.11.0

Enhancements

Core

  • DescribedPredicate now offers a more lambda compatible factory method DescribedPredicate.describe(description, predicate) (see #188; thanks a lot to @​jzheaux)
  • New factory method DescribedPredicate.allElements(..) to complement DescribedPredicate.anyElementThat(..) (see TNG/ArchUnit@b8890f4)
  • Support for JDK 13 (see #195; thanks a lot to @​jqno)
  • ArchUnits configuration (archunit.properties) and ignore patterns (archunit_ignore_patterns.txt) are now loaded with the ContextClassLoader instead of the ClassLoader of the respective class (see TNG/ArchUnit@81c31f6)

Lang

  • New method classes().that().belongToAnyOf(..) to match any class or inner class of the passed classes (see #173; thanks a lot to @​moboa)
  • New method classes().should().haveOnlyPrivateConstructors() (see #204; thanks a lot to @​sullis)
  • New methods members().should().{have,notHave}FullName[Not][Matching](https://github.com/TNG/ArchUnit/blob) (see #205; thanks a lot to @​hankem)

Library

  • New FreezingArchRule to wrap any other ArchRule and change the behavior (see #181):
    • on the first run record all existing violations
    • on further runs only fail by unknown violations
    • also on further runs automatically decrease the stored violation count if existing violations are solved
    • compare the user guide
  • New Architectures.onionArchitecture() API offering a predefined API for Onion or Hexagonal Architectures, compare the user guide (see #174; thanks a lot to @​spanierm)

JUnit

  • The JUnit 5 platform dependency has been upgraded to version 1.5.1

Further Acknowledgement

  • Thanks a lot to @​hankem for adjusting Spotbugs to ignore false positives with JDK 9
  • Thanks a lot to @​hankem for fixing incompatibilities of some tests with JDK 12
  • Thanks a lot to @​vincent-fuchs for improving ArchUnit's logging
  • Thanks a lot to @​sullis for upgrading dependencies
Commits
  • 41a7b65 Automate release artifact checks:
  • 56e6770 Set version to 0.11.0
  • 8c87044 Upgrade JUnit 5 to Platform 1.5.1 and Jupiter 5.5.1
  • b040d90 To avoid issues with Git for Windows autocrlf it is safer to clean up any win...
  • a88fb1f Adjust docs to upcoming release
  • d8c9e90 Merge pull request #205 from hankem/fullName
  • 71a524e Review:
  • 5879c48 add members().should().{have,notHave}FullName[Not][Matching] syntax
  • 291d1d5 add members().that().{have,doNotHave}FullName[Not][Matching] syntax
  • c45ffe1 remove duplicate import
  • 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 ignore this [patch|minor|major] version will close this PR and stop Dependabot creating any more for this minor/major version (unless you reopen the PR or upgrade to it). To ignore the version in this PR you can just close it
  • @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)
  • @dependabot badge me will comment on this PR with code to add a "Dependabot enabled" badge to your readme

Additionally, you can set the following in the .dependabot/config.yml file in this repo:

  • Update frequency (including time of day and day of week)
  • Automerge options (never/patch/minor, and dev/runtime dependencies)
  • Pull request limits (per update run and/or open at any time)
  • Out-of-range updates (receive only lockfile updates, if desired)
  • Security updates (receive only security updates, if desired)

Finally, you can contact us by mentioning @dependabot.

@dependabot-preview dependabot-preview bot added the dependencies Update of dependencies label Aug 5, 2019
@uhafner
Copy link
Member

uhafner commented Aug 5, 2019

@dependabot rebase

@dependabot-preview dependabot-preview bot force-pushed the dependabot/maven/archunit.version-0.11.0 branch from 7de26b0 to 9fa0125 Compare August 5, 2019 21:00
@codecov
Copy link

codecov bot commented Aug 6, 2019

Codecov Report

Merging #152 into master will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff            @@
##             master     #152   +/-   ##
=========================================
  Coverage     82.32%   82.32%           
  Complexity     1510     1510           
=========================================
  Files           241      241           
  Lines          5127     5127           
  Branches        375      375           
=========================================
  Hits           4221     4221           
  Misses          765      765           
  Partials        141      141

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update a2d3272...19cbe16. Read the comment docs.

Bumps `archunit.version` from 0.10.2 to 0.11.0.

Updates `archunit-junit5-api` from 0.10.2 to 0.11.0
- [Release notes](https://github.com/TNG/ArchUnit/releases)
- [Commits](TNG/ArchUnit@0.10.2...v0.11.0)

Updates `archunit-junit5-engine` from 0.10.2 to 0.11.0
- [Release notes](https://github.com/TNG/ArchUnit/releases)
- [Commits](TNG/ArchUnit@0.10.2...v0.11.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
@dependabot-preview dependabot-preview bot force-pushed the dependabot/maven/archunit.version-0.11.0 branch from 9fa0125 to 19cbe16 Compare August 6, 2019 07:23
@uhafner uhafner merged commit 1b5df58 into master Aug 7, 2019
@dependabot-preview dependabot-preview bot deleted the dependabot/maven/archunit.version-0.11.0 branch August 7, 2019 18:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Update of dependencies
Projects
None yet
1 participant