Details
-
Improvement
-
Status: Closed
-
Minor
-
Resolution: Complete
-
4.2 M1
-
None
Description
Beans implementing `IntegrationEvaluationContextAware` will expect that the `IntegrationEvaluationContext` is set as part of the bean initialization process.
Due to the current approach of setting the context only in `IntegrationEvaluationContextAwareBeanPostProcessor#afterSingletonsInstantiated`, `afterPropertiesSet()` is called before the initialization takes place.
Reconsider the current approach, to reconcile the need for preventing early `BeanFactory` access with the expectations of `InitializingBean`
Attachments
Issue Links
- is related to
-
INTEXT-175 Upgrading to SI 4.2 causes KafkaProducingMessageHandler initialization to fail
-
- Resolved
-
-
INT-3640 Some components trigger BeanPostProcessorChecker warning "is not eligible for getting processed by all BeanPostProcessors"
-
- Closed
-