liquibase-hibernate
liquibase-hibernate copied to clipboard
Liquibase Hibernate Integration
A feature requset to support default schema for Hibernate Envers. ┆Issue is synchronized with this [Jira Bug](https://datical.atlassian.net/browse/LB-473) by [Unito](https://www.unito.io/learn-more)
Bumps `hibernate.version` from 6.3.1.Final to 6.4.4.Final. Updates `org.hibernate.orm:hibernate-core` from 6.3.1.Final to 6.4.4.Final Release notes Sourced from org.hibernate.orm:hibernate-core's releases. Hibernate ORM 6.4.4.Final released Today, we published a new maintenance release of...
chore(test.yml): add authorization step before build-test job to determine environment based on pull request target repository feat(test.yml): add authorization step to determine environment based on pull request target repository before...
Bumps `hibernate.version` from 6.3.1.Final to 6.5.2.Final. Updates `org.hibernate.orm:hibernate-core` from 6.3.1.Final to 6.5.2.Final Release notes Sourced from org.hibernate.orm:hibernate-core's releases. Hibernate ORM 6.4.8.Final released Today, we published a new maintenance release of...
Hello, Been working to integrate Liquibase with a Springboot project and while I have been able to run the generateChangeLog command via maven successfully I've noticed that all UUID properties...
I'm trying out Spring Boot for the first time and looking to create a minimal project which achieves the following: - uses Gradle+Kotlin as the build tool - allows liquibase...
### Search first Copying parts of the issue description from https://github.com/liquibase/liquibase/issues/6148#issue-2438921543 because I think that the issue is purely related to liquibase-hibernate and I think that there is an easy...
Removes validate differences when comparing an Oracle Database Schema against a Spring Jpa / HibernateDatabase Fixes #718 The change in src/main/java/liquibase/ext/hibernate/database/HibernateDatabase.java is a necessary precondition for the diff-changelog command to...
### Environment **Liquibase Version:** 4.29.2 **Liquibase Integration & Version:** Gradle **Liquibase Extension(s) & Version:** org.liquibase.ext:liquibase-hibernate6:4.29.2 **Database Vendor & Version:** Oracle / H2 **Operating System Type & Version:** Windows **Infrastructure Type/Provider:**...
This PR fixes #716 Before this change, running diff-changelog simply doesn't create a changelog file, because all changes won't be output. With this change, the changelog generation works again, as...