michaelklishin / quartz-mongodb

A MongoDB-based store for the Quartz scheduler. This fork strives to be as feature complete as possible. Originally by MuleSoft.
Other
247 stars 199 forks source link

Sunset of BinTray #213

Open marcusdroy opened 3 years ago

marcusdroy commented 3 years ago

As per the deprecation of bin tray hosting artifacts

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

It would appear this library will become unavailable soon, can it migrated to maven central?

Thanks

jim-olsen commented 3 years ago

Yes, in fact now we are already seeing 'brownouts' where it is not pulling from bintray as of today... So plus one on moving it to somewhere else that will continue to be supported

bulivlad commented 3 years ago

this is a real issue now as bintray became unavailable. we are seeing our builds fail as it is no longer able to pull the dependencies. any plan to move it to another repo soon?

nikolap commented 3 years ago

Agreed, would be great to have this mirrored elsewhere

iori57 commented 3 years ago

Our build is failing now too because bintray is gone

bulivlad commented 3 years ago

the easiest way to fix this was to fork the project and use github packages to store the artifacts see here https://github.com/bulivlad/quartz-mongodb/blob/da6555d4fe1b3b52221c402415f4b302d097b5e5/build.gradle#L104

zoom2arun commented 3 years ago

Anyone had any luck finding a mirrored repo? @michaelklishin please suggest.

antpaw commented 3 years ago

I really hope a more permanent solution can be worked out here. I was able to fetch it form jitpack.io

    <repositories>
        <repository>
            <id>jitpack.io</id>
            <url>https://jitpack.io</url>
        </repository>
    </repositories>

    <dependency>
        <groupId>com.github.michaelklishin</groupId>
        <artifactId>quartz-mongodb</artifactId>
        <version>2.1.0</version>
    </dependency>

you might want to fork and login to jitpack