Trask Stalnaker
|
8ce1445ae6
|
Autogenerate release notes (#5363)
* Stricter version parsing
* Automate release notes
* Update change log formatting
|
2022-02-15 20:18:56 -08:00 |
Trask Stalnaker
|
dd72e9e5f4
|
Update RELEASING.md (#5131)
* Update RELEASING.md
* Remove generate-release-contributors.sh
* Simplify
|
2022-01-18 12:07:12 -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 |
Tyler Benson
|
4a943c8411
|
Use Spotless for formatting (DataDog/dd-trace-java#1619)
|
2020-06-30 11:15:48 -07:00 |
Nikita Salnikov-Tarnovski
|
bae0b7b38c
|
Copy .editorconfig file and relevant sections in CONTRIBUTING.md from otel-java repo (#373)
|
2020-05-04 10:07:19 -04:00 |