From 92329f3736079a760f6b01d04d64264f7eb65c06 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 10 Apr 2026 10:35:35 +0000 Subject: [PATCH 1/4] Bump @springio/antora-extensions from 1.14.10 to 1.14.11 in /docs Bumps [@springio/antora-extensions](https://github.com/spring-io/antora-extensions) from 1.14.10 to 1.14.11. - [Changelog](https://github.com/spring-io/antora-extensions/blob/main/CHANGELOG.adoc) - [Commits](https://github.com/spring-io/antora-extensions/compare/v1.14.10...v1.14.11) --- updated-dependencies: - dependency-name: "@springio/antora-extensions" dependency-version: 1.14.11 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- docs/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/package.json b/docs/package.json index a62e4242..bafa987d 100644 --- a/docs/package.json +++ b/docs/package.json @@ -4,7 +4,7 @@ "@antora/atlas-extension": "1.0.0-alpha.5", "@antora/collector-extension": "1.0.3", "@asciidoctor/tabs": "1.0.0-beta.6", - "@springio/antora-extensions": "1.14.10", + "@springio/antora-extensions": "1.14.11", "@springio/asciidoctor-extensions": "1.0.0-alpha.18" } } From c7d49226354351c6ab364ccf4b31273299d90c26 Mon Sep 17 00:00:00 2001 From: Ryan Baxter Date: Tue, 5 May 2026 09:54:38 -0400 Subject: [PATCH 2/4] Bump Spring Boot to 3.5.15-SNAPSHOT --- pom.xml | 2 +- spring-cloud-build-dependencies/pom.xml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/pom.xml b/pom.xml index 026279fe..adc1a9bf 100644 --- a/pom.xml +++ b/pom.xml @@ -28,7 +28,7 @@ ${java.version} ${basedir} ${project.artifactId} - 3.5.13 + 3.5.15-SNAPSHOT 4.3.4-SNAPSHOT 1.9.25 ${project.build.directory}/build-docs diff --git a/spring-cloud-build-dependencies/pom.xml b/spring-cloud-build-dependencies/pom.xml index aa289aa1..127b7cb4 100644 --- a/spring-cloud-build-dependencies/pom.xml +++ b/spring-cloud-build-dependencies/pom.xml @@ -14,12 +14,12 @@ org.springframework.boot spring-boot-dependencies - 3.5.13 + 3.5.15-SNAPSHOT UTF-8 - 3.5.13 + 3.5.15-SNAPSHOT 4.12.0 3.2.8 0.7.0 From 77b332710bfa14aeb552718cf8c0f10b65bb37b4 Mon Sep 17 00:00:00 2001 From: Ryan Baxter Date: Fri, 15 May 2026 16:59:27 -0400 Subject: [PATCH 3/4] Upgrade node version to v22.22.0 --- docs/package.json | 2 +- pom.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/package.json b/docs/package.json index bafa987d..209ff832 100644 --- a/docs/package.json +++ b/docs/package.json @@ -1,6 +1,6 @@ { "dependencies": { - "antora": "3.2.0-alpha.11", + "antora": "3.2.0-alpha.12", "@antora/atlas-extension": "1.0.0-alpha.5", "@antora/collector-extension": "1.0.3", "@asciidoctor/tabs": "1.0.0-beta.6", diff --git a/pom.xml b/pom.xml index adc1a9bf..861c95a5 100644 --- a/pom.xml +++ b/pom.xml @@ -140,7 +140,7 @@ package 0.0.4 1.0.0-alpha.5 - v16.20.2 + v22.22.0 prepare-package prepare-package generate-resources From e4e3763b8ffa6b41ff3257ab90961d75452f6059 Mon Sep 17 00:00:00 2001 From: Jonatan Ivanov Date: Wed, 27 May 2026 14:46:32 -0700 Subject: [PATCH 4/4] Add command to generate the docs site --- docs/modules/ROOT/partials/building.adoc | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/docs/modules/ROOT/partials/building.adoc b/docs/modules/ROOT/partials/building.adoc index 7fe1576e..e33bb7af 100644 --- a/docs/modules/ROOT/partials/building.adoc +++ b/docs/modules/ROOT/partials/building.adoc @@ -42,6 +42,13 @@ parsing or rendering it, just copying it to `${main.basedir}` any changes in the README it will then show up after a Maven build as a modified file in the correct place. Just commit it and push the change. +You can generate the docs site using the following command: + +[indent=0] +---- + ./mvnw -pl docs -P docs antora:antora +---- + [[working-with-the-code]] == Working with the code If you don't have an IDE preference we would recommend that you use