realm-android-adapters icon indicating copy to clipboard operation
realm-android-adapters copied to clipboard

Upgrade dependencies and enable uploading to Maven Central

Open cmelchior opened this issue 4 years ago • 5 comments

  • Upgrade to Gradle 6.8.3
  • Upgrade to SDK 30
  • Upgrade to Android Gradle Plugin 4.2.1
  • Update to Spotbugs from Findbugs
  • Add support for uploading to Maven Central and remove support for Bintray
  • Update README to reflect changes

TODO

  • [ ] Update JenkinsFile so release can happen automatically

cmelchior avatar Jun 16 '21 11:06 cmelchior

Hi all - any update on when this will get merged?

tfrysinger avatar Jun 29 '21 15:06 tfrysinger

Hi @tfrysinger

We don't have an exact date yet. It hasn't been forgotten, but other things took priority.

cmelchior avatar Jul 12 '21 12:07 cmelchior

Hi @cmelchior , I understand development priorities shift as I am also a developer. Just relaying a message that I started implementing Realm on an enterprise level app at my employer. Due to the delay in Adapter support and the work around being messy I have decided to choose a different data store for our mobile projects moving forward. I am a big mongo db fan but this lead time to support industry standard mobile development on maven-central is dissapointing. Not a reflection on the development staff but more so the product management team.

stuartjacobs avatar Oct 06 '21 01:10 stuartjacobs

Hi @stuartcodepro Sorry you feel that way. We continuously have to weigh priorities and unfortunately, this fell short of other things.

But are you aware that all you need is this file https://github.com/realm/realm-android-adapters/blob/master/adapters/src/main/java/io/realm/RealmRecyclerViewAdapter.java ?

So you only need to copy this file (which hasn't changed in 3 years) to your own project and delete the android-adapters dependency.

cmelchior avatar Oct 06 '21 12:10 cmelchior

Realm welcomes all contributions! The only requirement we have is that, like many other projects, we need to have a Contributor License Agreement (CLA) in place before we can accept any external code. Our own CLA is a modified version of the Apache Software Foundation’s CLA. Our records show that CLA has not been signed by @nathan-contino-mongo. Please submit your CLA electronically using our Google form so we can accept your submissions. After signing the CLA you can recheck this PR with a @cla-bot check comment. The GitHub usernames you file there will need to match that of your Pull Requests. If you have any questions or cannot file the CLA electronically, make a comment here and we will be happy to help you out.

cla-bot[bot] avatar Oct 12 '21 10:10 cla-bot[bot]