liquibase-hibernate5 3.7 Incompatible with liquibase 3.6.3
See original GitHub issueliquibase.structure.core.Index.setTable(Lliquibase/structure/core/Relation;)Lliquibase/structure/core/Index;
java.lang.NoSuchMethodError: liquibase.structure.core.Index.setTable(Lliquibase/structure/core/Relation;)Lliquibase/structure/core/Index;
at liquibase.ext.hibernate.snapshot.PrimaryKeySnapshotGenerator.addTo(PrimaryKeySnapshotGenerator.java:75)
at liquibase.ext.hibernate.snapshot.HibernateSnapshotGenerator.snapshot(HibernateSnapshotGenerator.java:84)
Seems like https://github.com/liquibase/liquibase-hibernate/issues/179 was not implemented completely
Issue Analytics
- State:
- Created 4 years ago
- Reactions:1
- Comments:7 (1 by maintainers)
Top Results From Across the Web
liquibase-hibernate5 not working with liquibase-maven-plugin
I'm using Spring Boot Starter 1.4.2.RELEASE + Hibernate 5 + Hibernate Spatial + Liquibase 3.5.
Read more >Release Notes | Liquibase Docs
Notable Changes. [PRO] Hashicorp Vault extension and Liquibase Pro. Use together for increased security and convenience of centralized properties. Security: ...
Read more >liquibase - Bountysource
liquibase.gradle.OutputEnablingLiquibaseRunner' configuration to see log on the console. But after I upgraded liquibase from 3.6.3 to 3.7.0 this settings has no ...
Read more >3 Liquibase Support in SQLcl - Oracle Help Center
Record all SQL statements for changeset or changelog execution, as it is generated; Provide full rollback support for changesets and changelogs automatically ...
Read more >liquibase-hibernate5 » 3.7 - Maven Repository
Liquibase Hibernate Integration » 3.7. Liquibase extension for hibernate integration including generating changesets based on changed ...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
@nvoxland There is any expectation to fix this issue? Actually since 3.6.3 (and now 3.7.0) we cannot use this plugin… Thanks
Fixed it by upgrading the liquibase-hibernate5 extension to v 3.8 … seems to work as advertised