Please Note This forum exists for community support for the Mango product family and the Radix IoT Platform. Although Radix IoT employees participate in this forum from time to time, there is no guarantee of a response to anything posted here, nor can Radix IoT, LLC guarantee the accuracy of any information expressed or conveyed. Specific project questions from customers with active support contracts are asked to send requests to support@radixiot.com.
Upgrade modules without upgrading core
-
Hi again,
It it possible to uprade a module to its latest version without upgarding the core?
Lets say we want to upgrade snmp module to 1.5.2 version and we have core version 2.5.2
Best Regards
Stathis
-
Hi Stathis,
What would bring hesitation in upgrading the core? 2.7.12 is pretty nice! And 2.8 will be along very soon.
To answer your question, maybe. Module's core version compatibility is determined in the module's module.properties file. You could change the core compatibility version and subvert the check if the module matches the core, but we would not offer support in such a circumstance and will not be surprised if there are compilation type errors (NoSuchMethodException, etc) or other unexpected issues in doing so.