spring-boot/spring-boot-project/spring-boot-actuator-autoco...
Stephane Nicoll 430571b37b Perform binding at creation time if possible
Previously, environment binding always happened in a post processor once
the bean has been created. Constructor binding requires to perform the
binding at creating time so this commit performs binding at creation
time if possible.

When this happens, a special `ConfigurationPropertiesBeanDefinition` is
created with a supplier that invokes the binder. To avoid a case where
a bean is processed twice, the post-processor now ignores any bean that
has already been bound to the environment.

Closes gh-8762

Co-authored-by: Madhura Bhave <mbhave@pivotal.io>
2019-03-08 15:50:44 +01:00
..
src Perform binding at creation time if possible 2019-03-08 15:50:44 +01:00
pom.xml Upgrade to Jersey 2.28 2019-03-06 12:58:35 +00:00