kotlin-jpa-specification-dsl
kotlin-jpa-specification-dsl copied to clipboard
Host maven artifact in another Maven Repository
https://jfrog.com/blog/into-the-sunset-bintray-jcenter-gocenter-and-chartcenter/
Gradle 7 has started warning any projects that use jcenter() as a repository. Support for jcenter() will be removed in Gradle 8.
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.
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.
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 any news ? Thanks.
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.
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
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.
Any news on this?
Any news here ? Thanks.