We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The version of liquibase-hibernate leaks h2 onto the compile classpath of users of this plugin. Upgrade to version 4.18.0 that fixes this issue.
If using the grails-database-migration, then h2 shouldn't appear on the compile classpath
h2 is brought onto the compile classpath of users of this plugin.
Refer to issue grails/grails-core/issues/11753
Refer to PR liquibase/liquibase-hibernate/pull/444
The text was updated successfully, but these errors were encountered:
Release 4.2.0 resolves this
Sorry, something went wrong.
No branches or pull requests
The version of liquibase-hibernate leaks h2 onto the compile classpath of users of this plugin. Upgrade to version 4.18.0 that fixes this issue.
Expected Behaviour
If using the grails-database-migration, then h2 shouldn't appear on the compile classpath
Actual Behaviour
h2 is brought onto the compile classpath of users of this plugin.
Refer to issue grails/grails-core/issues/11753
Refer to PR liquibase/liquibase-hibernate/pull/444
The text was updated successfully, but these errors were encountered: