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
Support for Liquibase 3.6.x
Support for Bean validation annotation
Better handling of indexes and constraints
Better handling of physicalNamingStrategy
Support for using sequence start values
This leads to an error using liquibase:diff
[ERROR] Failed to execute goal org.liquibase:liquibase-maven-plugin:3.6.3:diff (default-cli) on project api: Error setting up or running Liquibase: org.hibernate.boot.MappingException: Unable to perform unmarshalling at line number 3 and column 40. Message: élément inattendu (URI : "http://www.hibernate.org/xsd/orm/hbm", local : "hibernate-mapping"). Les éléments attendus sont <{}hibernate-mapping> : origin(envers): UnmarshalException -> [Help 1]
Motivation for or Use Case
We should use compatible versions between dependencies
Reproduce the error
Related issues
Suggest a Fix
Update to liquibase-hibernate5 version 3.7
JHipster Version(s)
6.0.1
JHipster configuration
Browsers and Operating System
Checking this box is mandatory (this is just to show you read everything)
Sorry for the quick dirty issue, I may be able to provide more context later
The text was updated successfully, but these errors were encountered:
W00t trying to reproduce this in a brand new project from scratch and bOOm, found an issue in my project : bad merge on last jhi update and my pom.xml was not following jhi !
A quick patch solve this issue (add this dependency into liquibase-maven-plugin hibernate-core${hibernate-core.version})
Overview of the issue
liquibase-hibernate5 version 3.6 (used by jhipster 6.0.1) does not support liquibase 3.6 (used by jhipster 6.0.1)
See the release note: https://github.com/liquibase/liquibase-hibernate/releases/tag/liquibase-hibernate5-3.7
This leads to an error using liquibase:diff
Motivation for or Use Case
We should use compatible versions between dependencies
Reproduce the error
Related issues
Suggest a Fix
Update to liquibase-hibernate5 version 3.7
JHipster Version(s)
6.0.1
JHipster configuration
Browsers and Operating System
Sorry for the quick dirty issue, I may be able to provide more context later
The text was updated successfully, but these errors were encountered: