-
Notifications
You must be signed in to change notification settings - Fork 139
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Sample code for Spring 2.X is not working since Spring Rest Template is not available in Spring 2.X #21
Comments
what's the alternative for less than spring 3? What client should we use?
UrlConnection?
|
Haven't spent much time on the investigation, it seems |
openzipkin/zipkin-reporter-java#83 is the first part of getting spring 2.x working |
#22 is awaiting a brave release |
ok try it out now and re-open if needed! |
Spring Rest Template is not available until Spring3. While in the sample code
brave-instrument-spring-web
is dependent on Spring Rest Template, more specifically isTracingClientHttpRequestIntercepter
depends onClientHttpRequestInterceptor
The text was updated successfully, but these errors were encountered: