Open snimavat opened 3 years ago
Docs too are outdated, new versions released but docs still points to older versions - https://grails-plugins.github.io/grails-database-migration/3.0.x/index.html#gettingStarted
The plugin should have test-apps in repo for each supported grails/gradle versions to ensure that it works properly with supported versions.....
the basic commands like dbm-gorm-diff not working outofbox is a big issue
Please use Grails 5.0.0-RC3 instead of 4.1.0.M5. I am currently working on a problem related to Grails 5 which might fix this as well.
Gorm-diff continues to not work with Grails 5.1.2, unless you downgrade the recommend hibernate version.
Grails 5.1.2 suggests hibernate-core:5.6.3.Final for new apps, but 5.6 has a breaking change with the rename of the method org.hibernate.id.enhanced.SequenceStyleGenerator.generatorKey()
. The associated issue ticket on the liquibase side is liquibase-hibernate#378. If you downgrade hibernate-core to 5.5.x, gorm-diff works.
Any update on this ?
Env
Gradle 5.6.4
Groovy: 2.5.4 JVM: 1.8.0_272 (Azul Systems, Inc. 25.272-b17) (ZULU) OS: Mac OS X 10.16 x86_64
| Grails Version: 4.1.0.M5 | JVM Version: 1.8.0_272
Error