exomiser / Exomiser

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

Update H2 dependency to 2.1.x? #500

Closed julesjacobsen closed 1 year ago

julesjacobsen commented 1 year ago

Spring boot 2.7+ use H2-2.x which is not compatible with H2-1.4.200 databases.

Exomiser 14.0.0-SNAPSHOT (as of 2023-07-07) still uses H2-1.4.200, despite using Spring Boot 3.1

Originally posted by @julesjacobsen in https://github.com/exomiser/Exomiser/issues/474#issuecomment-1625463947

vishalsingh2972 commented 1 year ago

I see in this repo Exomiser is still using Spring Boot 2.7.7, and might cause compatibility issues if I upgrade the existing H2 dependency 1.4.2 without FIRST upgrading the Spring Boot Version, so should I update the Spring Boot version as well while submitting a PR @julesjacobsen ?

julesjacobsen commented 1 year ago

@vishalsingh2972 thanks for the offer - no need for a PR as this will also break all the data releases.