liquibase-hibernate icon indicating copy to clipboard operation
liquibase-hibernate copied to clipboard

Quarkus Support with liquibase-hibernate similar to Spring Bean

Open siddharthapd opened this issue 1 year ago • 1 comments

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>

siddharthapd avatar Nov 20 '23 13:11 siddharthapd

It would be great if it were compatible with quarkus.

danielsawan avatar Dec 10 '23 20:12 danielsawan