-
Notifications
You must be signed in to change notification settings - Fork 55
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
Migrate to Maven Central for jar distribution, Jcenter and Bintray are being shut down by May 1 2021 #55
Comments
Yup, we will do that :-). |
bump only a couple of days left until the dependency is not available |
Hey @Hywan, any news about this one ? It would be super helpful to have Maybe we can help you in some way ? |
I know I'm late on this one. Sorry! Any help is welcomed 🙂! |
@Hywan unfortunately this basically means that the project cannot be used at the moment |
Hi, I maintain a few OSS packages, publishing to Maven central and I can attest that it's tricky to configure, semi-manual and a very slow process! An alternative is to publish to Github Packages! This looks a lot easier - would you like me to help? cheers, |
I think that users need GitHub credentials to download from GitHub packages, and that would be complicate for all CI processes using the package. I also find the Maven central publication suboptimal but alternatives cause problems for users of the package |
@ftomassetti good points - also Github Packages has tiered pricing to consider which is not great. |
Any update? Maybe we can consider this project deprecated and not under maintenance. A solution would be to find another maintainer. |
Hey, any update or need any help? I’m recently investigating the possible to integrate this project into our OSS project but found it’s not published to maven central yet. Would be really helpful if you can published it to the maven central. Thanks! if you need help I’m really willing to help. |
I think jitpack can pull dependencies straight from github - I'm not sure if there are caveats or what. It MAY already work without you even needing to do anything (the library or two I've tried before did) or it may have e.g. compilation limits or something, dunno |
You should ping @syrusakbary. I'm no longer working at Wasmer. |
Any updates? I wanna use wasm for a project but I can't import this |
It's relatively easy to self host a mavel repository. I was able to upload a version to a Reposilite instance in a few minutes: https://maven.duti.dev/#/releases/org/wasmer/wasmer-jni-amd64-linux I wouldn't use it though since this is pretty much unmaintained. Anyone know of an alternative? |
Well, I was originally looking to use wasm so I can avoid having to mess with multiple jars for each operating system. Seems like the runtime is still platform specific. Sticking to hawtjni |
Thanks for proposing a new feature!
Motivation
Existing jar distribution through jcenter bintray will be shutting down on May 1, 2021. This renders the current repository based distribution broken.
https://jfrog.com/blog/into-the-sunset-bintray-jcenter-gocenter-and-chartcenter/
Proposed solution
Migrate build artifacts to use maven central repository instead of jcenter bintray
Alternatives
Users can grab the github release artifacts and upload to local repositories themselves, but not centralized and a higher barrier to entry for some users.
Additional context
N/A
The text was updated successfully, but these errors were encountered: