Jay DeLuca
|
712e0a7acc
|
Remove todo assignment (#12884)
|
2024-12-12 12:39:33 -08:00 |
Gregor Zeitlinger
|
749fafaea8
|
enforce static imports (#12009)
|
2024-08-21 10:40:50 -07:00 |
renovate[bot]
|
331aa86574
|
Update dependency checkstyle to v8.45.1 (#9109)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Trask Stalnaker <trask.stalnaker@gmail.com>
|
2023-08-01 20:36:20 -07:00 |
Trask Stalnaker
|
93175522d4
|
Rename kafka propagation setting and clarify behavior (#6957)
|
2022-10-24 08:49:48 -07:00 |
Trask Stalnaker
|
c1c108c870
|
Remove checkstyle CommentsIndentation (#6219)
|
2022-06-27 10:45:55 +03:00 |
Trask Stalnaker
|
400bd5af3f
|
Update log4j package names (#5978)
|
2022-05-05 08:39:21 -07:00 |
Anuraag Agrawal
|
487a01eb3e
|
Update Gradle and build dependencies (#5531)
|
2022-03-09 09:09:20 -08:00 |
Trask Stalnaker
|
3ab1b8516f
|
Add markdown spell check (#5450)
* Add markdown link check
* Fix links
* update workflows
* move comment
* Add misspell check
* Fix misspellings
* Fix more misspellings
* Run against all files
* Spotless
|
2022-03-01 19:18:53 -08:00 |
Trask Stalnaker
|
a1f08494e6
|
Verify System.out.printlns using checkstyle (#4933)
* Verify System.out.printlns using checkstyle
* Add more patterns
* Only flag no-arg printStackTrace
|
2021-12-20 10:23:53 +09:00 |
Trask Stalnaker
|
88f11d0525
|
Update log4j library base version (#4914)
* Update log4j-2.7 javaagent instrumentation to match up through 2.15.0
* Rename log4j 2.13.2 to 2.16
* Update one more location
|
2021-12-15 20:47:26 -08:00 |
Nikita Salnikov-Tarnovski
|
821a4b870b
|
Drop instrumentation-api-caching module and move weak cache implementation to instrumentation-api (#4667)
* Drop instrumentation-api-caching module and move weak cache implementation to instrumentation-api
* Some test fixes
* Some cleanup
* Temporary workaround for using weak values in FutureListenerWrappers
* Spotless
* Update ClassNames and SpanNames
* Compilation and comment
* Add bounded cache and clean interface
* Polish
* Add comment
* Vendor ConcurrentLinkedHashMap in
* Let errorprone ignore vendored CLHM for now
* Keep license in java files too
* Convert Netty wrapper cache to VirtualField
* Work around lambda instrumentation failure
Ideally we would ignore instrumenting helper classes...
* Revert "Work around lambda instrumentation failure"
This reverts commit 6d63815b44 .
* Revert "Convert Netty wrapper cache to VirtualField"
This reverts commit dac1522a3f .
* Handle cleared weak values
* Fix comment
* Delete instrumentation-api-caching
* Copy in weak-lock-free
* Remove caffeine remnants
* Fix checkstyle
* Rename BoundedCache to MapBackedCached
* Remove duplicate LICENSE
* Remove outdated comment
* Sync with SDK copy of weaklockfree
* Enable checkstyle:off comment
* Re-generate license report
* Move NOTICE file to package-info.java
Co-authored-by: Trask Stalnaker <trask.stalnaker@gmail.com>
|
2021-11-24 09:05:12 -08:00 |
Trask Stalnaker
|
1fd3d777af
|
Sync spotless configuration with otel-java repo (#3989)
* Sync spotless configuration with otel-java repo
* Remove googleJavaFormat version in buildSrc too
|
2021-08-29 21:14:31 -07:00 |