From 8268a62bfeb4da605ca7b6670775656da2e4c50f Mon Sep 17 00:00:00 2001 From: Juraj Misur Date: Mon, 19 Apr 2021 12:27:40 +0200 Subject: [PATCH] 2.0.11 release (#446) --- README.md | 10 +++------- docs/index.html | 14 +++++++------- pom.xml | 2 +- samples/java-webflux/pom.xml | 4 ++-- samples/java-webmvc/build.gradle | 4 ++-- samples/java-webmvc/generated-docs/index.html | 18 +++++++++--------- samples/java-webmvc/pom.xml | 4 ++-- samples/kotlin-webmvc/build.gradle | 4 ++-- .../kotlin-webmvc/generated-docs/index.html | 8 ++++---- samples/kotlin-webmvc/pom.xml | 4 ++-- samples/pom.xml | 2 +- samples/shared/pom.xml | 4 ++-- spring-auto-restdocs-annotations/pom.xml | 2 +- spring-auto-restdocs-core/pom.xml | 2 +- spring-auto-restdocs-docs/pom.xml | 4 ++-- spring-auto-restdocs-dokka-json/pom.xml | 2 +- spring-auto-restdocs-json-doclet-jdk9/pom.xml | 2 +- spring-auto-restdocs-json-doclet/pom.xml | 2 +- 18 files changed, 44 insertions(+), 48 deletions(-) diff --git a/README.md b/README.md index 574cb2b3..39dee272 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/docs/index.html b/docs/index.html index 0135d56c..fcbe6199 100644 --- a/docs/index.html +++ b/docs/index.html @@ -443,7 +443,7 @@

Spring Auto REST Docs

Scalable Capital
-version 2.0.10 +version 2.0.11
Table of Contents
@@ -668,7 +668,7 @@

Usage
<dependency>
     <groupId>capital.scalable</groupId>
     <artifactId>spring-auto-restdocs-core</artifactId>
-    <version>2.0.10</version>
+    <version>2.0.11</version>
     <scope>test</scope>
 </dependency>
 
@@ -705,7 +705,7 @@ 

Usage <docletArtifact> <groupId>capital.scalable</groupId> <artifactId>spring-auto-restdocs-json-doclet</artifactId> (3) - <version>2.0.10</version> + <version>2.0.11</version> </docletArtifact> <destDir>generated-javadoc-json</destDir> (2) <reportOutputDirectory>${project.build.directory}</reportOutputDirectory> (2) @@ -750,8 +750,8 @@

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' (3) + 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' (3) } task jsonDoclet(type: Javadoc, dependsOn: compileJava) { @@ -2636,8 +2636,8 @@

diff --git a/pom.xml b/pom.xml index f546648c..a7e53273 100644 --- a/pom.xml +++ b/pom.xml @@ -5,7 +5,7 @@ capital.scalable spring-auto-restdocs-parent - 2.0.11-SNAPSHOT + 2.0.11 pom Spring Auto REST Docs Parent POM diff --git a/samples/java-webflux/pom.xml b/samples/java-webflux/pom.xml index 22871b8e..4d0af91b 100644 --- a/samples/java-webflux/pom.xml +++ b/samples/java-webflux/pom.xml @@ -13,7 +13,7 @@ capital.scalable spring-auto-restdocs-java-webflux-example - 2.0.11-SNAPSHOT + 2.0.11 Spring Auto REST Docs Java WebFlux Example Project Example project for Spring Auto REST Docs @@ -35,7 +35,7 @@ UTF-8 capital.scalable.restdocs.example.Application 2.0.5.RELEASE - 2.0.11-SNAPSHOT + 2.0.11 diff --git a/samples/java-webmvc/build.gradle b/samples/java-webmvc/build.gradle index ef1718fa..b932db15 100644 --- a/samples/java-webmvc/build.gradle +++ b/samples/java-webmvc/build.gradle @@ -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" } @@ -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""" diff --git a/samples/java-webmvc/generated-docs/index.html b/samples/java-webmvc/generated-docs/index.html index 2278916a..e0400fc9 100644 --- a/samples/java-webmvc/generated-docs/index.html +++ b/samples/java-webmvc/generated-docs/index.html @@ -1207,7 +1207,7 @@

$ 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"}'
@@ -1470,7 +1470,7 @@

$ 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"}'
@@ -1588,7 +1588,7 @@

$ curl 'http://localhost:8080/items/1' -i -X DELETE \
-    -H 'Authorization: Bearer d74be716-632c-47f7-a9db-c17f6a5d1ab4'
+ -H 'Authorization: Bearer 112cb9f3-ba58-4c11-b6e2-b5c1fe4a47e3'
@@ -2130,20 +2130,20 @@

< "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, @@ -3623,7 +3623,7 @@

<
$ 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"}'
diff --git a/samples/java-webmvc/pom.xml b/samples/java-webmvc/pom.xml index 5e0d2f46..dd7d35af 100644 --- a/samples/java-webmvc/pom.xml +++ b/samples/java-webmvc/pom.xml @@ -13,7 +13,7 @@ capital.scalable spring-auto-restdocs-java-webmvc-example - 2.0.11-SNAPSHOT + 2.0.11 Spring Auto REST Docs Java Web MVC Example Project Example project for Spring Auto REST Docs @@ -35,7 +35,7 @@ UTF-8 capital.scalable.restdocs.example.Application 2.0.5.RELEASE - 2.0.11-SNAPSHOT + 2.0.11 diff --git a/samples/kotlin-webmvc/build.gradle b/samples/kotlin-webmvc/build.gradle index c0447267..ff7288b7 100644 --- a/samples/kotlin-webmvc/build.gradle +++ b/samples/kotlin-webmvc/build.gradle @@ -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" @@ -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""" diff --git a/samples/kotlin-webmvc/generated-docs/index.html b/samples/kotlin-webmvc/generated-docs/index.html index dcf90550..9f48703b 100644 --- a/samples/kotlin-webmvc/generated-docs/index.html +++ b/samples/kotlin-webmvc/generated-docs/index.html @@ -1156,7 +1156,7 @@

$ 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"}'
@@ -1399,7 +1399,7 @@

$ 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"}'
@@ -1501,7 +1501,7 @@

$ curl 'http://localhost:8080/items/1' -i -X DELETE \
-    -H 'Authorization: Bearer f0e896b0-5828-408d-b583-c2e467b62f83'
+ -H 'Authorization: Bearer 9a053af6-24a0-43be-b396-856e1dd9de77'
@@ -1999,9 +1999,9 @@

< "unsorted" : true, "empty" : true }, - "offset" : 0, "pageNumber" : 0, "pageSize" : 20, + "offset" : 0, "paged" : true, "unpaged" : false }, diff --git a/samples/kotlin-webmvc/pom.xml b/samples/kotlin-webmvc/pom.xml index 7507b9b0..928d3e02 100644 --- a/samples/kotlin-webmvc/pom.xml +++ b/samples/kotlin-webmvc/pom.xml @@ -13,7 +13,7 @@ capital.scalable spring-auto-restdocs-kotlin-webmvc-example - 2.0.11-SNAPSHOT + 2.0.11 Spring Auto REST Docs Kotlin Web MVC Example Project Example project for Spring Auto REST Docs @@ -34,7 +34,7 @@ UTF-8 2.0.5.RELEASE - 2.0.11-SNAPSHOT + 2.0.11 1.4.0 0.10.1 ${project.build.directory}/generated-javadoc-json diff --git a/samples/pom.xml b/samples/pom.xml index 22df2355..2fe8d4c0 100644 --- a/samples/pom.xml +++ b/samples/pom.xml @@ -6,7 +6,7 @@ capital.scalable spring-auto-restdocs-samples - 2.0.11-SNAPSHOT + 2.0.11 pom diff --git a/samples/shared/pom.xml b/samples/shared/pom.xml index 321ca721..b5c8f56c 100644 --- a/samples/shared/pom.xml +++ b/samples/shared/pom.xml @@ -13,7 +13,7 @@ capital.scalable spring-auto-restdocs-shared-pojos-example - 2.0.11-SNAPSHOT + 2.0.11 Spring Auto REST Docs Shared POJOs Example Project Example project for Shared POJOs inside Spring Auto REST Docs @@ -33,7 +33,7 @@ UTF-8 - 2.0.11-SNAPSHOT + 2.0.11 diff --git a/spring-auto-restdocs-annotations/pom.xml b/spring-auto-restdocs-annotations/pom.xml index 87dbc6d7..c5b56d8c 100644 --- a/spring-auto-restdocs-annotations/pom.xml +++ b/spring-auto-restdocs-annotations/pom.xml @@ -7,7 +7,7 @@ capital.scalable spring-auto-restdocs-parent - 2.0.11-SNAPSHOT + 2.0.11 .. diff --git a/spring-auto-restdocs-core/pom.xml b/spring-auto-restdocs-core/pom.xml index 5da59025..09b90cd8 100644 --- a/spring-auto-restdocs-core/pom.xml +++ b/spring-auto-restdocs-core/pom.xml @@ -7,7 +7,7 @@ capital.scalable spring-auto-restdocs-parent - 2.0.11-SNAPSHOT + 2.0.11 ../pom.xml diff --git a/spring-auto-restdocs-docs/pom.xml b/spring-auto-restdocs-docs/pom.xml index 9786ac53..aa0e1c0a 100644 --- a/spring-auto-restdocs-docs/pom.xml +++ b/spring-auto-restdocs-docs/pom.xml @@ -6,7 +6,7 @@ capital.scalable spring-auto-restdocs-parent - 2.0.11-SNAPSHOT + 2.0.11 .. @@ -18,7 +18,7 @@ ${project.basedir}/../docs - 2.0.10 + 2.0.11 diff --git a/spring-auto-restdocs-dokka-json/pom.xml b/spring-auto-restdocs-dokka-json/pom.xml index 30da7642..6e95ba91 100644 --- a/spring-auto-restdocs-dokka-json/pom.xml +++ b/spring-auto-restdocs-dokka-json/pom.xml @@ -5,7 +5,7 @@ capital.scalable spring-auto-restdocs-parent - 2.0.11-SNAPSHOT + 2.0.11 .. diff --git a/spring-auto-restdocs-json-doclet-jdk9/pom.xml b/spring-auto-restdocs-json-doclet-jdk9/pom.xml index 5d96a1a8..6396718c 100644 --- a/spring-auto-restdocs-json-doclet-jdk9/pom.xml +++ b/spring-auto-restdocs-json-doclet-jdk9/pom.xml @@ -5,7 +5,7 @@ capital.scalable spring-auto-restdocs-parent - 2.0.11-SNAPSHOT + 2.0.11 .. diff --git a/spring-auto-restdocs-json-doclet/pom.xml b/spring-auto-restdocs-json-doclet/pom.xml index e7f05419..b328b83f 100644 --- a/spring-auto-restdocs-json-doclet/pom.xml +++ b/spring-auto-restdocs-json-doclet/pom.xml @@ -5,7 +5,7 @@ capital.scalable spring-auto-restdocs-parent - 2.0.11-SNAPSHOT + 2.0.11 ..