-
Notifications
You must be signed in to change notification settings - Fork 528
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 integration #429
Comments
Hi, thanks for feedback. There are no such plans since I am otherwise engaged. If you need it, you can implement it yourself. With Quarkus interceptors it should be quite easy. You can use the Micronaut implementation as an inspiration. It's just few classes. If you do that, please send PR, I will be happy to merge it. |
POC is here https://github.com/lukas-krecan/shedlock-quarkus |
Rundimentary support will be part of 5.0.0 release |
Hello all, I am doing some work on it. Regards, Damien |
@dcdh There already is CDI integration tested with Quarkus. Is there anything missing that would justify creating a new project to do the same? |
I guess yes. Regarding Jdbc, a developer can specify the datasource to use and the extension will validate it at build time (check that specified datasource existe). The developer can use multiple providers if needed. |
First of all, thanks for providing and maintaining this useful library.
Are there any plans of supporting a Quarkus integration?
The text was updated successfully, but these errors were encountered: