Migrate RA Dev Service to the new API#1047
Conversation
This comment has been minimized.
This comment has been minimized.
|
would be nice to get a review from @holly-cummins |
|
The changes look good to me, although I guess you'll want to see the CI tests (would a re-run fix that cache issue?) The two comments I have are:
... but I don't expect you'd want to change anything based on those comments :) |
@holly-cummins nope, it did not. The error message suggests that something with What I do not unterstand is why Anyway, running I rebased the PR onto the current state of |
|
So funny thing... running @holly-cummins could it be that something is broken in |
4409ce2 to
0ba4cd2
Compare
that is actually correct: https://github.com/quarkusio/quarkus/blob/3.32/extensions/devservices/deployment/pom.xml does not depend on is this expected @holly-cummins ? |
|
I created quarkusio/quarkus#52695 |
this is an adaptation to the new dev service api.
I used claude for the initial draft, then reviewed and adapted it.
then I tested it against one of our application in 3 different configurations:
I used https://github.com/quarkusio/quarkus/blob/main/extensions/redis-client/deployment/src/main/java/io/quarkus/redis/deployment/client/DevServicesRedisProcessor.java as an inspiration
here is my compose file: