You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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>
The text was updated successfully, but these errors were encountered:
siddharthapd
changed the title
Please support Quarkus just like Spring Beans are supported
Please support Quarkus with liquibase-hibernate similar to Spring Bean
Nov 20, 2023
siddharthapd
changed the title
Please support Quarkus with liquibase-hibernate similar to Spring Bean
Quarkus Support with liquibase-hibernate similar to Spring Bean
Nov 20, 2023
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>
The text was updated successfully, but these errors were encountered: