Skip to content

Commit 32c9bbe

Browse files
committed
Revert incorrect change
See #46505 (comment) Signed-off-by: Johnny Lim <[email protected]>
1 parent 3b2a16b commit 32c9bbe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

documentation/spring-boot-docs/src/docs/antora/modules/reference/pages/features/external-config.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1173,7 +1173,7 @@ Beans used for property conversion are requested very early during the applicati
11731173
Typically, any dependency that you require may not be fully initialized at creation time.
11741174
====
11751175

1176-
TIP: You may want to rename your custom javadoc:org.springframework.core.convert.ConversionService[] if it is not required for configuration keys coercion and only relies on custom converters qualified with javadoc:org.springframework.boot.context.properties.ConfigurationPropertiesBinding[format=annotation].
1176+
TIP: You may want to rename your custom javadoc:org.springframework.core.convert.ConversionService[] if it is not required for configuration keys coercion and only rely on custom converters qualified with javadoc:org.springframework.boot.context.properties.ConfigurationPropertiesBinding[format=annotation].
11771177
When qualifying a `@Bean` method with `@ConfigurationPropertiesBinding`, the method should be `static` to avoid "`bean is not eligible for getting processed by all BeanPostProcessors`" warnings.
11781178

11791179

0 commit comments

Comments
 (0)