opentracing-contrib / java-spring-cloud

Distributed tracing for Spring Boot, Cloud and other Spring projects
Apache License 2.0
388 stars 143 forks source link

Using opentracing jdbc version 0.2.11 to fix issue related to Oracle drivers #294

Closed jagdishkulkarni closed 4 years ago

jagdishkulkarni commented 4 years ago

opentracing-jdbc library was upgraded to 0.2.11 to fix the issue related to oracle drivers. Need to upgrade it here as well.

pavolloffay commented 4 years ago

Would you like to submit a patch?

jagdishkulkarni commented 4 years ago

Sure will do.

jagdishkulkarni commented 4 years ago

Would you like to submit a patch? PR raised. https://github.com/opentracing-contrib/java-spring-cloud/pull/296

jagdishkulkarni commented 4 years ago

@pavolloffay When will this be released to maven repository? I still see latest version as 0.5.4.

pavolloffay commented 4 years ago

It should have been published in 0.5.5, it seems that it didn't make to maven central

pavolloffay commented 4 years ago

The 0.5.5 should land in central soon.