Robert Tisma
Robert Tisma
not too sure why its failing with ``` queryJson(com.marvinformatics.hibernate.json.JsonExpressionsTest) Time elapsed: 1.73 sec
version 4.0 depends on hibernate-core 4.2.21-Final, which does not have the `SharedSessionContractImplementor` class. Spring boot 2.0.1 uses hibernate-core 5.2.16-Final, and has this class
The following ticket describes the deprecation of SpringJdbcMigration https://github.com/flyway/flyway/issues/2218 this means, we need to change the java migrations
this is related to #228