Andriy Redko
Andriy Redko
Fixed by https://github.com/openzipkin/zipkin/pull/3801
Thanks for the change, @ammachado . In CXF, we use bus extensions to provide alternative implementation (fe instrumented ones). For work queue, please use `org.apache.cxf.workqueue.WorkQueueManager` extension point where you could...
> Can you you provide more details where I can find this extension point? Sure, the default extensions come from [1] so you could have your own `META-INF/cxf/bus-extensions.txt` in application...
> Should I remove this and move to my applications? Exactly, along with desired instrumentation, there are no changes required on CXF side.
@dependabot rebase please
> @reta @willyborankin would love to have your inputs on this as well on this major enhancement by @nibix Apologies, struggling to keep up with reviews, I think we have...
Thanks @vershnik , as you pointed out, this is very likely JDK related issue [1] that is not related to CXF (and impact all other applications out there). [1] https://bugs.openjdk.org/browse/JDK-8294357
> Even though it may turn out to be JDK issue, I think using DateTimeFormatter for parsing LocalDate is more appropriate and performance efficient (no need to create instances of...
@williamtrelawny this belongs to `security` plugin, could you please open an issue there: https://github.com/opensearch-project/security/issues , thank you.
> Let's plan this for 3.1 unless someone wants to advocate for pulling this into 3.0, but I don't see anyone asking for that currently. Thanks @andrross @peterzhuamazon , we...