Michael Barnwell

Results 4 comments of Michael Barnwell

This is currently causing an issue for me - if you're able to @tolu360, a patch would be really appreciated.

I was able to overcome this issue by explicitly setting the JAVA_HOME environmental variable then re-running cmake: ``` export JAVA_HOME=/usr/lib/jvm/java-8-openjdk-amd64/ mkdir build cd build cmake .. -DBUILDJAVA=ON -DCMAKE_INSTALL_PREFIX=/usr make ```...

This issue is proving a blocker for upgrading Envoy to use OpenTracing 1.6.0 - I've attempted to fix the merge conflicts in a [new fork](https://github.com/mpbarnwell/lightstep-tracer-cpp) but there are a bunch...

I've encountered this issue as well, I'm trying to understand the logic behind the isJerseyRequest filtering - is this a case of static assets vs API calls? It seems like...