Anuraag Agrawal
17fa4e9c97
Only apply java-library to projects and configure reactively. ( #2319 )
...
* Use java-library
* Only apply java-library to projects and configure reactively.
* Consistency
* Cleanup
2020-12-17 09:11:44 +09:00
Anuraag Agrawal
8a369e3695
Make public src/main classes final where possible. ( #2309 )
...
* Make public src/main classes final where possible.
* methods
* Spot
2020-12-16 13:13:04 +09:00
Anuraag Agrawal
44186bc110
Suppress checkstyle javadoc check from non-main source sets. ( #2307 )
...
* Suppress checkstyle javadoc check from non-main source sets.
* Update checkstyle-suppressions.xml
2020-12-15 09:39:33 -08:00
Anuraag Agrawal
e802b8ab35
Detect invalid use of makeCurrent in Kotlin coroutine. ( #2227 )
...
* Detect invalid use of makeCurrent in Kotlin coroutine.
* Fix and check suspending function too.
* Newline
* Doc
* Some comments
* teency
2020-12-15 15:09:34 +09:00
Anuraag Agrawal
13e6485a63
Add Context.toString ( #2289 )
2020-12-15 11:57:36 +09:00
Bogdan Drutu
087f58da1d
Remove references to TracingContextUtils ( #2238 )
...
* Remove references to TracingContextUtils
Signed-off-by: Bogdan Drutu <bogdandrutu@gmail.com>
* Update api/trace/src/main/java/io/opentelemetry/api/trace/Tracer.java
Co-authored-by: Anuraag Agrawal <anuraaga@gmail.com>
2020-12-08 16:56:49 -08:00
Bogdan Drutu
67b6339c70
Small nits in api packages ( #2220 )
...
Signed-off-by: Bogdan Drutu <bogdandrutu@gmail.com>
2020-12-07 18:10:58 -08:00
Bogdan Drutu
7460f92bc8
Remove deprecated methods/classes before 1.0 release ( #2205 )
...
Signed-off-by: Bogdan Drutu <bogdandrutu@gmail.com>
2020-12-07 11:33:17 -08:00
Anuraag Agrawal
2770d46191
Add array implementation of Context. ( #2191 )
...
* Add array implementation of Context.
* More test
2020-12-07 12:39:35 +09:00
Anuraag Agrawal
469900eb34
Add a system property that can enable strict context checking for staging environments. ( #2195 )
2020-12-07 12:38:27 +09:00
Bogdan Drutu
26124ad075
Split API packages, move context in the same directory ( #2199 )
...
There are some things left to be done:
* Decide if context package should also be opentelemetry-api-context.
* Cleanup internal packages, things that are used by only one artifact should be moved there.
Signed-off-by: Bogdan Drutu <bogdandrutu@gmail.com>
2020-12-05 08:33:20 -08:00