Skip to content
This repository has been archived by the owner on Dec 19, 2023. It is now read-only.

Commit

Permalink
2.0.11 release (#446)
Browse files Browse the repository at this point in the history
  • Loading branch information
jmisur authored Apr 19, 2021
1 parent 8e8a041 commit 8268a62
Show file tree
Hide file tree
Showing 18 changed files with 44 additions and 48 deletions.
10 changes: 3 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,15 +22,11 @@ from the Introducing Spring Auto REST Docs talk at Spring IO 2017 are also avail

## Documentation

[Current 2.0.10 release](https://htmlpreview.github.io/?https://github.com/ScaCap/spring-auto-restdocs/blob/v2.0.10/docs/index.html) reference guide (based on Spring REST Docs 2.x).
[Current 2.0.11 release](https://htmlpreview.github.io/?https://github.com/ScaCap/spring-auto-restdocs/blob/v2.0.11/docs/index.html) reference guide (based on Spring REST Docs 2.x).

[Current 1.0.15 release](https://htmlpreview.github.io/?https://github.com/ScaCap/spring-auto-restdocs/blob/v1.0.15/docs/index.html) reference guide (based on Spring REST Docs 1.x).
[Legacy 1.0.15 release](https://htmlpreview.github.io/?https://github.com/ScaCap/spring-auto-restdocs/blob/v1.0.15/docs/index.html) reference guide (based on Spring REST Docs 1.x).

Latest master [2.0.11-SNAPSHOT](https://scacap.github.io/spring-auto-restdocs) reference guide.

Older releases:
[2.0.9](https://htmlpreview.github.io/?https://github.com/ScaCap/spring-auto-restdocs/blob/v2.0.9/docs/index.html),
[1.0.14](https://htmlpreview.github.io/?https://github.com/ScaCap/spring-auto-restdocs/blob/v1.0.14/docs/index.html)
Latest master [2.0.12-SNAPSHOT](https://scacap.github.io/spring-auto-restdocs) reference guide.

## Main features

Expand Down
14 changes: 7 additions & 7 deletions docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -443,7 +443,7 @@
<h1>Spring Auto REST Docs</h1>
<div class="details">
<span id="author" class="author">Scalable Capital</span><br>
<span id="revnumber">version 2.0.10</span>
<span id="revnumber">version 2.0.11</span>
</div>
<div id="toc" class="toc2">
<div id="toctitle">Table of Contents</div>
Expand Down Expand Up @@ -668,7 +668,7 @@ <h3 id="gettingstarted-usage"><a class="link" href="#gettingstarted-usage">Usage
<pre class="highlightjs highlight"><code data-lang="xml" class="language-xml hljs">&lt;dependency&gt;
&lt;groupId&gt;capital.scalable&lt;/groupId&gt;
&lt;artifactId&gt;spring-auto-restdocs-core&lt;/artifactId&gt;
&lt;version&gt;2.0.10&lt;/version&gt;
&lt;version&gt;2.0.11&lt;/version&gt;
&lt;scope&gt;test&lt;/scope&gt;
&lt;/dependency&gt;

Expand Down Expand Up @@ -705,7 +705,7 @@ <h3 id="gettingstarted-usage"><a class="link" href="#gettingstarted-usage">Usage
&lt;docletArtifact&gt;
&lt;groupId&gt;capital.scalable&lt;/groupId&gt;
&lt;artifactId&gt;spring-auto-restdocs-json-doclet&lt;/artifactId&gt; <i class="conum" data-value="3"></i><b>(3)</b>
&lt;version&gt;2.0.10&lt;/version&gt;
&lt;version&gt;2.0.11&lt;/version&gt;
&lt;/docletArtifact&gt;
&lt;destDir&gt;generated-javadoc-json&lt;/destDir&gt; <i class="conum" data-value="2"></i><b>(2)</b>
&lt;reportOutputDirectory&gt;${project.build.directory}&lt;/reportOutputDirectory&gt; <i class="conum" data-value="2"></i><b>(2)</b>
Expand Down Expand Up @@ -750,8 +750,8 @@ <h3 id="gettingstarted-usage"><a class="link" href="#gettingstarted-usage">Usage
}

dependencies {
testCompile group: 'capital.scalable', name: 'spring-auto-restdocs-core', version: '2.0.10'
jsondoclet group: 'capital.scalable', name: 'spring-auto-restdocs-json-doclet', version: '2.0.10' <i class="conum" data-value="3"></i><b>(3)</b>
testCompile group: 'capital.scalable', name: 'spring-auto-restdocs-core', version: '2.0.11'
jsondoclet group: 'capital.scalable', name: 'spring-auto-restdocs-json-doclet', version: '2.0.11' <i class="conum" data-value="3"></i><b>(3)</b>
}

task jsonDoclet(type: Javadoc, dependsOn: compileJava) {
Expand Down Expand Up @@ -2636,8 +2636,8 @@ <h4 id="contributing-building-build"><a class="link" href="#contributing-buildin
</div>
<div id="footer">
<div id="footer-text">
Version 2.0.10<br>
Last updated 2021-03-16 16:22:34 +0100
Version 2.0.11<br>
Last updated 2021-04-19 11:26:36 +0200
</div>
</div>
<link rel="stylesheet" href="highlight/styles/github.min.css">
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

<groupId>capital.scalable</groupId>
<artifactId>spring-auto-restdocs-parent</artifactId>
<version>2.0.11-SNAPSHOT</version>
<version>2.0.11</version>
<packaging>pom</packaging>

<name>Spring Auto REST Docs Parent POM</name>
Expand Down
4 changes: 2 additions & 2 deletions samples/java-webflux/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@

<groupId>capital.scalable</groupId>
<artifactId>spring-auto-restdocs-java-webflux-example</artifactId>
<version>2.0.11-SNAPSHOT</version>
<version>2.0.11</version>

<name>Spring Auto REST Docs Java WebFlux Example Project</name>
<description>Example project for Spring Auto REST Docs</description>
Expand All @@ -35,7 +35,7 @@
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<start-class>capital.scalable.restdocs.example.Application</start-class>
<spring-restdocs.version>2.0.5.RELEASE</spring-restdocs.version>
<spring-auto-restdocs.version>2.0.11-SNAPSHOT</spring-auto-restdocs.version>
<spring-auto-restdocs.version>2.0.11</spring-auto-restdocs.version>
</properties>

<dependencies>
Expand Down
4 changes: 2 additions & 2 deletions samples/java-webmvc/build.gradle
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
buildscript {
ext {
springAutoRestDocsVersion = "2.0.11-SNAPSHOT"
springAutoRestDocsVersion = "2.0.11"
springRestDocsVersion = "2.0.5.RELEASE"
springBootVersion = "2.3.3.RELEASE"
}
Expand All @@ -20,7 +20,7 @@ apply plugin: "io.spring.dependency-management"
apply plugin: "org.asciidoctor.convert"

group = "capital.scalable"
version = "2.0.11-SNAPSHOT"
version = "2.0.11"

description = """Spring Auto REST Docs Java Web MVC Example Project"""

Expand Down
18 changes: 9 additions & 9 deletions samples/java-webmvc/generated-docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -1207,7 +1207,7 @@ <h4 id="_example_request"><a class="anchor" href="#_example_request"></a><a clas
<div class="content">
<pre class="highlightjs highlight"><code data-lang="bash" class="language-bash hljs">$ curl 'http://localhost:8080/items' -i -X POST \
-H 'Content-Type: application/json' \
-H 'Authorization: Bearer d74be716-632c-47f7-a9db-c17f6a5d1ab4' \
-H 'Authorization: Bearer 112cb9f3-ba58-4c11-b6e2-b5c1fe4a47e3' \
-d '{"description":"Hot News"}'</code></pre>
</div>
</div>
Expand Down Expand Up @@ -1470,7 +1470,7 @@ <h4 id="_example_request_2"><a class="anchor" href="#_example_request_2"></a><a
<div class="content">
<pre class="highlightjs highlight"><code data-lang="bash" class="language-bash hljs">$ curl 'http://localhost:8080/items/1' -i -X PUT \
-H 'Content-Type: application/json' \
-H 'Authorization: Bearer d74be716-632c-47f7-a9db-c17f6a5d1ab4' \
-H 'Authorization: Bearer 112cb9f3-ba58-4c11-b6e2-b5c1fe4a47e3' \
-d '{"description":"Hot News"}'</code></pre>
</div>
</div>
Expand Down Expand Up @@ -1588,7 +1588,7 @@ <h4 id="_example_request_3"><a class="anchor" href="#_example_request_3"></a><a
<div class="listingblock">
<div class="content">
<pre class="highlightjs highlight"><code data-lang="bash" class="language-bash hljs">$ curl 'http://localhost:8080/items/1' -i -X DELETE \
-H 'Authorization: Bearer d74be716-632c-47f7-a9db-c17f6a5d1ab4'</code></pre>
-H 'Authorization: Bearer 112cb9f3-ba58-4c11-b6e2-b5c1fe4a47e3'</code></pre>
</div>
</div>
</div>
Expand Down Expand Up @@ -2130,20 +2130,20 @@ <h4 id="_example_response_5"><a class="anchor" href="#_example_response_5"></a><
"unsorted" : true,
"empty" : true
},
"offset" : 0,
"pageNumber" : 0,
"pageSize" : 20,
"offset" : 0,
"paged" : true,
"unpaged" : false
"unpaged" : false,
"paged" : true
},
"total" : 1,
"last" : true,
"totalPages" : 1,
"totalElements" : 1,
"last" : true,
"numberOfElements" : 1,
"size" : 20,
"number" : 0,
"first" : true,
"numberOfElements" : 1,
"sort" : {
"orders" : [ ],
"sorted" : false,
Expand Down Expand Up @@ -3623,7 +3623,7 @@ <h4 id="_example_request_13"><a class="anchor" href="#_example_request_13"></a><
<div class="content">
<pre class="highlightjs highlight"><code data-lang="bash" class="language-bash hljs">$ curl 'http://localhost:8080/items/filtered/1' -i -X PUT \
-H 'Content-Type: application/json' \
-H 'Authorization: Bearer d74be716-632c-47f7-a9db-c17f6a5d1ab4' \
-H 'Authorization: Bearer 112cb9f3-ba58-4c11-b6e2-b5c1fe4a47e3' \
-d '{"description":"Hot News"}'</code></pre>
</div>
</div>
Expand Down
4 changes: 2 additions & 2 deletions samples/java-webmvc/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@

<groupId>capital.scalable</groupId>
<artifactId>spring-auto-restdocs-java-webmvc-example</artifactId>
<version>2.0.11-SNAPSHOT</version>
<version>2.0.11</version>

<name>Spring Auto REST Docs Java Web MVC Example Project</name>
<description>Example project for Spring Auto REST Docs</description>
Expand All @@ -35,7 +35,7 @@
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<start-class>capital.scalable.restdocs.example.Application</start-class>
<spring-restdocs.version>2.0.5.RELEASE</spring-restdocs.version>
<spring-auto-restdocs.version>2.0.11-SNAPSHOT</spring-auto-restdocs.version>
<spring-auto-restdocs.version>2.0.11</spring-auto-restdocs.version>
</properties>

<dependencies>
Expand Down
4 changes: 2 additions & 2 deletions samples/kotlin-webmvc/build.gradle
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
buildscript {
ext {
kotlinVersion = "1.4.0"
springAutoRestDocsVersion = "2.0.11-SNAPSHOT"
springAutoRestDocsVersion = "2.0.11"
springRestDocsVersion = "2.0.5.RELEASE"
springBootVersion = "2.3.3.RELEASE"
dokkaPluginVersion = "0.10.1"
Expand Down Expand Up @@ -29,7 +29,7 @@ apply plugin: "org.asciidoctor.convert"
apply plugin: "org.jetbrains.dokka"

group = "capital.scalable"
version = "2.0.11-SNAPSHOT"
version = "2.0.11"

description = """Spring Auto REST Docs Kotlin Web MVC Example Project"""

Expand Down
8 changes: 4 additions & 4 deletions samples/kotlin-webmvc/generated-docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -1156,7 +1156,7 @@ <h4 id="_example_request"><a class="anchor" href="#_example_request"></a><a clas
<div class="content">
<pre class="highlightjs highlight"><code data-lang="bash" class="language-bash hljs">$ curl 'http://localhost:8080/items' -i -X POST \
-H 'Content-Type: application/json' \
-H 'Authorization: Bearer f0e896b0-5828-408d-b583-c2e467b62f83' \
-H 'Authorization: Bearer 9a053af6-24a0-43be-b396-856e1dd9de77' \
-d '{"description":"Hot News"}'</code></pre>
</div>
</div>
Expand Down Expand Up @@ -1399,7 +1399,7 @@ <h4 id="_example_request_2"><a class="anchor" href="#_example_request_2"></a><a
<div class="content">
<pre class="highlightjs highlight"><code data-lang="bash" class="language-bash hljs">$ curl 'http://localhost:8080/items/1' -i -X PUT \
-H 'Content-Type: application/json' \
-H 'Authorization: Bearer f0e896b0-5828-408d-b583-c2e467b62f83' \
-H 'Authorization: Bearer 9a053af6-24a0-43be-b396-856e1dd9de77' \
-d '{"description":"Hot News"}'</code></pre>
</div>
</div>
Expand Down Expand Up @@ -1501,7 +1501,7 @@ <h4 id="_example_request_3"><a class="anchor" href="#_example_request_3"></a><a
<div class="listingblock">
<div class="content">
<pre class="highlightjs highlight"><code data-lang="bash" class="language-bash hljs">$ curl 'http://localhost:8080/items/1' -i -X DELETE \
-H 'Authorization: Bearer f0e896b0-5828-408d-b583-c2e467b62f83'</code></pre>
-H 'Authorization: Bearer 9a053af6-24a0-43be-b396-856e1dd9de77'</code></pre>
</div>
</div>
</div>
Expand Down Expand Up @@ -1999,9 +1999,9 @@ <h4 id="_example_response_5"><a class="anchor" href="#_example_response_5"></a><
"unsorted" : true,
"empty" : true
},
"offset" : 0,
"pageNumber" : 0,
"pageSize" : 20,
"offset" : 0,
"paged" : true,
"unpaged" : false
},
Expand Down
4 changes: 2 additions & 2 deletions samples/kotlin-webmvc/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@

<groupId>capital.scalable</groupId>
<artifactId>spring-auto-restdocs-kotlin-webmvc-example</artifactId>
<version>2.0.11-SNAPSHOT</version>
<version>2.0.11</version>

<name>Spring Auto REST Docs Kotlin Web MVC Example Project</name>
<description>Example project for Spring Auto REST Docs</description>
Expand All @@ -34,7 +34,7 @@
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<spring-restdocs.version>2.0.5.RELEASE</spring-restdocs.version>
<spring-auto-restdocs.version>2.0.11-SNAPSHOT</spring-auto-restdocs.version>
<spring-auto-restdocs.version>2.0.11</spring-auto-restdocs.version>
<kotlin.version>1.4.0</kotlin.version>
<dokka.version>0.10.1</dokka.version>
<jsonDirectory>${project.build.directory}/generated-javadoc-json</jsonDirectory>
Expand Down
2 changes: 1 addition & 1 deletion samples/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<groupId>capital.scalable</groupId>
<artifactId>spring-auto-restdocs-samples</artifactId>
<version>2.0.11-SNAPSHOT</version>
<version>2.0.11</version>

<packaging>pom</packaging>

Expand Down
4 changes: 2 additions & 2 deletions samples/shared/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@

<groupId>capital.scalable</groupId>
<artifactId>spring-auto-restdocs-shared-pojos-example</artifactId>
<version>2.0.11-SNAPSHOT</version>
<version>2.0.11</version>

<name>Spring Auto REST Docs Shared POJOs Example Project</name>
<description>Example project for Shared POJOs inside Spring Auto REST Docs</description>
Expand All @@ -33,7 +33,7 @@

<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<spring-auto-restdocs.version>2.0.11-SNAPSHOT</spring-auto-restdocs.version>
<spring-auto-restdocs.version>2.0.11</spring-auto-restdocs.version>
</properties>

<dependencies>
Expand Down
2 changes: 1 addition & 1 deletion spring-auto-restdocs-annotations/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>capital.scalable</groupId>
<artifactId>spring-auto-restdocs-parent</artifactId>
<version>2.0.11-SNAPSHOT</version>
<version>2.0.11</version>
<relativePath>..</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion spring-auto-restdocs-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>capital.scalable</groupId>
<artifactId>spring-auto-restdocs-parent</artifactId>
<version>2.0.11-SNAPSHOT</version>
<version>2.0.11</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
4 changes: 2 additions & 2 deletions spring-auto-restdocs-docs/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>capital.scalable</groupId>
<artifactId>spring-auto-restdocs-parent</artifactId>
<version>2.0.11-SNAPSHOT</version>
<version>2.0.11</version>
<relativePath>..</relativePath>
</parent>

Expand All @@ -18,7 +18,7 @@

<properties>
<docs.dir>${project.basedir}/../docs</docs.dir>
<latestRelease>2.0.10</latestRelease> <!-- change this when releasing 2.0.11-SNAPSHOT -->
<latestRelease>2.0.11</latestRelease> <!-- change this when releasing 2.0.12-SNAPSHOT -->
</properties>

<build>
Expand Down
2 changes: 1 addition & 1 deletion spring-auto-restdocs-dokka-json/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>capital.scalable</groupId>
<artifactId>spring-auto-restdocs-parent</artifactId>
<version>2.0.11-SNAPSHOT</version>
<version>2.0.11</version>
<relativePath>..</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion spring-auto-restdocs-json-doclet-jdk9/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>capital.scalable</groupId>
<artifactId>spring-auto-restdocs-parent</artifactId>
<version>2.0.11-SNAPSHOT</version>
<version>2.0.11</version>
<relativePath>..</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion spring-auto-restdocs-json-doclet/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>capital.scalable</groupId>
<artifactId>spring-auto-restdocs-parent</artifactId>
<version>2.0.11-SNAPSHOT</version>
<version>2.0.11</version>
<relativePath>..</relativePath>
</parent>

Expand Down

0 comments on commit 8268a62

Please sign in to comment.