question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

liquibase-hibernate5 3.7 Incompatible with liquibase 3.6.3

See original GitHub issue
liquibase.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:closed
  • Created 4 years ago
  • Reactions:1
  • Comments:7 (1 by maintainers)

github_iconTop GitHub Comments

6reactions
DanielFrancommented, Jul 30, 2019

@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

0reactions
armin-vcgcommented, Sep 18, 2019

@armin-vcg what where you able to conclude in your tests? I’m currently running into similar problems…

Fixed it by upgrading the liquibase-hibernate5 extension to v 3.8 … seems to work as advertised

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found