exomiser / Exomiser

A Tool to Annotate and Prioritize Exome Variants
https://exomiser.readthedocs.io
GNU Affero General Public License v3.0
190 stars 54 forks source link

Update Spring Boot from 2.x to 3.x #474

Closed julesjacobsen closed 1 year ago

julesjacobsen commented 1 year ago

See https://github.com/spring-projects/spring-boot/wiki/Spring-Boot-3.0-Release-Notes

julesjacobsen commented 1 year ago

requires #456

Note that this also includes an H2 database update 1.4.200 -> 2.1.120 which is a breaking change and will make older database/mvstores unreadable (and hence older exomiser data releases too).

julesjacobsen commented 1 year ago

These changes did NOT include the H2 database upgrade, so Exomiser still uses h2-1.4.200, for the time being.