Files
spring-cloud-sleuth/spring-cloud-sleuth-core
Marcin Grzejszczak e1088f5700 Lazy rest template interceptor injection
without this change there was a ciruclar dependency between rest template, rest template builder creation and instrumentation
with this change, in the post construct phase we're setting values for rest template lazilly

fixes gh-852
2018-02-12 11:07:22 +01:00
..