crnk-framework icon indicating copy to clipboard operation
crnk-framework copied to clipboard

End of jcenter/bintray

Open vicmosin opened this issue 3 years ago • 13 comments

As a reminder, https://jfrog.com/blog/into-the-sunset-bintray-jcenter-gocenter-and-chartcenter/

vicmosin avatar Feb 05 '21 11:02 vicmosin

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!

weaselmetal avatar Feb 15 '21 09:02 weaselmetal

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 .

remmeier avatar Feb 16 '21 06:02 remmeier

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.

remmeier avatar Mar 03 '21 05:03 remmeier

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.

boztek avatar Apr 01 '21 02:04 boztek

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.

leventunver avatar Apr 20 '21 09:04 leventunver

@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?

bkahlert avatar May 04 '21 10:05 bkahlert

I am encountering the same issues with jcenter. Also the banners in the README indicate that the artifacts are gone.

image

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

saefty avatar May 04 '21 12:05 saefty

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.

remmeier avatar May 04 '21 20:05 remmeier

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.

bkahlert avatar May 05 '21 13:05 bkahlert

3.4.20210509072026@MavenCentral. Next steps will then be do also setup GitHub Packages for non-release builds.

thx @exceptionfactory for adding github actions!

remmeier avatar May 09 '21 13:05 remmeier

Thanks pushing for the latest version to Maven Central @remmeier, glad to help move things forward!

exceptionfactory avatar May 10 '21 02:05 exceptionfactory

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

exceptionfactory avatar May 11 '21 00:05 exceptionfactory

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?

LucasJC avatar Jul 19 '22 00:07 LucasJC