On startup a bean will be bound by the ConfigurationPropertiesBindingPostProcessor and then initialized by the ApplicationContext. The ConfigurationPropertiesRebinder does the binding but not the initialization (until this change). Fixes gh-80
On startup a bean will be bound by the ConfigurationPropertiesBindingPostProcessor and then initialized by the ApplicationContext. The ConfigurationPropertiesRebinder does the binding but not the initialization (until this change). Fixes gh-80