Files
spring-cloud-sleuth/spring-cloud-sleuth-stream
Dave Syer 35ba7bab95 Ensure that BPP dependencies are not created too early
The FeignBeanPostProcessor was causing other things to misbehave
by forcing early instantiation of all its dependencies. One of those
is a @MessageEndpoint when Sleuth Stream is in use, and the annotation
wasn't being processed because the bean was processed too early.
2016-03-17 11:29:46 +00:00
..
2015-10-12 11:09:08 +01:00
2016-02-10 19:09:20 +01:00