Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
siddharthapd opened this issue Nov 20, 2023 · 1 comment
Open

Comments

@siddharthapd
Copy link

siddharthapd commented 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>

@siddharthapd 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 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
@danielsawan
Copy link

It would be great if it were compatible with quarkus.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants