kotlin-jpa-specification-dsl icon indicating copy to clipboard operation
kotlin-jpa-specification-dsl copied to clipboard

Host maven artifact in another Maven Repository

Open ignacio83 opened this issue 4 years ago • 10 comments
trafficstars

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

ignacio83 avatar Apr 13 '21 18:04 ignacio83

Gradle 7 has started warning any projects that use jcenter() as a repository. Support for jcenter() will be removed in Gradle 8.

javatarz avatar Apr 19 '21 10:04 javatarz

There seems to be aged issues and PRs with barely any responses. I'll wait another week before forking and publishing an artifact. I'll gladly take it down if the maintainers of this repository step in and address these open issues and PRs.

javatarz avatar Apr 20 '21 05:04 javatarz

I've left Console (the company running this project), but I know they are fully aware that JCenter is dying. I believe there's no plans for rehosting this (i.e. maven central) but maybe @loia can comment on whether that's true or not.

To be honest it's that trivial (1 file with some extension functions) that I'm guessing most people have already just copied into their own codebases.

jamesbassett avatar Apr 20 '21 06:04 jamesbassett

Thanks for the quick response @jamesbassett! <3

Replicating the source is always an option. If @loia or someone wants to rehost, that'll be nice. Otherwise, I'll take the time to setup a version of this with an actions pipeline to publish the artifact so future changes are available to the entire community. (I'm working on improvements based on our usage of this library and it'll be good to contribute that to the wider community 😄 )

javatarz avatar Apr 20 '21 07:04 javatarz

@javatarz any news ? Thanks.

Tetradeus avatar Jun 17 '21 15:06 Tetradeus

Copying the source file is easy enough, but I would also prefer not to copy it if could be hosted on Maven Central.

Publishing to Maven Central isn't much more effort than publishing to Bintray, it just requires a prove of ownership the domain matching the package name (e.g. console.com.au) and signing the artifacts with GPG before uploading them.

darioseidl avatar Aug 02 '21 14:08 darioseidl

Hi all, we've kicked off the process to rehost this on Maven Central.

We're working on the ownership verification part now (thanks @puug) - https://issues.sonatype.org/browse/OSSRH-71835

loia avatar Aug 03 '21 23:08 loia

Thanks for doing this @loia! I didn't feel comfortable pushing this to Maven Central because I'd have to change packages and say I wrote the code which I didn't feel comfortable doing.

javatarz avatar Aug 04 '21 06:08 javatarz

Any news on this?

intellitour avatar Jun 14 '22 14:06 intellitour

Any news here ? Thanks.

Tetradeus avatar Nov 10 '22 11:11 Tetradeus