-
Notifications
You must be signed in to change notification settings - Fork 2.8k
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
Look for RedisClient in all modules #15589
Conversation
There's a formatting error:
|
...client/deployment/src/main/java/io/quarkus/redis/client/deployment/RedisClientProcessor.java
Outdated
Show resolved
Hide resolved
I fixed the formatting error, I pushed to fast yesterday :) |
@mkouba I updated the code with @machi1990 for the mongo extension, should we do that in an other branch ? |
Thanks for the fix. Could be a separate PR or a separate commit in this PR. |
This branch looks for redis client in all archives. I tested it in a multi module project locally. Is there any place where I could put such a test? the
integration-test/redis-client
is not a multi-module project.close #15581