opentelemetry-java-instrume.../dd-java-agent
Tyler Benson e7f0d2db12 Alternate fix for #1319
Turns out the issue wasn't with an empty string returning an empty array, but a string with just `,`.
```
jshell> ",".split(",")
$1 ==> String[0] {  }
```
A non-intuitive edge case in my opinion.
2020-04-07 12:35:20 -04:00
..
agent-bootstrap WeakCache instead of WeakMap (#1256) 2020-03-20 00:23:07 -07:00
agent-jmxfetch Update JMXFetch to 0.35 2020-03-03 08:49:51 +01:00
agent-profiling Merge pull request #1350 from jpbempel/jpbempel/improveJFRMessage 2020-04-06 16:35:38 +02:00
agent-tooling Alternate fix for #1319 2020-04-07 12:35:20 -04:00
benchmark Return TypePool.Resolution that caches 2020-02-26 12:47:48 -08:00
benchmark-integration Change shell script to work with play 2018-12-14 11:19:17 -05:00
instrumentation Fix new client tests 2020-03-26 14:29:35 -04:00
load-generator simple load generator tool 2019-11-07 16:50:23 -05:00
src Support JFR profiling 2020-02-11 14:55:19 -05:00
testing Depend on netty 3.9 instrumentation 2020-03-26 10:10:32 -04:00
README.md
dd-java-agent.gradle WeakCache instead of WeakMap (#1256) 2020-03-20 00:23:07 -07:00

README.md

Datadog Java Agent for APM