From a994ac4b1725c0af67f34fa343d582b8ec3d83bb Mon Sep 17 00:00:00 2001 From: Song Minsang <31n5ang@gmail.com> Date: Sun, 24 Aug 2025 14:47:46 +0900 Subject: [PATCH 1/8] Add Gradle dependency example to Getting Started docs #94 --- src/docs/asciidoc/v4/getting-started.adoc | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/src/docs/asciidoc/v4/getting-started.adoc b/src/docs/asciidoc/v4/getting-started.adoc index 08fcd18..ae89711 100644 --- a/src/docs/asciidoc/v4/getting-started.adoc +++ b/src/docs/asciidoc/v4/getting-started.adoc @@ -3,6 +3,7 @@ For the integration between spring-boot and swagger-ui, add the library to the list of your project dependencies (No additional configuration is needed) +=== Maven [source,xml, subs="attributes+"] ---- @@ -12,6 +13,16 @@ For the integration between spring-boot and swagger-ui, add the library to the l ---- +=== Gradle +[source,gradle, subs="attributes+"] +implementation 'org.springdoc:springdoc-openapi-starter-webmvc-ui:{springdoc-upcoming-version}' + + +For example, using version 2.8.11: +[source,gradle] +---- +implementation 'org.springdoc:springdoc-openapi-starter-webmvc-ui:2.8.11' +---- This will automatically deploy swagger-ui to a spring-boot application: @@ -43,4 +54,4 @@ springdoc.swagger-ui.path=/swagger-ui.html -++++ \ No newline at end of file +++++ From 5968981c878e062f5a6034b4d8242e9b27a0224a Mon Sep 17 00:00:00 2001 From: "Badr.NassLahsen" Date: Mon, 1 Sep 2025 17:51:58 +0200 Subject: [PATCH 2/8] update 2.8.12 --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index e87fac4..938faa3 100644 --- a/pom.xml +++ b/pom.xml @@ -9,7 +9,7 @@ 3.1.2-SNAPSHOT - 2.8.11 + 2.8.12 1.8.0 3.0.0-M1 1.8 From 2090c0318ef5fe5a890a9b8c70a19b9b297d6ae9 Mon Sep 17 00:00:00 2001 From: "Badr.NassLahsen" Date: Mon, 1 Sep 2025 17:52:20 +0200 Subject: [PATCH 3/8] update 2.8.12 --- docs/faq.html | 2 +- docs/getting-started.html | 2 +- docs/index.html | 16 ++++++++-------- docs/migrating-from-springfox.html | 2 +- docs/modules.html | 6 +++--- 5 files changed, 14 insertions(+), 14 deletions(-) diff --git a/docs/faq.html b/docs/faq.html index 042567c..6a111c7 100644 --- a/docs/faq.html +++ b/docs/faq.html @@ -2010,7 +2010,7 @@

springdoc-openapi 2.x is compatible with spring-boot 3.

-

In general, you should only pick the last stable version as per today 2.8.11.

+

In general, you should only pick the last stable version as per today 2.8.12.

More precisely, this the exhaustive list of spring-boot versions against which springdoc-openapi has been built:

diff --git a/docs/getting-started.html b/docs/getting-started.html index 4c026c6..2e25169 100644 --- a/docs/getting-started.html +++ b/docs/getting-started.html @@ -40,7 +40,7 @@

Getting S
   <dependency>
       <groupId>org.springdoc</groupId>
       <artifactId>springdoc-openapi-starter-webmvc-ui</artifactId>
-      <version>2.8.11</version>
+      <version>2.8.12</version>
    </dependency>

diff --git a/docs/index.html b/docs/index.html index 767ebcb..e1de840 100644 --- a/docs/index.html +++ b/docs/index.html @@ -18,7 +18,7 @@ -springdoc-openapi v2.8.11 +springdoc-openapi v2.8.12