Skip to content
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

Closed
garymabin opened this issue Nov 28, 2017 · 5 comments

Comments

@garymabin
Copy link

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 is TracingClientHttpRequestIntercepter depends on ClientHttpRequestInterceptor

@codefromthecrypt
Copy link
Member

codefromthecrypt commented Nov 28, 2017 via email

@garymabin
Copy link
Author

garymabin commented Nov 28, 2017

Haven't spent much time on the investigation, it seems spring rest template is quite independent, so my solution is just copy spring rest template from Spring 3+ and makes it a private library. Probably what is needed here is to give some instructions for those who want to trace their Spring 2.X application.

@codefromthecrypt
Copy link
Member

openzipkin/zipkin-reporter-java#83 is the first part of getting spring 2.x working

@codefromthecrypt
Copy link
Member

#22 is awaiting a brave release

codefromthecrypt pushed a commit to openzipkin/brave that referenced this issue Dec 13, 2017
@codefromthecrypt
Copy link
Member

ok try it out now and re-open if needed!

thgoexpt added a commit to thgoexpt/Java-distributed-tracing-implementation that referenced this issue Apr 7, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants