Tushar
Tushar
any update on this ticket, when we are expecting it to be released. Thank you
Any timeline when we have the new tag with this fix.
we would like to point to 'https://repo1.maven.org/maven2/' instead of default 'https://search.maven.org/' while executing the dependencyCheckAggregate task. To use the nexus analyzer it should be pro version right?
i have tried updating the repository url from 'https://search.maven.org/' to 'https://repo1.maven.org/maven2/' while executing the dependencyCheckAggregate task as `dependencyCheckAggregate -Dcentral.content.url=http://testing` but still it is reaching the `https://search.maven.org/`, any other way to...
what we have analyzed is that initially we have created a baggage object using OtelBaggageManager as below `OtelBaggageManager(OtelCurrentTraceContext(), emptyList(), emptyList()).getBaggage(TENANT_ID_MDC_KEY)` and then using `makeCurrent` method we set the value in...
Let us know if anything else being expected from us to provide for a better analysis on this subject.
As i mentioned above the same piece of code which is working with brave implementation library is not working with opentelemetry library. About the other point regarding closing the context,...
Here is the [reproducer](https://github.com/tadlakha9/otel-tracing). If we just replace the otel dependency with brave one then its all works fine.
Used the same code with brave and otel implementation, currently it is compatible with otel to make it compatible with brave, below changes are done. - replaced `implementation("io.micrometer:micrometer-tracing-bridge-otel")` with `implementation("io.micrometer:micrometer-tracing-bridge-brave")`...
We are also facing the issue in our project getting `java.lang.NoClassDefFoundError` request to migrate epages to spring boot 3