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

Produce nonshaded trino-jdbc #22098

Merged
merged 2 commits into from
Aug 30, 2024
Merged

Produce nonshaded trino-jdbc #22098

merged 2 commits into from
Aug 30, 2024

Conversation

wendigo
Copy link
Contributor

@wendigo wendigo commented May 23, 2024

Description

Additional context and related issues

Release notes

( ) This is not user-visible or is docs only, and no release notes are required.
( ) Release notes are required. Please propose a release note for me.
( ) Release notes are required, with the following suggested text:

# Section
* Fix some things. ({issue}`issuenumber`)

@cla-bot cla-bot bot added the cla-signed label May 23, 2024
@github-actions github-actions bot added the jdbc Relates to Trino JDBC driver label May 23, 2024
@wendigo wendigo requested review from findepi and ebyhr May 24, 2024 07:30
client/trino-jdbc/pom.xml Outdated Show resolved Hide resolved
Copy link

This pull request has gone a while without any activity. Tagging the Trino developer relations team: @bitsondatadev @colebow @mosabua

@github-actions github-actions bot added the stale label Jun 17, 2024
@ebyhr ebyhr removed their request for review June 25, 2024 01:45
@github-actions github-actions bot removed the stale label Jun 25, 2024
Copy link

This pull request has gone a while without any activity. Tagging the Trino developer relations team: @bitsondatadev @colebow @mosabua

@github-actions github-actions bot added the stale label Jul 17, 2024
@mosabua
Copy link
Member

mosabua commented Jul 17, 2024

Any issues with this @wendigo ? Do we need @electrum to look?

@mosabua
Copy link
Member

mosabua commented Jul 17, 2024

Also .. should we document this for any reason? And also I assume the default jar is shaded and we dont want to break users and change that.. although arguably the default one should be non-shaded..

@github-actions github-actions bot removed the stale label Jul 18, 2024
Copy link

github-actions bot commented Aug 9, 2024

This pull request has gone a while without any activity. Tagging the Trino developer relations team: @bitsondatadev @colebow @mosabua

@github-actions github-actions bot added the stale label Aug 9, 2024
Copy link

Closing this pull request, as it has been stale for six weeks. Feel free to re-open at any time.

@github-actions github-actions bot closed this Aug 30, 2024
@wendigo wendigo deleted the serafin/add-non-shaded-jar branch August 30, 2024 17:34
@wendigo wendigo restored the serafin/add-non-shaded-jar branch August 30, 2024 17:34
@wendigo wendigo reopened this Aug 30, 2024
Non-shaded version allows usage of classes like InMemoryTrinoResultSet which depend on the trino-client classes
which are shaded. This will cause a class mismatch in the runtime (non-shaded class vs shaded-one).
It's useful for testing when one would like to mock ResultSet.
@mosabua mosabua added stale-ignore Use this label on PRs that should be ignored by the stale bot so they are not flagged or closed. and removed stale labels Aug 30, 2024
@gaeljw
Copy link

gaeljw commented Aug 30, 2024

Also .. should we document this for any reason?

I think this should absolutely be documented, maybe even with a word for users to know which dependency to use in which context and/or pros/cons of each dependency.

@wendigo wendigo merged commit 1a5728c into master Aug 30, 2024
105 checks passed
@wendigo wendigo deleted the serafin/add-non-shaded-jar branch August 30, 2024 22:47
@wendigo
Copy link
Contributor Author

wendigo commented Aug 30, 2024

@mosabua we need to follow up documenting this

@github-actions github-actions bot added this to the 456 milestone Aug 30, 2024
@wendigo
Copy link
Contributor Author

wendigo commented Aug 30, 2024

@gaeljw we will! Thanks for the feedback and sorry for shipping this so late

@gaeljw
Copy link

gaeljw commented Aug 31, 2024

Thanks a lot folks :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cla-signed jdbc Relates to Trino JDBC driver stale-ignore Use this label on PRs that should be ignored by the stale bot so they are not flagged or closed.
Development

Successfully merging this pull request may close these issues.

4 participants