Hello everyone,
During the last years the CUBA platform has been relying on the JFrog Bintray global network for distributing platform and add-on artifacts. This network had an associated repository URL https://dl.bintray.com/cuba-platform
which was suggested by the project creation wizard as the default option.
Unfortunately, the JFrog Bintray repository will be shut down soon. You can read the official announcement from the JFrog company here: https://jfrog.com/blog/into-the-sunset-bintray-jcenter-gocenter-and-chartcenter.
Below are the key moments concerning the migration from the Bintray:
- Artifacts already uploaded to the Bintray will remain available until the 1st February 2022.
- CUBA 7.2.12 is the last release published in the Bintray. Subsequent releases will be published only to the
repo.cuba-platform.com
repository. - In April we have started to receive feedback from users that even now some updates of the Maven artifacts not related to the platform are missing in the jcenter (mavenCentral analog by JFrog).
-
We recommend you to reconfigure your projects to use the
repo.cuba-platform.com
repository, otherwise you won’t be able to receive updates of the platform and other libraries. - CUBA Studio version 15.3 and later display the corresponding warning to the user for the projects using Bintray.
- During the next months we will move all CUBA addons published in the Bintray to the
repo.cuba-platform.com
, so that they will remain available even after full shutdown of the Bintray.
You can change main repository used in the project with the help of the Project Properties dialog available through the CUBA main menu: CUBA Studio User Guide
Updated platform documentation page: Configuring Access to Repository - CUBA Platform. Developer’s Manual.
Speaking about Jmix, its artifacts are going to be distributed using the following repositories:
- global.repo.jmix.io - global repository with mirrors in several AWS regions. It’s recommended for the majority of users.
- nexus.jmix.io - located in Europe, in addition to release artifacts it also contains daily snapshots published as part of the Continious Integration process.
Best regards,
Platform team.