Skip to content
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

Add result set wrapping for jdbc library instrumentation #13646

Merged
merged 4 commits into from
Apr 9, 2025

Conversation

laurit
Copy link
Contributor

@laurit laurit commented Apr 3, 2025

Resolves #13580
Also ensure that our wrappers delegate all methods.

@laurit laurit requested a review from a team as a code owner April 3, 2025 12:42
@github-actions github-actions bot added the test native This label can be applied to PRs to trigger them to run native tests label Apr 3, 2025
@laurit laurit modified the milestone: v2.14.0 Apr 3, 2025
@laurit laurit added this to the v2.15.0 milestone Apr 4, 2025
Comment on lines +19 to +21
// We cannot use "--release" javac option here because that will forbid using apis that were added
// in later versions. In JDBC wrappers we wish to implement delegation for methods that are not
// present in jdk8.
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍

@trask trask merged commit 33024dc into open-telemetry:main Apr 9, 2025
87 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
test native This label can be applied to PRs to trigger them to run native tests
Projects
None yet
Development

Successfully merging this pull request may close these issues.

OpenTelemetryPreparedStatement and the returned ResultSet.getStatement() do not match
2 participants