-
Notifications
You must be signed in to change notification settings - Fork 328
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Support for postgresql 42.7.2 - java.lang.NoSuchFieldError: checkConnectionQuery #1321
Comments
We are facing the same problem here. The applications refuse to start with the new postgresql driver version. |
This is the workaround for us currently, so that we can update to the fixed pgsql. # reference.conf
kanela.modules.jdbc.enabled = no Ofc this means, that we currently have no instrumentation for jdbc, but at least fixed the vuln and all other kamon stuff still works. |
Just ran into this myself. Will push out a fix |
Fix merged. Will cut a release either later today or tomorrow |
Will need @ivantopo in order to release because reasons. Will leave this issue open until it's successfully out |
Resolved as of v2.7.1 |
It seems that
checkConnectionQuery
is no longer available from version 42.7.2See the release notes: https://github.com/pgjdbc/pgjdbc/releases/tag/REL42.7.2
pgjdbc/pgjdbc#3101
It looks like it is used in this place:
Kamon/instrumentation/kamon-jdbc/src/main/scala/kamon/instrumentation/jdbc/StatementInstrumentation.scala
Line 192 in 25386b2
Version 42.7.2 has security fixes and Kamon blocks the migration, could you take a look, please?
The text was updated successfully, but these errors were encountered: