spring-attic / spring-cloud-stream-binder-jms

Other
34 stars 56 forks source link

SI Components are Not Properly Initialized #11

Closed garyrussell closed 7 years ago

garyrussell commented 7 years ago

When running with

SI_FATAL_WHEN_NO_BEANFACTORY=true

in the environment; all the tests fail with

Caused by: java.lang.RuntimeException: All Message creators need a BeanFactory

The factories used to create SI adapters don't inject the ...Aware properties.