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 |
Anuraag Agrawal
|
d53e62b4dc
|
Remove noShadowPublish (#3426)
|
2021-06-29 16:55:53 +09:00 |
Anuraag Agrawal
|
785dc6adf2
|
Rename build files to build.gradle (#3409)
* Rename build files to build.gradle
* Rename smoke-tests
* Fix already broken
|
2021-06-25 16:10:31 +09:00 |
Anuraag Agrawal
|
deb0e255cf
|
Use plugins block everywhere for applying plugins (#3386)
* Use plugins block everywhere for applying plugins
* Actually it's library instrumentation
|
2021-06-24 11:13:35 +09:00 |
Anuraag Agrawal
|
a818f14957
|
Migrate publish.gradle to convention plugin (#3312)
* Migrate publish.gradle to convention plugin
* Migrate usages of publish.gradle
* Remove publish.gradle
* Newline
|
2021-06-15 22:12:48 +09:00 |
Anuraag Agrawal
|
224dc51e93
|
Migrate java.gradle to conventions plugin (#3289)
* Migrate java.gradle to convention plugin.
* Switch to java-conventions
* Remove old file
* Fix
* Fix merge
* Missing paragraph
Co-authored-by: Trask Stalnaker <trask.stalnaker@gmail.com>
|
2021-06-15 08:10:39 +09:00 |
Anuraag Agrawal
|
c3dedbb64e
|
Enable all errorprone checks (#3155)
* Enable all errorprone checks
* Fixes
* Finish
* Finish
* Add flag to disable error prone
|
2021-06-01 17:41:08 +09:00 |
Anuraag Agrawal
|
c358a35414
|
Use dependency management pattern for dependency versions (#3113)
* Use dependency management pattern for dependency versions.
* Add groovy bom too
* Update dependencyManagement/dependencyManagement.gradle.kts
Co-authored-by: Trask Stalnaker <trask.stalnaker@gmail.com>
Co-authored-by: Trask Stalnaker <trask.stalnaker@gmail.com>
|
2021-05-28 11:32:08 +09:00 |
Lauri Tulmin
|
313f8e1fb8
|
Fix memory leak on netty (#3059)
|
2021-05-24 20:32:19 -07:00 |
Anuraag Agrawal
|
28b1aa386b
|
Use direct caffeine executor. (#2632)
|
2021-03-25 19:02:58 -07:00 |
Anuraag Agrawal
|
79d7e88e53
|
Use Caffeine for weak maps (#2601)
* Caffeine weakmap
* Use Caffeine for weak maps
* Drift
* Drift
* Remove weak-lock-free
* Update licenses
* Fix bug
* Restore weaklockfree
* Clean
* Fixes
* Inline expunction
* Synchronized
* More comment
* Fix shading
* Executor
* computeIfAbsent and delete unused.
* Fix license report
|
2021-03-24 17:12:26 +09:00 |
Anuraag Agrawal
|
682dd10a6e
|
Fix shading of caching artifact. (#2523)
|
2021-03-08 13:32:20 +09:00 |
Anuraag Agrawal
|
d7f8967ff6
|
Add a caching API based on caffeine for use from instrumentation, not just javaagent (#2477)
* Add caching API
* Finish
* javadoc
* Extract dep
* git add
* Drift
* Spotbugs
* checkstyle
* Fix package
* Test Caffeine patch
|
2021-03-05 17:57:23 +09:00 |