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
Regular autowire for ControlBusControllerConfiguration
The `ControlBusController` cannot be created without a `FormattingConversionService`.
Therefore, an `ObjectProvider.getObject()` is used.
However, the regular bean method parameter injection does exactly the same with plain auto-wiring type
Copy file name to clipboardExpand all lines: spring-integration-http/src/main/java/org/springframework/integration/http/config/ControlBusControllerConfiguration.java
0 commit comments