0f7488f84c4bd2d098a30a7d5af2b5c1e6d452ea
Spring Boot `@AutoConfiguration` comes now with a `proxyBeanMethods = false`, so we cannot call bean methods within the same configuration class. * Rework `HeaderEnricherFunctionConfiguration` for bean methods autowiring * Create an `ExpressionEvaluatingHeaderValueMessageProcessor` instances directly in the `headerEnricher` bean definition and propagate an injected `BeanFactory` * Re-enable disabled tests Fixes #369
Description
No description provided
Languages
Java
100%