Skip to content

Commit 84e2049

Browse files
committed
Merge branch '3.3.x'
2 parents 7bbb500 + fd58261 commit 84e2049

File tree

2 files changed

+4
-4
lines changed
  • spring-boot-project/spring-boot-tools

2 files changed

+4
-4
lines changed

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

139139
| `pullPolicy`
140140
| `--pullPolicy`
141-
| javadoc:org.springframework.boot.buildpack.platform.build.PullPolicy[Policy] used to determine when to pull the builder and run images from the registry.
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.
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-
| javadoc:org.springframework.boot.buildpack.platform.docker.type.ImageName#of-java.lang.String-[Image name] for the generated image.
152+
| xref:api:java/org/springframework/boot/buildpack/platform/docker/type/ImageReference.html#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-
| javadoc:org.springframework.boot.buildpack.platform.build.PullPolicy[Policy] used to determine when to pull the builder and run images from the registry.
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.
159159
Acceptable values are `ALWAYS`, `NEVER`, and `IF_NOT_PRESENT`.
160160
| `ALWAYS`
161161

0 commit comments

Comments
 (0)