openHAB 2.5.x and the sunset of Bintray

All,

The sunset of Bintray on May 1st caused existing openHAB 2.5.x installations to no longer be able to download add-ons from the remote repository (because this was actually Bintray).

The original plan was to move this content to another place and offer a seamless switch for the users, but unfortunately this turned out to be more complicated than thought, so that it didn’t work out - at least until now.

There are two options to fix the problem, though:

  1. Use the offline version of the add-ons (i.e. the KAR file). This makes all of them available locally so that no remote repository is required.
  2. Add JCenter as a remote location to your setup by editing the file userdata/etc/org.ops4j.pax.url.mvn.cfg:
    Change the entry org.ops4j.pax.url.mvn.repositories to
    org.ops4j.pax.url.mvn.repositories= \
     https://openhab.jfrog.io/openhab/libs-release@id=openhab,\
     https://jcenter.bintray.com/@id=jcenter
    

Actually, there is also a third option: Upgrade to openHAB 3. :sunglasses:
But I know, there can be reasons why you want to stick to a 2.5 setup - I hope the above options will help you fix the issue.

Please use this topic for questions and discussions.

Regards,
Kai

17 Likes

This topic was automatically closed 41 days after the last reply. New replies are no longer allowed.