play-json-refined icon indicating copy to clipboard operation
play-json-refined copied to clipboard

Deleted from jcenter?

Open henricook opened this issue 1 year ago • 7 comments

Hi!

Has this been deleted from jcenter? Are artifacts available anywhere else now?

[error] stack trace is suppressed; run last update for the full output
[error] (update) sbt.librarymanagement.ResolveException: Error downloading de.cbley:play-json-refined_2.13:0.8.0
[error]   Not found
[error]   Not found
[error]   not found: /home/henri/.ivy2/localde.cbley/play-json-refined_2.13/0.8.0/ivys/ivy.xml
[error]   not found: https://repo1.maven.org/maven2/de/cbley/play-json-refined_2.13/0.8.0/play-json-refined_2.13-0.8.0.pom
[error]   not found: https://jcenter.bintray.com/de/cbley/play-json-refined_2.13/0.8.0/play-json-refined_2.13-0.8.0.pom
[error] Total time: 4 s, completed 22 Jun 2023, 13:39:21

henricook avatar Jun 22 '23 12:06 henricook

@avdv 🙏🏻

henricook avatar Jun 22 '23 12:06 henricook

I'll have a look and see if I can get it published somewhere else.

avdv avatar Jun 23 '23 07:06 avdv

BTW, for the time being, you could use jitpack: https://jitpack.io/#avdv/play-json-refined/v0.8.0

avdv avatar Jun 23 '23 07:06 avdv

Thanks for that @avdv ! Do you have any idea why it vanished off jcenter OOI?

henricook avatar Jun 23 '23 08:06 henricook

It seems jcenter.bintray.com is just redirected to repo1.maven.org now...

$ https -p h https://jcenter.bintray.com/de/cbley/play-json-refined_2.13/0.8.0/play-json-refined_2.13-0.8.0.pom
HTTP/1.1 301 Moved Permanently
Connection: keep-alive
Content-Length: 162
Content-Type: text/html
Date: Fri, 23 Jun 2023 08:22:14 GMT
Location: https://repo1.maven.org/maven2/de/cbley/play-json-refined_2.13/0.8.0/play-json-refined_2.13-0.8.0.pom

avdv avatar Jun 23 '23 08:06 avdv

Yes that's right, bintray stopped hosting jcenter a couple of years ago and maven.org took over the hosting. Everything should have been mirrored forever though, I thought!

henricook avatar Jun 23 '23 08:06 henricook

update, it's also faulty on https://mvnrepository.com/artifact/de.cbley/play-json-refined_2.13/0.8.0 it yields 404 when trying to access these files; using https://jitpack.io/#avdv/play-json-refined/v0.8.0 as mentioned by @avdv works

that does require to update the coordinates of this dep

	libraryDependencies += "com.github.avdv" % "play-json-refined" % "v0.8.0"	

tubbynl avatar Sep 05 '24 10:09 tubbynl