Skip to content

add support for the DuckDB and AWS Advanced Wrapper drivers in JDBC #1401

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

Merged
merged 1 commit into from
Jul 1, 2025

Conversation

ivantopo
Copy link
Contributor

@ivantopo ivantopo commented Jun 8, 2025

Adds support for the two drivers and includes a few additional tests for the wrapper, both with and withouth the Hikari pool.

Also during testing I realized that we have to explicitly ignore some of the AWS wrapper classes to avoid having double spans for each database interaction. Funny enough, in that setup we have Hikari wrapping the AWS wrapper which wraps the actual wrapper.

Finally, updated to kanela 2.0.0-beta.3 which fixes a few issues I found while testing these changes and trying to run some examples in a Play application.

Fixes #1377

Adds support for the two drivers and includes a few additional tests for
the wrapper, both with and withouth the Hikari pool.

Also during testing I realized that we have to explicitly ignore some of
the AWS wrapper classes to avoid having double spans for each database
interaction. Funny enough, in that setup we have Hikari wrapping the AWS
wrapper which wraps the actual wrapper
@ivantopo ivantopo force-pushed the additional-jdbc-drivers-support branch from ed751ea to 8def3b8 Compare June 8, 2025 09:03
@ivantopo ivantopo merged commit 8f45f7b into kamon-io:master Jul 1, 2025
2 checks passed
@ivantopo ivantopo deleted the additional-jdbc-drivers-support branch July 1, 2025 08:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Kamon-jdbc incompatible with AWS advanced JDBC wrapper
1 participant