opentracing-contrib / java-jdbc

OpenTracing Instrumentation for JDBC
Apache License 2.0
82 stars 56 forks source link

Fix for parsing Oracle Service Name alias based URLs #52

Closed lake-of-dreams closed 5 years ago

lake-of-dreams commented 5 years ago

Attempts to fix https://github.com/opentracing-contrib/java-jdbc/issues/35

When JDBC URLs are of type jdbc:oracle:thin:@orcl and does not contain any TNS info - the parser fails. This PR fixes the failure.

coveralls commented 5 years ago

Pull Request Test Coverage Report for Build 185


Totals Coverage Status
Change from base Build 184: 0.3%
Covered Lines: 428
Relevant Lines: 904

💛 - Coveralls