You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copying parts of the issue description from liquibase/liquibase#6148 (comment) because I think that the issue is purely related to liquibase-hibernate and I think that there is an easy fix for the problem.
Description
Since liquibase 4.28 it seems like that changes are still detected but don't make it to the changeset when using the liquibase diff-changelog command.
Steps To Reproduce
Create a JPA Entity with a change compared to your database and configure liquibase-hibernate to create diffs.
Run the liquibase diff-changelog command.
Expected/Desired Behavior
Liquibase-Hibernate 4.28 and onwards should create a changelog file like 4.27 did.
Liquibase-Hibernate Version
4.28, 4.29
Database Vendor & Version
Oracle or H2 comparing to a Spring Hibernate JPA Entities configuration
Liquibase Integration
Gradle
Liquibase Extensions
liquibase-hibernate6
OS and/or Infrastructure Type/Provider
Windows
Are you willing to submit a PR?
I'm willing to submit a PR (Thank you!)
The text was updated successfully, but these errors were encountered:
You can implement an own extension and provide this. Or use a patched library, that's what we do currently. It both results in the same, that you need to provide an additional library.
Search first
Copying parts of the issue description from liquibase/liquibase#6148 (comment) because I think that the issue is purely related to liquibase-hibernate and I think that there is an easy fix for the problem.
Description
Since liquibase 4.28 it seems like that changes are still detected but don't make it to the changeset when using the liquibase diff-changelog command.
Steps To Reproduce
Create a JPA Entity with a change compared to your database and configure liquibase-hibernate to create diffs.
Run the liquibase
diff-changelog
command.Expected/Desired Behavior
Liquibase-Hibernate 4.28 and onwards should create a changelog file like 4.27 did.
Liquibase-Hibernate Version
4.28, 4.29
Database Vendor & Version
Oracle or H2 comparing to a Spring Hibernate JPA Entities configuration
Liquibase Integration
Gradle
Liquibase Extensions
liquibase-hibernate6
OS and/or Infrastructure Type/Provider
Windows
Are you willing to submit a PR?
The text was updated successfully, but these errors were encountered: