Skip to content

Remove deprecated database instrumentation methods and classes#16164

Merged
laurit merged 9 commits intomainfrom
copilot/remove-deprecated-db-methods
Feb 16, 2026
Merged

Remove deprecated database instrumentation methods and classes#16164
laurit merged 9 commits intomainfrom
copilot/remove-deprecated-db-methods

Conversation

Copy link
Copy Markdown
Contributor

Copilot AI commented Feb 13, 2026

No description provided.

Copilot AI changed the title [WIP] Remove all deprecated database-related methods and classes Remove deprecated database instrumentation methods and classes Feb 13, 2026
Copilot AI requested a review from trask February 13, 2026 01:27
@github-actions github-actions Bot added the test native This label can be applied to PRs to trigger them to run native tests label Feb 13, 2026
@trask trask force-pushed the copilot/remove-deprecated-db-methods branch from 170ac00 to 0bb2be7 Compare February 13, 2026 04:31
The methods setUnicodeStream and getBigDecimal(int,int) are deprecated but
abstract in the JDBC interfaces, so they must be implemented in the wrapper
classes. Removing them causes compilation failures.
@trask trask force-pushed the copilot/remove-deprecated-db-methods branch from 0bb2be7 to cfd6bce Compare February 13, 2026 05:10
…_TABLE

After removing setTableAttribute(DB_CASSANDRA_TABLE) from Cassandra
singletons, the SqlClientAttributesExtractor now emits the table name
under the default db.sql.table attribute instead of db.cassandra.table.
Update all Cassandra test assertions accordingly.
@trask trask force-pushed the copilot/remove-deprecated-db-methods branch from f5c0746 to a3d5097 Compare February 14, 2026 18:20
@trask trask marked this pull request as ready for review February 14, 2026 21:16
@trask trask requested a review from a team as a code owner February 14, 2026 21:16
@laurit laurit merged commit 8fe4e07 into main Feb 16, 2026
166 of 168 checks passed
@laurit laurit deleted the copilot/remove-deprecated-db-methods branch February 16, 2026 07:40
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.

3 participants