Skip to content

Commit 7bbb500

Browse files
committed
Merge branch '3.3.x'
2 parents 575abf7 + b63e1e7 commit 7bbb500

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

spring-boot-project/spring-boot-dependencies/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1780,7 +1780,7 @@ bom {
17801780
links {
17811781
site("https://spring.io/projects/spring-boot")
17821782
github("https://github.com/spring-projects/spring-boot")
1783-
javadoc("https://docs.spring.io/spring-boot/docs/{version}/api")
1783+
javadoc("https://docs.spring.io/spring-boot/docs/{version}/api/java")
17841784
docs("https://docs.spring.io/spring-boot/docs/{version}/reference/htmlsingle")
17851785
releaseNotes("https://github.com/spring-projects/spring-boot/releases/tag/v{version}")
17861786
add("layers-xsd") { version -> "layers-xsd: https://www.springframework.org/schema/boot/layers/layers-%s.%s.xsd"

spring-boot-project/spring-boot-tools/spring-boot-gradle-plugin/src/docs/antora/modules/gradle-plugin/pages/packaging-oci-image.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -133,12 +133,12 @@ The following table summarizes the available properties and their default values
133133

134134
| `imageName`
135135
| `--imageName`
136-
| xref:api:java/org/springframework/boot/buildpack/platform/docker/type/ImageReference.html#of-java.lang.String-[Image name] for the generated image.
136+
| javadoc:org.springframework.boot.buildpack.platform.docker.type.ImageReference#of-java.lang.String-[Image name] for the generated image.
137137
| `docker.io/library/${project.name}:${project.version}`
138138

139139
| `pullPolicy`
140140
| `--pullPolicy`
141-
| xref:api:java/org/springframework/boot/buildpack/platform/build/PullPolicy.html[Policy] used to determine when to pull the builder and run images from the registry.
141+
| javadoc:org.springframework.boot.buildpack.platform.build.PullPolicy[Policy] used to determine when to pull the builder and run images from the registry.
142142
Acceptable values are `ALWAYS`, `NEVER`, and `IF_NOT_PRESENT`.
143143
| `ALWAYS`
144144

spring-boot-project/spring-boot-tools/spring-boot-maven-plugin/src/docs/antora/modules/maven-plugin/pages/build-image.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -149,13 +149,13 @@ The following table summarizes the available parameters and their default values
149149

150150
| `name` +
151151
(`spring-boot.build-image.imageName`)
152-
| xref:api:java/org/springframework/boot/buildpack/platform/docker/type/ImageReference.html#of-java.lang.String-[Image name] for the generated image.
152+
| javadoc:org.springframework.boot.buildpack.platform.docker.type.ImageName#of-java.lang.String-[Image name] for the generated image.
153153
| `docker.io/library/` +
154154
`${project.artifactId}:${project.version}`
155155

156156
| `pullPolicy` +
157157
(`spring-boot.build-image.pullPolicy`)
158-
| xref:api:java/org/springframework/boot/buildpack/platform/build/PullPolicy.html[Policy] used to determine when to pull the builder and run images from the registry.
158+
| javadoc:org.springframework.boot.buildpack.platform.build.PullPolicy[Policy] used to determine when to pull the builder and run images from the registry.
159159
Acceptable values are `ALWAYS`, `NEVER`, and `IF_NOT_PRESENT`.
160160
| `ALWAYS`
161161

0 commit comments

Comments
 (0)