liquibase-hibernate
liquibase-hibernate copied to clipboard
Quarkus Support with liquibase-hibernate similar to Spring Bean
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>
It would be great if it were compatible with quarkus.