From 0f94c4a7b31005810bc43dfef6cb204674ebddc8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C5=81ukasz=20Jerna=C5=9B?= Date: Tue, 12 Aug 2025 12:03:35 +0200 Subject: [PATCH] Fix docs kotlin configuration metadata location MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Łukasz Jernaś --- .../automaticmetadatageneration/MyMessagingProperties.kt | 2 +- .../automaticmetadatageneration/MyServerProperties.kt | 2 +- .../nestedproperties/MyServerProperties.kt | 2 +- .../configurationmetadata/format/property/MyProperties.kt | 2 +- .../configurationmetadata/manualhints/valuehint/MyProperties.kt | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) rename spring-boot-project/spring-boot-docs/src/main/kotlin/org/springframework/boot/docs/{ => appendix}/configurationmetadata/annotationprocessor/automaticmetadatageneration/MyMessagingProperties.kt (89%) rename spring-boot-project/spring-boot-docs/src/main/kotlin/org/springframework/boot/docs/{ => appendix}/configurationmetadata/annotationprocessor/automaticmetadatageneration/MyServerProperties.kt (89%) rename spring-boot-project/spring-boot-docs/src/main/kotlin/org/springframework/boot/docs/{ => appendix}/configurationmetadata/annotationprocessor/automaticmetadatageneration/nestedproperties/MyServerProperties.kt (86%) rename spring-boot-project/spring-boot-docs/src/main/kotlin/org/springframework/boot/docs/{ => appendix}/configurationmetadata/format/property/MyProperties.kt (92%) rename spring-boot-project/spring-boot-docs/src/main/kotlin/org/springframework/boot/docs/{ => appendix}/configurationmetadata/manualhints/valuehint/MyProperties.kt (89%) diff --git a/spring-boot-project/spring-boot-docs/src/main/kotlin/org/springframework/boot/docs/configurationmetadata/annotationprocessor/automaticmetadatageneration/MyMessagingProperties.kt b/spring-boot-project/spring-boot-docs/src/main/kotlin/org/springframework/boot/docs/appendix/configurationmetadata/annotationprocessor/automaticmetadatageneration/MyMessagingProperties.kt similarity index 89% rename from spring-boot-project/spring-boot-docs/src/main/kotlin/org/springframework/boot/docs/configurationmetadata/annotationprocessor/automaticmetadatageneration/MyMessagingProperties.kt rename to spring-boot-project/spring-boot-docs/src/main/kotlin/org/springframework/boot/docs/appendix/configurationmetadata/annotationprocessor/automaticmetadatageneration/MyMessagingProperties.kt index c2c05a46ab20..84bccdaad4fa 100644 --- a/spring-boot-project/spring-boot-docs/src/main/kotlin/org/springframework/boot/docs/configurationmetadata/annotationprocessor/automaticmetadatageneration/MyMessagingProperties.kt +++ b/spring-boot-project/spring-boot-docs/src/main/kotlin/org/springframework/boot/docs/appendix/configurationmetadata/annotationprocessor/automaticmetadatageneration/MyMessagingProperties.kt @@ -14,7 +14,7 @@ * limitations under the License. */ -package org.springframework.boot.docs.configurationmetadata.annotationprocessor.automaticmetadatageneration +package org.springframework.boot.docs.appendix.configurationmetadata.annotationprocessor.automaticmetadatageneration import org.springframework.boot.context.properties.ConfigurationProperties import java.util.Arrays diff --git a/spring-boot-project/spring-boot-docs/src/main/kotlin/org/springframework/boot/docs/configurationmetadata/annotationprocessor/automaticmetadatageneration/MyServerProperties.kt b/spring-boot-project/spring-boot-docs/src/main/kotlin/org/springframework/boot/docs/appendix/configurationmetadata/annotationprocessor/automaticmetadatageneration/MyServerProperties.kt similarity index 89% rename from spring-boot-project/spring-boot-docs/src/main/kotlin/org/springframework/boot/docs/configurationmetadata/annotationprocessor/automaticmetadatageneration/MyServerProperties.kt rename to spring-boot-project/spring-boot-docs/src/main/kotlin/org/springframework/boot/docs/appendix/configurationmetadata/annotationprocessor/automaticmetadatageneration/MyServerProperties.kt index 296d06c9f290..68674bde935f 100644 --- a/spring-boot-project/spring-boot-docs/src/main/kotlin/org/springframework/boot/docs/configurationmetadata/annotationprocessor/automaticmetadatageneration/MyServerProperties.kt +++ b/spring-boot-project/spring-boot-docs/src/main/kotlin/org/springframework/boot/docs/appendix/configurationmetadata/annotationprocessor/automaticmetadatageneration/MyServerProperties.kt @@ -14,7 +14,7 @@ * limitations under the License. */ -package org.springframework.boot.docs.configurationmetadata.annotationprocessor.automaticmetadatageneration +package org.springframework.boot.docs.appendix.configurationmetadata.annotationprocessor.automaticmetadatageneration import org.springframework.boot.context.properties.ConfigurationProperties diff --git a/spring-boot-project/spring-boot-docs/src/main/kotlin/org/springframework/boot/docs/configurationmetadata/annotationprocessor/automaticmetadatageneration/nestedproperties/MyServerProperties.kt b/spring-boot-project/spring-boot-docs/src/main/kotlin/org/springframework/boot/docs/appendix/configurationmetadata/annotationprocessor/automaticmetadatageneration/nestedproperties/MyServerProperties.kt similarity index 86% rename from spring-boot-project/spring-boot-docs/src/main/kotlin/org/springframework/boot/docs/configurationmetadata/annotationprocessor/automaticmetadatageneration/nestedproperties/MyServerProperties.kt rename to spring-boot-project/spring-boot-docs/src/main/kotlin/org/springframework/boot/docs/appendix/configurationmetadata/annotationprocessor/automaticmetadatageneration/nestedproperties/MyServerProperties.kt index 045b198b42ff..24705419da21 100644 --- a/spring-boot-project/spring-boot-docs/src/main/kotlin/org/springframework/boot/docs/configurationmetadata/annotationprocessor/automaticmetadatageneration/nestedproperties/MyServerProperties.kt +++ b/spring-boot-project/spring-boot-docs/src/main/kotlin/org/springframework/boot/docs/appendix/configurationmetadata/annotationprocessor/automaticmetadatageneration/nestedproperties/MyServerProperties.kt @@ -14,7 +14,7 @@ * limitations under the License. */ -package org.springframework.boot.docs.configurationmetadata.annotationprocessor.automaticmetadatageneration.nestedproperties +package org.springframework.boot.docs.appendix.configurationmetadata.annotationprocessor.automaticmetadatageneration.nestedproperties import org.springframework.boot.context.properties.ConfigurationProperties diff --git a/spring-boot-project/spring-boot-docs/src/main/kotlin/org/springframework/boot/docs/configurationmetadata/format/property/MyProperties.kt b/spring-boot-project/spring-boot-docs/src/main/kotlin/org/springframework/boot/docs/appendix/configurationmetadata/format/property/MyProperties.kt similarity index 92% rename from spring-boot-project/spring-boot-docs/src/main/kotlin/org/springframework/boot/docs/configurationmetadata/format/property/MyProperties.kt rename to spring-boot-project/spring-boot-docs/src/main/kotlin/org/springframework/boot/docs/appendix/configurationmetadata/format/property/MyProperties.kt index 188c9f5b59be..53eee9a578ad 100644 --- a/spring-boot-project/spring-boot-docs/src/main/kotlin/org/springframework/boot/docs/configurationmetadata/format/property/MyProperties.kt +++ b/spring-boot-project/spring-boot-docs/src/main/kotlin/org/springframework/boot/docs/appendix/configurationmetadata/format/property/MyProperties.kt @@ -14,7 +14,7 @@ * limitations under the License. */ -package org.springframework.boot.docs.configurationmetadata.format.property +package org.springframework.boot.docs.appendix.configurationmetadata.format.property import org.springframework.boot.context.properties.ConfigurationProperties import org.springframework.boot.context.properties.DeprecatedConfigurationProperty diff --git a/spring-boot-project/spring-boot-docs/src/main/kotlin/org/springframework/boot/docs/configurationmetadata/manualhints/valuehint/MyProperties.kt b/spring-boot-project/spring-boot-docs/src/main/kotlin/org/springframework/boot/docs/appendix/configurationmetadata/manualhints/valuehint/MyProperties.kt similarity index 89% rename from spring-boot-project/spring-boot-docs/src/main/kotlin/org/springframework/boot/docs/configurationmetadata/manualhints/valuehint/MyProperties.kt rename to spring-boot-project/spring-boot-docs/src/main/kotlin/org/springframework/boot/docs/appendix/configurationmetadata/manualhints/valuehint/MyProperties.kt index 0c1450bedc23..8e00b2c2abb3 100644 --- a/spring-boot-project/spring-boot-docs/src/main/kotlin/org/springframework/boot/docs/configurationmetadata/manualhints/valuehint/MyProperties.kt +++ b/spring-boot-project/spring-boot-docs/src/main/kotlin/org/springframework/boot/docs/appendix/configurationmetadata/manualhints/valuehint/MyProperties.kt @@ -14,7 +14,7 @@ * limitations under the License. */ -package org.springframework.boot.docs.configurationmetadata.manualhints.valuehint +package org.springframework.boot.docs.appendix.configurationmetadata.manualhints.valuehint import org.springframework.boot.context.properties.ConfigurationProperties