Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Description
The core issue the original PR attempted to address was that OpenTelemetry could not access the shaded classes correctly. However this upstream limitation is gone. OpenTelemetry is now capable of working with the shaded classes. The convention for jdbc drivers to be self-contained and not rely on additional binaries. Providing non-shaded jars encourages wrong usage of the jdbc driver and increases the complexity and surface of potential misuse, and therefore our support needs. As a result we decided to remove this again since the original need no longer exists. @electrum and @wendigo will continue to improve this and work towards pulling the client libraries into the jdbc driver and then also use those from the CLI and therefore further reduce the API exposure.
Reverting as suggested @electrum and agreed with @wendigo
Also see #23446
fyi @gaeljw
Release notes
( ) This is not user-visible or is docs only, and no release notes are required.
(x) Release notes are required. Please propose a release note for me.
( ) Release notes are required, with the following suggested text: