Skip to content
This repository was archived by the owner on May 14, 2025. It is now read-only.

Commit c6efe32

Browse files
committed
Revert "Fix broken snippets doc generation"
This reverts commit 2d48e93.
1 parent 2d48e93 commit c6efe32

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

spring-cloud-dataflow-classic-docs/src/test/java/org/springframework/cloud/dataflow/server/rest/documentation/AppRegistryDocumentation.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -174,7 +174,6 @@ public void getSingleApplication() throws Exception {
174174
fieldWithPath("version").description("The version of the application"),
175175
fieldWithPath("versions").description("All the registered versions of the application"),
176176
fieldWithPath("defaultVersion").description("If true, the application is the default version"),
177-
fieldWithPath("bootVersion").description("The version of Spring Boot the application targets (2, 3)"),
178177
subsectionWithPath("options").description("The options of the application (Array)"),
179178
fieldWithPath("shortDescription").description("The description of the application"),
180179
fieldWithPath("inboundPortNames").description("Inbound port names of the application"),

spring-cloud-dataflow-classic-docs/src/test/java/org/springframework/cloud/dataflow/server/rest/documentation/StreamDefinitionsDocumentation.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,6 @@ public void getStreamApplications() throws Exception {
160160
fieldWithPath("[].uri").description("The uri of the application"),
161161
fieldWithPath("[].version").description("The version of the application"),
162162
fieldWithPath("[].defaultVersion").description("If true, the application is the default version"),
163-
fieldWithPath("[].bootVersion").description("The version of Spring Boot the application targets (2, 3)"),
164163
fieldWithPath("[].versions").description("All the registered versions of the application"),
165164
fieldWithPath("[]._links.self.href").description("Link to the application resource")
166165
)));

0 commit comments

Comments
 (0)