opentracing-contrib / java-jdbc

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

TracingPreparedStatement.executeUpdate NPE #41

Closed deximat closed 5 years ago

deximat commented 5 years ago

In TracingCallableStatement:69, for tracer null is being forwarded.

That causes NPE when calling TracingPreparedStatement.executeUpdate(), since in JdbcTracingUtils line 41 and 47 accesses tracer.

malafeev commented 5 years ago

fixed in #42