You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Remove DataStax-only production code and tests that ScyllaDB neither uses nor exercises. This reduces the untested code shipped to users and the production, test, dependency, and compatibility surface the team must maintain.
Remove the corresponding unit, integration, OSGi, CCM, build, native-image, Revapi, dependency, and documentation support.
Preserve Scylla-specific features, including client routes/private endpoints.
Preserve generic reactive CQL and mapper support; those classes are historically under com.datastax.dse but are not DSE-only.
Delivery
The work is tracked through this issue's native GitHub sub-issues. Each sub-issue gets a focused PR. If an unmerged child PR depends on another, cherry-pick only the exact required commit(s) and list those commits in the dependent PR description so rebasing remains straightforward.
Goal
Remove DataStax-only production code and tests that ScyllaDB neither uses nor exercises. This reduces the untested code shipped to users and the production, test, dependency, and compatibility surface the team must maintain.
Scope
com.datastax.dsebut are not DSE-only.Delivery
The work is tracked through this issue's native GitHub sub-issues. Each sub-issue gets a focused PR. If an unmerged child PR depends on another, cherry-pick only the exact required commit(s) and list those commits in the dependent PR description so rebasing remains straightforward.
Delivery order:
Related existing work: #969 and #985 are superseded in scope by #1032; coordinate rather than duplicating their narrow negotiation change.
Completion criteria
com.datastax.*references are either public compatibility namespaces, attribution, or generic functionality intentionally retained.