Spring and JPA versions in Labkey 15.1?

LabKey Support Forum (Inactive)
Spring and JPA versions in Labkey 15.1? jeckels  2015-04-28 11:29
Status: Closed
 
Hello,

Welcome to LabKey Server!

1. We're currently using Spring 2.5.5, including Spring Mock and Spring WebMVC. We're not using JPA.

2. We have our own access control layer.

3. We aren't using Spring Boot. I'm not very familiar with it, but at a glance it doesn't look like it would work with LabKey Server as-is.

4. We don't use an application.properties file. We store similar settings, including the JDBC connection information and context path, in our Tomcat deployment descriptor. https://www.labkey.org/wiki/home/Documentation/page.view?name=cpasxml

5. We have a well-defined approach for creating and upgrading schemas and tables, which uses actual SQL scripts. This is the same mechanism we use on our development machines and to upgrade production servers. https://www.labkey.org/wiki/home/Documentation/page.view?name=sqlScripts

Thanks,
Josh