liquibase / liquibase-hibernate

Liquibase Hibernate Integration
Apache License 2.0
270 stars 154 forks source link

Quarkus Support with liquibase-hibernate similar to Spring Bean #626

Open siddharthapd opened 7 months ago

siddharthapd commented 7 months ago

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 in liquibaseRuntime in order to work with referenceURL such as hibernate:spring:<entitiesPackage>?dialect=<hibernateGenericDialect> something like this.

can we have a support for quarkus where in we don't need to hack around for liquibaseRuntime to use Spring dependency in quarkus based project ? Something similar like - HibernateSpringBeanDatabase.java

where in we simply have to use something like -- hibernate:quarkus:<entitiesPackage>?dialect=<hibernateGenericDialect>

danielsawan commented 7 months ago

It would be great if it were compatible with quarkus.