Skip to content

Commit

Permalink
prepare release 1.1.0
Browse files Browse the repository at this point in the history
Signed-off-by: codecholeric <action@github.com>
  • Loading branch information
actions-user committed Aug 9, 2023
1 parent e87cd32 commit 7038a72
Show file tree
Hide file tree
Showing 25 changed files with 40 additions and 32 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ framework.
###### Gradle

```
testImplementation 'com.tngtech.archunit:archunit:1.0.1'
testImplementation 'com.tngtech.archunit:archunit:1.1.0'
```

###### Maven
Expand All @@ -26,7 +26,7 @@ testImplementation 'com.tngtech.archunit:archunit:1.0.1'
<dependency>
<groupId>com.tngtech.archunit</groupId>
<artifactId>archunit</artifactId>
<version>1.0.1</version>
<version>1.1.0</version>
<scope>test</scope>
</dependency>
```
Expand Down
2 changes: 1 addition & 1 deletion docs/_data/navigation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@ main:
- title: "User Guide"
url: /userguide/html/000_Index.html
- title: "API"
url: https://javadoc.io/doc/com.tngtech.archunit/archunit/1.0.1
url: https://javadoc.io/doc/com.tngtech.archunit/archunit/1.1.0
- title: "About"
url: /about
4 changes: 2 additions & 2 deletions docs/_pages/getting-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,15 +15,15 @@ ArchUnit can be obtained from Maven Central.
<dependency>
<groupId>com.tngtech.archunit</groupId>
<artifactId>archunit</artifactId>
<version>1.0.1</version>
<version>1.1.0</version>
<scope>test</scope>
</dependency>
```

#### Gradle
```groovy
dependencies {
testImplementation 'com.tngtech.archunit:archunit:1.0.1'
testImplementation 'com.tngtech.archunit:archunit:1.1.0'
}
```

Expand Down
8 changes: 8 additions & 0 deletions docs/_posts/2023-08-09-release-v1.1.0.markdown
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
---
layout: splash
title: "New release of ArchUnit (v1.1.0)"
date: 2023-08-09 12:00:00
categories: news release
---

A new release of ArchUnit (v1.1.0) is out. For details see [the release on GitHub](https://github.com/TNG/ArchUnit/releases/tag/v1.1.0 "ArchUnit v1.1.0 on GitHub").
52 changes: 26 additions & 26 deletions docs/userguide/html/000_Index.html
Original file line number Diff line number Diff line change
Expand Up @@ -449,7 +449,7 @@
<div id="header">
<h1>ArchUnit User Guide</h1>
<div class="details">
<span id="revnumber">version 1.0.1</span>
<span id="revnumber">version 1.1.0</span>
</div>
<div id="toc" class="toc2">
<div id="toctitle">Table of Contents</div>
Expand Down Expand Up @@ -617,7 +617,7 @@ <h3 id="_junit_4"><a class="anchor" href="#_junit_4"></a>2.1. JUnit 4</h3>
<pre class="highlightjs highlight nowrap"><code data-lang="xml" class="language-xml hljs">&lt;dependency&gt;
&lt;groupId&gt;com.tngtech.archunit&lt;/groupId&gt;
&lt;artifactId&gt;archunit-junit4&lt;/artifactId&gt;
&lt;version&gt;1.0.1&lt;/version&gt;
&lt;version&gt;1.1.0&lt;/version&gt;
&lt;scope&gt;test&lt;/scope&gt;
&lt;/dependency&gt;</code></pre>
</div>
Expand All @@ -626,7 +626,7 @@ <h3 id="_junit_4"><a class="anchor" href="#_junit_4"></a>2.1. JUnit 4</h3>
<div class="title">build.gradle</div>
<div class="content">
<pre class="highlightjs highlight nowrap"><code class="language-none hljs">dependencies {
testImplementation 'com.tngtech.archunit:archunit-junit4:1.0.1'
testImplementation 'com.tngtech.archunit:archunit-junit4:1.1.0'
}</code></pre>
</div>
</div>
Expand All @@ -647,7 +647,7 @@ <h3 id="_junit_5"><a class="anchor" href="#_junit_5"></a>2.2. JUnit 5</h3>
<pre class="highlightjs highlight nowrap"><code data-lang="xml" class="language-xml hljs">&lt;dependency&gt;
&lt;groupId&gt;com.tngtech.archunit&lt;/groupId&gt;
&lt;artifactId&gt;archunit-junit5&lt;/artifactId&gt;
&lt;version&gt;1.0.1&lt;/version&gt;
&lt;version&gt;1.1.0&lt;/version&gt;
&lt;scope&gt;test&lt;/scope&gt;
&lt;/dependency&gt;</code></pre>
</div>
Expand All @@ -656,7 +656,7 @@ <h3 id="_junit_5"><a class="anchor" href="#_junit_5"></a>2.2. JUnit 5</h3>
<div class="title">build.gradle</div>
<div class="content">
<pre class="highlightjs highlight nowrap"><code class="language-none hljs">dependencies {
testImplementation 'com.tngtech.archunit:archunit-junit5:1.0.1'
testImplementation 'com.tngtech.archunit:archunit-junit5:1.1.0'
}</code></pre>
</div>
</div>
Expand All @@ -673,7 +673,7 @@ <h3 id="_other_test_frameworks"><a class="anchor" href="#_other_test_frameworks"
<pre class="highlightjs highlight nowrap"><code data-lang="xml" class="language-xml hljs">&lt;dependency&gt;
&lt;groupId&gt;com.tngtech.archunit&lt;/groupId&gt;
&lt;artifactId&gt;archunit&lt;/artifactId&gt;
&lt;version&gt;1.0.1&lt;/version&gt;
&lt;version&gt;1.1.0&lt;/version&gt;
&lt;scope&gt;test&lt;/scope&gt;
&lt;/dependency&gt;</code></pre>
</div>
Expand All @@ -682,7 +682,7 @@ <h3 id="_other_test_frameworks"><a class="anchor" href="#_other_test_frameworks"
<div class="title">build.gradle</div>
<div class="content">
<pre class="highlightjs highlight nowrap"><code class="language-none hljs">dependencies {
testImplementation 'com.tngtech.archunit:archunit:1.0.1'
testImplementation 'com.tngtech.archunit:archunit:1.1.0'
}</code></pre>
</div>
</div>
Expand Down Expand Up @@ -849,7 +849,7 @@ <h2 id="_what_to_check"><a class="anchor" href="#_what_to_check"></a>4. What to
<h3 id="_package_dependency_checks"><a class="anchor" href="#_package_dependency_checks"></a>4.1. Package Dependency Checks</h3>
<div class="imageblock">
<div class="content">
<img src="package-deps-no-access.png" alt="package deps no access" width="460" height="75">
<img src="package-deps-no-access.png" alt="package deps no access" width="452" height="67">
</div>
</div>
<div class="listingblock">
Expand All @@ -860,7 +860,7 @@ <h3 id="_package_dependency_checks"><a class="anchor" href="#_package_dependency
</div>
<div class="imageblock">
<div class="content">
<img src="package-deps-only-access.png" alt="package deps only access" width="487" height="333">
<img src="package-deps-only-access.png" alt="package deps only access" width="483" height="323">
</div>
</div>
<div class="listingblock">
Expand All @@ -874,7 +874,7 @@ <h3 id="_package_dependency_checks"><a class="anchor" href="#_package_dependency
<h3 id="_class_dependency_checks"><a class="anchor" href="#_class_dependency_checks"></a>4.2. Class Dependency Checks</h3>
<div class="imageblock">
<div class="content">
<img src="class-naming-deps.png" alt="class naming deps" width="324" height="213">
<img src="class-naming-deps.png" alt="class naming deps" width="323" height="204">
</div>
</div>
<div class="listingblock">
Expand All @@ -888,7 +888,7 @@ <h3 id="_class_dependency_checks"><a class="anchor" href="#_class_dependency_che
<h3 id="_class_and_package_containment_checks"><a class="anchor" href="#_class_and_package_containment_checks"></a>4.3. Class and Package Containment Checks</h3>
<div class="imageblock">
<div class="content">
<img src="class-package-contain.png" alt="class package contain" width="348" height="203">
<img src="class-package-contain.png" alt="class package contain" width="346" height="180">
</div>
</div>
<div class="listingblock">
Expand All @@ -902,7 +902,7 @@ <h3 id="_class_and_package_containment_checks"><a class="anchor" href="#_class_a
<h3 id="_inheritance_checks"><a class="anchor" href="#_inheritance_checks"></a>4.4. Inheritance Checks</h3>
<div class="imageblock">
<div class="content">
<img src="inheritance-naming-check.png" alt="inheritance naming check" width="468" height="224">
<img src="inheritance-naming-check.png" alt="inheritance naming check" width="481" height="220">
</div>
</div>
<div class="listingblock">
Expand All @@ -913,7 +913,7 @@ <h3 id="_inheritance_checks"><a class="anchor" href="#_inheritance_checks"></a>4
</div>
<div class="imageblock">
<div class="content">
<img src="inheritance-access-check.png" alt="inheritance access check" width="569" height="266">
<img src="inheritance-access-check.png" alt="inheritance access check" width="554" height="240">
</div>
</div>
<div class="listingblock">
Expand All @@ -927,7 +927,7 @@ <h3 id="_inheritance_checks"><a class="anchor" href="#_inheritance_checks"></a>4
<h3 id="_annotation_checks"><a class="anchor" href="#_annotation_checks"></a>4.5. Annotation Checks</h3>
<div class="imageblock">
<div class="content">
<img src="inheritance-annotation-check.png" alt="inheritance annotation check" width="587" height="219">
<img src="inheritance-annotation-check.png" alt="inheritance annotation check" width="597" height="212">
</div>
</div>
<div class="listingblock">
Expand All @@ -941,7 +941,7 @@ <h3 id="_annotation_checks"><a class="anchor" href="#_annotation_checks"></a>4.5
<h3 id="_layer_checks"><a class="anchor" href="#_layer_checks"></a>4.6. Layer Checks</h3>
<div class="imageblock">
<div class="content">
<img src="layer-check.png" alt="layer check" width="643" height="598">
<img src="layer-check.png" alt="layer check" width="626" height="567">
</div>
</div>
<div class="listingblock">
Expand All @@ -962,7 +962,7 @@ <h3 id="_layer_checks"><a class="anchor" href="#_layer_checks"></a>4.6. Layer Ch
<h3 id="_cycle_checks"><a class="anchor" href="#_cycle_checks"></a>4.7. Cycle Checks</h3>
<div class="imageblock">
<div class="content">
<img src="cycle-check.png" alt="cycle check" width="749" height="398">
<img src="cycle-check.png" alt="cycle check" width="770" height="375">
</div>
</div>
<div class="listingblock">
Expand Down Expand Up @@ -1170,7 +1170,7 @@ <h3 id="_domain"><a class="anchor" href="#_domain"></a>6.2. Domain</h3>
</div>
<div class="imageblock">
<div class="content">
<img src="domain-overview.png" alt="domain overview" width="984" height="691">
<img src="domain-overview.png" alt="domain overview" width="1034" height="686">
</div>
</div>
<div class="paragraph">
Expand Down Expand Up @@ -1199,7 +1199,7 @@ <h3 id="_domain"><a class="anchor" href="#_domain"></a>6.2. Domain</h3>
</div>
<div class="imageblock">
<div class="content">
<img src="resolution-example.png" alt="resolution example" width="375" height="187">
<img src="resolution-example.png" alt="resolution example" width="404" height="185">
</div>
</div>
<div class="paragraph">
Expand All @@ -1214,7 +1214,7 @@ <h3 id="_domain"><a class="anchor" href="#_domain"></a>6.2. Domain</h3>
</div>
<div class="imageblock">
<div class="content">
<img src="resolution-overview.png" alt="resolution overview" width="543" height="316">
<img src="resolution-overview.png" alt="resolution overview" width="580" height="311">
</div>
</div>
<div class="paragraph">
Expand All @@ -1234,7 +1234,7 @@ <h3 id="_domain"><a class="anchor" href="#_domain"></a>6.2. Domain</h3>
</div>
<div class="imageblock">
<div class="content">
<img src="diamond-example.png" alt="diamond example" width="513" height="222">
<img src="diamond-example.png" alt="diamond example" width="566" height="227">
</div>
</div>
<div class="paragraph">
Expand Down Expand Up @@ -1590,7 +1590,7 @@ <h3 id="_rules_with_custom_concepts"><a class="anchor" href="#_rules_with_custom
</div>
<div class="imageblock">
<div class="content">
<img src="import-vs-lang.png" alt="import vs lang" width="710" height="79">
<img src="import-vs-lang.png" alt="import vs lang" width="706" height="73">
</div>
</div>
<div class="paragraph">
Expand Down Expand Up @@ -1784,7 +1784,7 @@ <h4 id="_onion_architecture"><a class="anchor" href="#_onion_architecture"></a>8
</div>
<div class="imageblock">
<div class="content">
<img src="onion-architecture-check.png" alt="onion architecture check" width="1139" height="771">
<img src="onion-architecture-check.png" alt="onion architecture check" width="1156" height="742">
</div>
</div>
</div>
Expand Down Expand Up @@ -1971,7 +1971,7 @@ <h3 id="_plantuml_component_diagrams_as_rules"><a class="anchor" href="#_plantum
</div>
<div class="imageblock">
<div class="content">
<img src="simple-plantuml-archrule-example.png" alt="simple plantuml archrule example" width="159" height="183">
<img src="simple-plantuml-archrule-example.png" alt="simple plantuml archrule example" width="175" height="197">
</div>
</div>
<div class="listingblock">
Expand Down Expand Up @@ -2274,7 +2274,7 @@ <h4 id="_cumulative_dependency_metrics_by_john_lakos"><a class="anchor" href="#_
<h5 id="_example"><a class="anchor" href="#_example"></a>Example</h5>
<div class="imageblock">
<div class="content">
<img src="lakos-example.png" alt="lakos example" width="466" height="547">
<img src="lakos-example.png" alt="lakos example" width="462" height="553">
</div>
</div>
<div class="paragraph">
Expand Down Expand Up @@ -2359,7 +2359,7 @@ <h5 id="_example_2"><a class="anchor" href="#_example_2"></a>Example</h5>
</div>
<div class="imageblock">
<div class="content">
<img src="martin-example.png" alt="martin example" width="466" height="709">
<img src="martin-example.png" alt="martin example" width="462" height="703">
</div>
</div>
</div>
Expand Down Expand Up @@ -2418,7 +2418,7 @@ <h4 id="_visibility_metrics_by_herbert_dowalil"><a class="anchor" href="#_visibi
<h5 id="_example_3"><a class="anchor" href="#_example_3"></a>Example</h5>
<div class="imageblock">
<div class="content">
<img src="dowalil-example.png" alt="dowalil example" width="723" height="351">
<img src="dowalil-example.png" alt="dowalil example" width="692" height="326">
</div>
</div>
</div>
Expand Down
Binary file modified docs/userguide/html/class-naming-deps.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/userguide/html/class-package-contain.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/userguide/html/cycle-check.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/userguide/html/diamond-example.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/userguide/html/domain-overview.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/userguide/html/dowalil-example.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/userguide/html/import-vs-lang.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/userguide/html/inheritance-access-check.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/userguide/html/inheritance-annotation-check.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/userguide/html/inheritance-naming-check.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/userguide/html/lakos-example.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/userguide/html/layer-check.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/userguide/html/martin-example.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/userguide/html/onion-architecture-check.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/userguide/html/package-deps-no-access.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/userguide/html/package-deps-only-access.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/userguide/html/resolution-example.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/userguide/html/resolution-overview.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/userguide/html/simple-plantuml-archrule-example.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
org.gradle.parallel=true
archunit.group=com.tngtech.archunit
archunit.version=1.1.0-SNAPSHOT
archunit.version=1.1.0
org.gradle.jvmargs=--add-exports jdk.compiler/com.sun.tools.javac.code=ALL-UNNAMED --add-exports jdk.compiler/com.sun.tools.javac.file=ALL-UNNAMED --add-exports jdk.compiler/com.sun.tools.javac.parser=ALL-UNNAMED --add-exports jdk.compiler/com.sun.tools.javac.tree=ALL-UNNAMED --add-exports jdk.compiler/com.sun.tools.javac.util=ALL-UNNAMED --add-exports jdk.compiler/com.sun.tools.javac.api=ALL-UNNAMED

0 comments on commit 7038a72

Please sign in to comment.