-
Notifications
You must be signed in to change notification settings - Fork 22
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
Transfer to Polyvariant #477
Comments
Let me know what you think @zstoychev @kubukoz |
I don't think it's right to start with |
Hi, a bit of a detail, but could you please ensure all references to Ocado are removed from the source code and documentation (except mentioning Ocado as the original author), before the repository is made public under the polyvariant org, and before any artefacts are published. Thanks. |
This should not be a problem, I can raise a rebranding PR first, make the last release under Ocado organization on Maven and then transfer. This should simplify migration, maybe we could even provide a scalafix rule for scala steward to automatically fix the imports 🤔 |
Rebranding PR is ready #478 |
The repository has now been transferred to https://github.com/polyvariant/sttp-oauth2, the last version v0.18.0 has been published under Ocado organization to maven and now maven credentials are changed to the ones for Polyvariant. The website has also been redeployed and is now published from https://sttp-oauth2.polyvariant.org Last thing to do will be to publish v0.19.0 in the new maven org and we'll be closing this issue. |
Great to hear :) Thanks for anybody involved |
sttp-oauth2 got transfered to polyvariant - see polyvariant/sttp-oauth2#477
v.0.19.0 has just been published and should be available on maven. I think this concludes the transfer. Thanks to everyone involved! |
Adding a artefact migration rule to Scala Steward would automatically open PRs. https://github.com/scala-steward-org/scala-steward/blob/main/docs/artifact-migrations.md But the would all fail because you changed the package names. But at least it would give a hint to all users. |
That would be neat! I considered that, but with my limited time available and ZIO support in queue I decided to deliver quickly. Hopefully the migration guide will be enough 😅 |
Thank you @mzuehlke, much appreciated! |
TL;DR the sttp-oauth2 project will be transferred to https://github.com/polyvariant/
This issue is a followup to the discussion in sttp softwaremill/sttp#2110. It captures the steps we need to take to transfer the project.
Transfer plan
Once the transfer is done we'll proceed with the waiting PRs and issues.
Open questions
For repackaging, should we use
org.polyvariant.sttp.oauth2
or juststtp.oauth2
?The text was updated successfully, but these errors were encountered: