jimshowalter

Results 68 comments of jimshowalter

See also https://github.com/open-telemetry/opentelemetry-java/issues/2200

There's a lot of valuable code in the existing implementation that it would be a shame to fork. I wound up implementing it by composition, but it's still suboptimal, having...

We're trying to use as much of opentelemetry out of the box as possible. But with hundreds of microservices, if everybody adds completely ungoverned keys and values to the baggage,...

Filed https://github.com/open-telemetry/opentelemetry-specification/issues/1490.

The tasks are listed above in the error messages. You don't have access to the source code, and I can't provide you with a cut-down reproducible test case. But I...

Unfortunately we see the same error with 7.5.1-20220729132837+0000.

We get the same error with the latest snapshot. We don't use shadow.

When will this fix be released?

I mean released formally, in https://gradle.org/releases/.

Is there even a sketch somewhere of how to use native JUnit 5 with cucumber-junit-platform-engine while excluding junit and the vintage engine? We added cucumber-junit-platform-engine and excluded junit and the...