kontent-ai / java-packages

Delivery Java SDK for Kontent.ai including examples for Spring, Gradle, Kotlin and Java Android app
https://kontent.ai/learn/tutorials/develop-apps/overview/?tech=java
MIT License
14 stars 28 forks source link

Publish on Maven Central #130

Closed connyduck closed 3 years ago

connyduck commented 3 years ago

Please publish the libraries on Maven Central or another repository that is not JCenter. JCenter is being shut down and will stop working on May 1st 2021. https://jfrog.com/blog/into-the-sunset-bintray-jcenter-gocenter-and-chartcenter/

Simply007 commented 3 years ago

Hello @connyduck,

thanks for the heads-up! That is really sudden...

I have looked around the alternative services and I have picked these two which might be sufficient to use:

Could you comment on these above or any other service you would recommend to migrate to?

Simply007 commented 3 years ago
Simply007 commented 3 years ago

Notes:

Simply007 commented 3 years ago

Bintray blog post update:

UPDATE: To better support the community in this migration, JFrog has extended the JCenter new package versions submission deadline through March 31st 2021.

To clarify, the JCenter repository will keep serving packages for 12 months until February 1st 2022. Only the JCenter REST API and UI will be sunsetted on May 1st 2021.

Simply007 commented 3 years ago

Android Plugin replacement: https://stackoverflow.com/a/66168622/3529135

Simply007 commented 3 years ago

Hello @connyduck - I have released v 4.4.1 on Maven Central.

The referenced pull request #131 will be verified by one of my colleagues but still, could you test out the new version as well? There should be no functional changes.

connyduck commented 3 years ago

Yes, it works, 4.4.1 is downloaded from Maven Central. Thank you!