newrelic / newrelic-java-agent

The New Relic Java agent
Apache License 2.0
192 stars 140 forks source link

Add support for mssql-jdbc 12.7.0 #1844

Open meiao opened 1 month ago

meiao commented 1 month ago

Description

Our instrumentation jdbc-sqlserver is not compatible with the new version of mssql-jdbc.

Verifier error:

   > Verification FAILED. Instrumentation module jdbc-sqlserver-1.0.jar SHOULD HAVE applied to com.microsoft.sqlserver:mssql-jdbc:12.7.0 and did not. You may need to adjust the range "com.microsoft.sqlserver:mssql-jdbc:[0,)".
     Verifier output:
     Creating user classloader with custom classpath:
     WeaveViolation{type=MISSING_ORIGINAL_BYTECODE, clazz=com/microsoft/sqlserver/jdbc/SQLServerDriver}
     WeaveViolation{type=MISSING_ORIGINAL_BYTECODE, clazz=com/microsoft/sqlserver/jdbc/SQLServerDataSource}
workato-integration[bot] commented 1 month ago

https://new-relic.atlassian.net/browse/NR-256465