-
Notifications
You must be signed in to change notification settings - Fork 6
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
Resume publishing releases to maven central, please? #85
Comments
…help with the github actions workflow for maven if you need
Unfortunately, most of our team is on vacation at the moment, so it may take a few weeks before we have time to address this issue |
Thanks @kjetilkl, I'll import it locally for now but it'd be excellent to have this back on Maven when your team is back, cheers! /cc @mmalenic @reisingerf |
By the way, the already published objects on Maven2 repo, don't seem to be properly published either:
If you go to the raw maven2 file listing, none of the objects are there: https://repo.maven.apache.org/maven2/no/ |
Versions of crypt4gh up to 2.4.2 were published on JCentral, which was shut down in 2022. This is the reason why these old packages are no longer available and why we started publishing to GitHub Packages instead. But we have decided to start publishing to Maven Central now (or maybe publish in both places). We will also discuss your Pull Request next week. |
Thanks @kjetilkl! We are putting the pieces together for support on the backend side of things for Crypt4GH and we were wondering how's that "return to Maven publishing" effort is going? |
I'm sorry that the progress was impeded for a long time by slow decision making on our part, but we have a sort of deadline next Wednesday to get this done now. By the way, when I tried to compile the modularized code, I got a warning from Maven that worried me with regards to publishing:
|
Indeed, that worried me a bit too. If you haven't already I'll try to determine what's the root cause of that and potentially fix it... maybe it requires modularising (modernize) those upstream modules yourself as well as crypt4gh itself 🤷🏻 ? |
@kjetilkl upon second inspection I think this could be that dependencies are indeed not yet being adopted as modules? There's this second WARNING block a few lines below the filename-based automodules warning (and some of those package names overlap the ones from the prior warning you pointed out):
I'm unsure if this would really affect you much, but let's do this properly: Let me try to poke a bit upstream for those affected dependencies and their maintainers... |
Alright, as you might have noticed by your GH notifications today, I've opened o couple of pullrequests to the upstream libraries. If those fail to respond we could just remap them under your GroupID namespace and push them to Maven anyway. The last remaining one to fix,
Hope this all helps! |
After a long time, I have finally been able to create a snapshot release. It is based on the new_groupid branch where the groupID and package name has been changed from |
Awesome! Thanks @kjetilkl. I'm skeptical that the other couple of packages remaining (those written by @patrickfav, namely Same strategy would apply to the orphaned |
Hello @kjetilkl, I've noticed some recent activity on this repo so I'm touching base on this issue: if you need any help from me, happy to help push it to Maven if it's not already (other than the snapshot)! |
We have actually moved all of our own code (including Crypt4GH) into another Gradle-based monorepo now, so we had planned to archive this repository and not maintain it anymore. However, since our other projects no longer depend on this particular Crypt4GH, we have more freedom regarding what to do with it going forward, including where and how to publish it. For one, it does not have to be shaded anymore. Some assistance would be appreciated, since I'm swamped with work for at least the next month. |
Interesting! Can you point me to that crypt4gh-related monorepo? I'd like to take a peek before putting efforts in this one? |
https://github.com/ELIXIR-NO/FEGA-Norway Crypt4GH is under lib/crypt4gh |
Is your feature request related to a problem? Please describe.
I'd like to incorporate this module on IGV desktop and the upstream maintainers might not accept the PR unless the .jar is publicly accessible (sans authenticated Github tokens). Unauthenticated access is planned but not implemented in GH yet:
https://github.com/orgs/community/discussions/26634
Describe the solution you'd like
It'd be very convenient to resume publishing here: https://mvnrepository.com/artifact/no.uio.ifi/crypt4gh
Github has detailed github actions workflows that allow parallel publishing (github + mavencentral).
Describe alternatives you've considered
I could just download the .jar and ship it with IGV's codebase, which is the approach I'll take for the time being, although it's suboptimal from a release and dependencies management perspective.
The text was updated successfully, but these errors were encountered: