Skip to content
This repository was archived by the owner on Feb 23, 2023. It is now read-only.

Commit 493424f

Browse files
committed
Revert "Reuse ConfigurationPropertiesBinder registration infrastructure"
This reverts commit 02d2f3a. See gh-1459
1 parent f6d949b commit 493424f

File tree

3 files changed

+1
-194
lines changed

3 files changed

+1
-194
lines changed

spring-aot/src/main/java/org/springframework/boot/context/properties/ConfigurationPropertiesBinderBeanRegistrationWriterSupplier.java

Lines changed: 0 additions & 88 deletions
This file was deleted.

spring-aot/src/main/resources/META-INF/spring.factories

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,7 @@ org.springframework.context.annotation.CommonAnnotationBeanDefinitionPostProcess
66

77
org.springframework.aot.context.bootstrap.generator.BeanDefinitionExcludeFilter=\
88
org.springframework.aot.context.bootstrap.generator.AnnotationInfrastructureExcludeFilter,\
9-
org.springframework.boot.BootInfrastructureExcludeFilter,\
10-
org.springframework.boot.context.properties.ConfigurationPropertiesBinderBeanRegistrationWriterSupplier
9+
org.springframework.boot.BootInfrastructureExcludeFilter
1110

1211
org.springframework.aot.context.bootstrap.generator.bean.BeanRegistrationWriterSupplier=\
1312
org.springframework.aop.scope.ScopedProxyBeanRegistrationWriterSupplier,\
@@ -16,7 +15,6 @@ org.springframework.boot.actuate.autoconfigure.web.ManagementContextBeanRegistra
1615
org.springframework.boot.autoconfigure.AutoConfigurationPackagesBeanRegistrationWriterSupplier,\
1716
org.springframework.boot.autoconfigure.context.properties.ConfigurationPropertiesBeanRegistrationWriterSupplier,\
1817
org.springframework.boot.context.properties.ConfigurationPropertiesBeanRegistrationWriterSupplier,\
19-
org.springframework.boot.context.properties.ConfigurationPropertiesBinderBeanRegistrationWriterSupplier,\
2018
org.springframework.aot.context.bootstrap.generator.bean.DefaultBeanRegistrationWriterSupplier
2119

2220
org.springframework.aot.context.bootstrap.generator.infrastructure.nativex.BeanFactoryNativeConfigurationProcessor=\

spring-aot/src/test/java/org/springframework/boot/context/properties/ConfigurationPropertiesBinderBeanRegistrationWriterSupplierTests.java

Lines changed: 0 additions & 103 deletions
This file was deleted.

0 commit comments

Comments
 (0)