crnk-framework
crnk-framework copied to clipboard
End of jcenter/bintray
As a reminder, https://jfrog.com/blog/into-the-sunset-bintray-jcenter-gocenter-and-chartcenter/
I think I know what this is about, but for the sake of clarity, I'd appreciate if the issue were a bit more explicit about what needs to happen and why. Let me please add that I hope that also older versions of crnk will be published to a replacement repository. We are on version 2.8.20180718034955. Thanks!
jcenter is still operational for a year. old versions should be safe for now. maybe it would be the time to evaluate github repisitories and try again maven central. not sure if bintray/artifactory has much of a future as you get that functionality integfrated everywhere these days potentially the build could be moved to github actions.
Stevo [email protected] schrieb am Mo., 15. Feb. 2021, 10:33:
I think I know what this is about, but for the sake of clarity, I'd appreciate if the issue were a bit more explicit about what needs to happen and why. Let me please add that I hope that also oder versions of crnk will be published to a replacement repository for jcenter. We are on version 2.8.20180718034955. Thanks!
— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/crnk-project/crnk-framework/issues/802#issuecomment-779090943, or unsubscribe https://github.com/notifications/unsubscribe-auth/AB5DJFP5GYQ3ARJLO6ARFDTS7DS57ANCNFSM4XETPYEQ .
maybe would also make sense to move everything to github, both build and repository. but did not inestigate that. uploading all the files to maven central did often not work in the past. that could be critical to whatever comes next. jcenter itself is still around for a year. that will give a lot of time for migrations.
jcenter is still operational for a year. old versions should be safe for now.
Are you able to create new versions after the UI/API shutdown dates for jcenter and bintray?
March 31st, 2021 | No more submissions will be accepted to JCenter. May 1st, 2021 | Bintray services will no longer be available.
Are there any updates about this? As was mentioned in the above comment, Bintray services will no longer be available after May 1st, 2021, which means there are only 10 days left to publish the artifacts on another repository.
@remmeier Am I doing something wrong? I cannot access crnk through bintray anymore. For example https://bintray.com/crnk-project returns 404. Can you provide working bintray or preferably maven coordinates?
Is there something people can help you with?
I am encountering the same issues with jcenter. Also the banners in the README indicate that the artifacts are gone.
I think we need support here from the project owners to create a maven central project. https://dzone.com/articles/publish-your-artifacts-to-maven-central
maven central account is already in place. There is a feature branch to move to maven central. It still needs some work. Like a Gradle update to make the publish plugin working. And it should publish latest releases to Github. Maybe by using Github actions rather than Travis. Help for any of that pieces is welcome. Otherwise everything will show up over the coming days, weeks. As jcenter itself is still operational, it has a bit of time.
Should anyone run into the same issue (Gradle users that set the repo URL manually and Maven users that have to set the repo URL manually). The following pom.xml snippet is working:
<repository>
<id>jcenter</id>
<url>https://jcenter.bintray.com/</url>
<releases><enabled>true</enabled></releases>
<snapshots><enabled>false</enabled></snapshots>
</repository>
For some reason, https://dl.bintray.com/
resp. https://dl.bintray.com/crnk-project/maven/
was configured. That URL seems to have stopped working.
3.4.20210509072026@MavenCentral. Next steps will then be do also setup GitHub Packages for non-release builds.
thx @exceptionfactory for adding github actions!
Thanks pushing for the latest version to Maven Central @remmeier, glad to help move things forward!
The GitHub Packages documentation has some helpful examples of configuring publishing with Gradle:
https://docs.github.com/en/actions/guides/publishing-java-packages-with-gradle#publishing-packages-to-github-packages
Hey guys, wanted to update that jcenter is no longer available (not even configuring as said above). How would I go about setting this framework in my project?