Adrian Cole

Results 2050 comments of Adrian Cole

gotcha, looking at your code, the CDI feature would be quite small, though it is hard to say how big it might become? what sort of systems do you see...

Hi, @johnament I don't know enough about CDI to know what to do. Can you help? Brave 4.3 is being released now and has a new README etc. We can...

not sure why Tracing needs to be proxied.. there's no circular deps. I'm open to helping with this, if someone can make me an example app like https://github.com/openzipkin/brave-webmvc-example

We can remove final on there.. I'd prefer to see a JEE spec that says types can't be final, but this vendor-specific one can work I suppose. @mojavelinux @aslakknutsen I...

If I don't get an official link about this, I'll remove final anyway with a comment about the link you gaev @svenhaag .. thanks!

@shiraji this problem was described in abstract. Can you give example code that you are using so that we can become closer to fixing? cc @zeagord

cool. you can do a variant of this if you want https://github.com/openzipkin/brave-webmvc-example

ok thanks so in this case you want the code in the GlobalScope.launch to have the same span ID I guess?

some other related info on coroutine for who addresses this https://github.com/square/retrofit/pull/2886/ For the specific use case, we need to figure out any hooks possible for GlobalScope.launch, such that doing launch...