FlexibleAdapter icon indicating copy to clipboard operation
FlexibleAdapter copied to clipboard

FYI: Bintray is shutting down on February 1st 2022

Open arkon opened this issue 5 years ago • 18 comments

Could you consider publishing the existing artifacts to Maven Central?

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

Edit: see #775 for alternative JitPack usage.

arkon avatar Feb 04 '21 13:02 arkon

@davideas is this something which will be addressed or is this something we should prepare for by working on getting flexible adapter removed from the app?

barnhill avatar Feb 08 '21 20:02 barnhill

Hello! Thanks for opening this issue. Yes, we can move to Maven Central, only problem I can't build the project anymore. I guess I should take each version and manually upload to the new repo. I am already registered, I need to check if gpg works again. I will try to upload in the coming days, I hope.

davideas avatar Feb 13 '21 13:02 davideas

Why cant you build it anymore? Need help with that?

barnhill avatar Feb 13 '21 14:02 barnhill

@davideas would you be open to me having a look at creating a PR to get it building again?

barnhill avatar Feb 25 '21 05:02 barnhill

That would be great, however another person already did it, he will create a PR soon. I'm super busy with things in my work and life. I need to find time to upload to central.

Thanks, Davide

davideas avatar Feb 25 '21 18:02 davideas

I think it's my coworker 😎

barnhill avatar Feb 26 '21 02:02 barnhill

@everyone, sorry guys and girls, I won't be on time for 1st of May. Higher priorities in my life as this activity is very annoying. Please, make a copy of the library in your local lib and keep an eye here for further update. One day I will move to maven central.

davideas avatar Apr 16 '21 07:04 davideas

They updated it so that they'll continue serving existing packages until February 1st 2022, so that's okay.

arkon avatar Apr 16 '21 12:04 arkon

Can we help?

barnhill avatar Apr 16 '21 18:04 barnhill

Any update on this? We are trying to prepare ahead of time and this is one of the last dependencies that we have which relies on JCenter. Just wanted to check in after 3 months to see where we are at. If you need some help we are willing to help in anyway you would like.

barnhill avatar Jul 09 '21 22:07 barnhill

+1

kwiky avatar Sep 16 '21 10:09 kwiky

+20

Coder96848 avatar Sep 16 '21 14:09 Coder96848

See info on consuming from JitPack in #775 if this is blocking you.

arkon avatar Oct 18 '21 16:10 arkon

Hi guys! is there any chance to move existing artifacts to Maven Central ? According to gradle roadmap https://blog.gradle.org/jcenter-shutdown jcenter() method s going to be removed in version 8.0. Latest Android studio also raises warning on using jcenter().

vfite avatar Dec 30 '21 16:12 vfite

We had to make a copy of the artifact into our repo to get away from jcenter till we migrate off flexible adapter due to lack of support

barnhill avatar Dec 30 '21 23:12 barnhill

Same for me, I currently use a cached artifact as long as there is no migration to another repo.

galonga avatar Jan 27 '22 13:01 galonga

Hello all :wave: I made changes to get build up and running so if anyone needs to update to the latest version can use with Jitpack.io

maven { url "https://jitpack.io" }

✅ Build artifacts: com.github.ddB0515.FlexibleAdapter:flexible-adapter-databinding:5.1.1 com.github.ddB0515.FlexibleAdapter:flexible-adapter:5.1.1 com.github.ddB0515.FlexibleAdapter:flexible-adapter-ui:5.1.1 com.github.ddB0515.FlexibleAdapter:flexible-adapter-livedata:5.1.1

Build log

I didn't bother to make versions for everything to be original so all is same version 5.1.1 (based on original 5.1.0) Also here is forked and modified version of original: https://github.com/ddB0515/FlexibleAdapter Hop will help someone :)

ddB0515 avatar Jul 07 '22 13:07 ddB0515