Lauri Tulmin
|
3fbacb70fd
|
Don't include caffeine3 in instrumentation-api (#4466)
|
2021-10-25 20:37:44 -07:00 |
Trask Stalnaker
|
e9022da102
|
Remove unshaded javax.annotation classes from bootstrap class loader (#4454)
* Fix shading
* Revert "Fix shading"
This reverts commit 2aad3cfe21 .
* Make javax.annotations compileOnly
* Replace checker GuardedBy with otel api internal GuardedBy
* Fix build
* Fix errorprone failures
* Remove extra newline
* Move internal GuardedBy to instrumentation-api
* empty commit
* empty commit
|
2021-10-21 14:47:50 -07:00 |
Martin
|
ac91dc090a
|
Type annotation placement (#4406)
* switch annotation `org.checkerframework.checker.nullness.qual.Nullable` to `javax.annotation.Nullable`
* code format
|
2021-10-17 17:38:43 -07:00 |
Lauri Tulmin
|
8c8eb3ddea
|
Use caffeine3 on jdk11 and caffeine2 on older jdks (#4154)
* Use caffeine3 on jdk11 and caffein2 on older jdks
* ignore caffeine3 classes on java 8
* Update dependencyManagement/build.gradle.kts
Co-authored-by: Mateusz Rzeszutek <mrzeszutek@splunk.com>
Co-authored-by: Mateusz Rzeszutek <mrzeszutek@splunk.com>
|
2021-09-21 14:04:09 -07:00 |
Mateusz Rzeszutek
|
c1b5c0884d
|
Move caffeine patching to instrumentation-api-caching (#3559)
|
2021-07-14 13:59:50 +02:00 |
Trask Stalnaker
|
0299428017
|
Fix maven packaging for instrumentation-api-caching (#3471)
* Fix maven packaging for instrumentation-api-caching
* Use new shadow pattern
|
2021-07-05 23:14:48 -07:00 |
Anuraag Agrawal
|
93632d3f27
|
Rename instrumentation-api builds to kotlin (#3446)
* Rename instrumentation-api builds to kotlin
* Migrate
* Small cleanup
|
2021-06-30 19:20:55 +09:00 |