Acosix / alfresco-keycloak

Alfresco addon to provide Keycloak-related extensions / customisations for Repository and Share

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Make repository project compatible with the acisix.utility latest version

fguariba opened this issue · comments

Hi Axel,
Should not the module.properties from repository project be updated in order to make it compatible with acosix.utility last version (1.3.0). Or is the last version not supported?
i.e.:
module.depends.acosix-utility=1.3.0-*

Thanks and regards,
Francisco

The version in the module.depends section denotes the minimum version required for compatibility reasons. It does not say that higher versions are incompatible. In fact, in a recent commit I included commented configuration to quickly be able to switch the Maven dependency to the current 1.3.0 SNAPSHOT in order to test with this version in the integration tests, and using that configuration showed me that the Keycloak module is compatible with that version as well. But it also is still compatible with 1.2.5, which therefore remains the minimum version.

Thanks for the information, Axel.
Regards