liquibase-hibernate
liquibase-hibernate copied to clipboard
Liquibase Hibernate Integration
feat: `.github/workflows/codeql.yml`: use the newer version for build-logic for codeql
Hi, We are using liquibase gradle plugin and the audit table generration with custom postfix `_version` is working fine till `liquibase-hibernate5:4.11.0`, but it is using the default `_aud` from `liquibase-hibernate5:4.12.0`....
Hibernate 6.4 added the capability to order primary key columns by defining a Unique Index containing all the PK columns. See this hibernate issue and the relevant Hibernate PR. -...
Bumps `hibernate.version` from 6.3.1.Final to 6.5.0.Final. Updates `org.hibernate.orm:hibernate-core` from 6.3.1.Final to 6.5.0.Final Release notes Sourced from org.hibernate.orm:hibernate-core's releases. Hibernate ORM 6.4.7.Final released Today, we published a new maintenance release of...
java.lang.NullPointerException: Cannot invoke "java.sql.ResultSet.next()" because "schemas" is null
Hi, I have problem with generatig mvn liquibase:diff My liquibase properties: ``` driver:com.mysql.cj.jdbc.Driver changeLogFile:src/main/resources/db/changelog/dbchangelog.xml url:jdbc:mysql://localhost:3306/liquibase defaultSchemaName:liquibase username:liquibase password:liquibase hibernate.dialect:org.hibernate.dialect.MySQL8Dialect referenceUrl:hibernate:org.heller.liqibase.entity?dialect=org.hibernate.dialect.MySQL8Dialect referenceDefaultSchema:hibernate ``` it return me this exception : ``` java.lang.NullPointerException:...
We're currently migrating a project to hibernate6 and ran into an issue. Our database server is PostgreSQL and we're using the `io.hypersistence:hypersistence-utils-hibernate-63` package to get `json`/`jsonb` column support in Hibernate....
Originates from https://github.com/liquibase/liquibase/issues/5445 If Spring is not on the classpath, then HibernateSpringBeanDatabase cannot be loaded by the service loader, which causes an exception to be printed out to the logs.
I'm using `liquibase-hibernate5-4.25.1` with a `hibernate:ejb3:...` referenceUrl. In my java source code I removed a `nullable = false` attribute from a `@Column` annotation on an entity field like this: ```java...
Env: ``` Spring Boot - 3.2.1 Hibernet - 6.4.1 Mysql - 5.7 Liquibase : 4.25.1 Liquibase Hibernate6: 4.25.1 ``` Gradle: ``` liquibase { activities { main { defaultsFile "liquibase.properties" changelogFile...
Hello, Currently we have Great support with Spring Bean for Liquibase hibernate. But in order to work efficiently with quarkus framework, we need to import spring core, spring-data-jpa and spring-data-envers...