Skip to content

Tritium 0.11.0-rc1

Pre-release
Pre-release
Compare
Choose a tag to compare
@schlosna schlosna released this 17 Oct 17:32
· 1795 commits to develop since this release
Migrate from remoting3 to tracing-java (#100)

* Remove remoting3 dependency and pick up rebranded tracing-java change.
* Split tracing-api & tracing implementation dependency
* Add tracing sanity check for legacy remoting3
Log error and fallback to remoting3 tracing if the detected remoting3 tracer does not delegate to java-tracing properly.
* Use reflection for remoting3 tracing fallback
* Extract Tracer interface, java-tracing and reflective implementations
* TracingInvocationEventHandler factory