Module compatibility with LabKey version

LabKey Support Forum (Inactive)
Module compatibility with LabKey version jmikk  2017-05-03 08:41
Status: Closed
 
Hello all,

Is there a dedicated file somewhere in a module's directory that states what versions of LabKey it is compatible with? If not, is there a way to tell a module (external or official) is compatible with a given version of LabKey, or will one just have to install it to see?

Thanks!
 
 
Jon (LabKey DevOps) responded:  2017-05-03 13:27
Hello,

Yes, the module.properties file if you're building from source or the module.xml file under the /config directory of the specific module can dictate whether a module is meant for a specific build of LabKey.

https://www.labkey.org/Documentation/wiki-page.view?name=includeModulePropertiesFile

So if the requiredServerVersion field is set to say, 16.3, then that means when the server attempts to load that module, it will immediately recognize that it needs 16.3 or greater and will not allow the module to work otherwise.

Regards,

Jon
 
Jon (LabKey DevOps) responded:  2017-05-03 13:51
Hello,

We've confirmed that the enforcement doesn't appear to be functional.

I've opened the following bug on this issue:

https://www.labkey.org/home/Developer/issues/issues-details.view?issueId=30270

Regards,

Jon
 
jmikk responded:  2017-05-04 06:56
Thanks for the info Jon.