You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
When GenericScope#destroy is executed, it checks the execution result of the bean's destroy callback and records exceptions in the errors map. However, during lazy loading of the bean, the result of bean loading is not checked. Shouldn't we also record bean loading failures in the errors map?
Additionally, can we add an eager switch for refreshing, similar to ConfigurationProperties, to immediately create the bean after destruction? This way, we can determine the refresh result of the bean earlier.
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
When
GenericScope#destroy
is executed, it checks the execution result of the bean's destroy callback and records exceptions in theerrors
map. However, during lazy loading of the bean, the result of bean loading is not checked. Shouldn't we also record bean loading failures in theerrors
map?Additionally, can we add an eager switch for refreshing, similar to ConfigurationProperties, to immediately create the bean after destruction? This way, we can determine the refresh result of the bean earlier.
The text was updated successfully, but these errors were encountered: