Skip to content

Tags: ticketmaster/java-spring-web

Tags

0.1.1

Toggle 0.1.1's commit message
[maven-release-plugin] copy for tag 0.1.1

release-0.1.1

Toggle release-0.1.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Use webTracingConfiguration as spring properties (opentracing-contrib#61

)

* Use webTracingConfiguration as spring properties

* Add test

* Fix

0.1.0

Toggle 0.1.0's commit message
[maven-release-plugin] copy for tag 0.1.0

release-0.1.0

Toggle release-0.1.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge branch V0.1.0 with OT Java 0.31 (opentracing-contrib#58)

0.0.13

Toggle 0.0.13's commit message
[maven-release-plugin] copy for tag 0.0.13

release-0.0.13

Toggle release-0.0.13's commit message
Make possible to create TracingHandlerInterceptor via spring xml (ope…

…ntracing-contrib#49)

0.0.12

Toggle 0.0.12's commit message
[maven-release-plugin] copy for tag 0.0.12

release-0.0.12

Toggle release-0.0.12's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Define explicit dependency from auto configs on the tracer auto confi…

…guration to avoid ordering issue where instrumentation not added due to Tracer bean not yet being available. This has been an issue since @ConditionalOnBean(Tracer.class) annotations added in 0.0.10. (opentracing-contrib#46)

Signed-off-by: Gary Brown <gary@brownuk.com>

0.0.11

Toggle 0.0.11's commit message
[maven-release-plugin] copy for tag 0.0.11

release-0.0.11

Toggle release-0.0.11's commit message
Fix stackoverflow when no tracer available (so obtains NoopTracer) bu… (

opentracing-contrib#44)

* Fix stackoverflow when no tracer available (so obtains NoopTracer) but a wrapper (via BeanPostProcessor) changes the wired Tracer to the wrapped type, which then gets registered with the GlobalTracer via the TracerRegisterAutoConfiguration - which results in the wrapper wrapping the GlobalTracer as well as being the tracer that it wraps

Signed-off-by: Gary Brown <gary@brownuk.com>

* Address review comments

Signed-off-by: Gary Brown <gary@brownuk.com>

* Test for tracer type

Signed-off-by: Gary Brown <gary@brownuk.com>