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

Publish version-specific jars for all supported Twitter versions #119

Merged
merged 1 commit into from
Jun 2, 2023

Conversation

bpholt
Copy link
Member

@bpholt bpholt commented May 26, 2023

Also publishes unsuffixed "latest" jars that are empty, but depend on the suffixed jar for the latest supported Twitter version.

This will let our scrooge-importer plugin always pull in the suffixed version, but also let users who want to "float" versions use the unsuffixed versions.

Implementing the "latest" jars by publishing an empty jar with a dependency on the suffixed version has the additional benefit of avoiding any classpath clashes that would otherwise be caused by pulling in the "latest" jar and also the (correct) suffixed jar. Clever idea suggested by @JD557 and @armanbilge on the Scala Discord.

also publishes unsuffixed "latest" jars that are empty, but depend on
the suffixed jar for the latest supported Twitter version
@bpholt bpholt requested a review from henryxparker May 26, 2023 17:51
@bpholt bpholt requested a review from a team as a code owner May 26, 2023 17:51
@bpholt bpholt self-assigned this May 26, 2023
Base automatically changed from pin-libthrift to main May 30, 2023 15:58
@bpholt bpholt merged commit 6f15e85 into main Jun 2, 2023
@bpholt bpholt deleted the version-suffixes branch June 2, 2023 17:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants