-
Notifications
You must be signed in to change notification settings - Fork 2.7k
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
Generate gRPC code from dependencies #23374
Generate gRPC code from dependencies #23374
Conversation
@@ -126,6 +128,28 @@ public void testProtoFileChangeReload() throws InterruptedException { | |||
callHello("HACK_TO_GET_STATUS_NUMBER", "15"); | |||
} | |||
|
|||
@Test | |||
public void testProtoFileChangeAndImplementationReload() throws InterruptedException { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@aloubyansky this test checks if the compilation order is correct, that is #23271
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Can you update the documentation?
This workflow status is outdated as a new workflow run has been triggered. Failing Jobs - Building 9e3a3da
Full information is available in the Build summary check run. Failures⚙️ JVM Tests - JDK 11 Windows #- Failing: extensions/resteasy-classic/resteasy/deployment
! Skipped: extensions/agroal/deployment extensions/apicurio-registry-avro/deployment extensions/avro/deployment and 284 more 📦 extensions/resteasy-classic/resteasy/deployment✖
|
extensions/grpc/codegen/src/main/java/io/quarkus/grpc/deployment/GrpcCodeGen.java
Outdated
Show resolved
Hide resolved
9e3a3da
to
90f987c
Compare
90f987c
to
fa323bb
Compare
I found one issue with the new version, changed PR to draft until I fix it |
fa323bb
to
9dedb0e
Compare
done |
@cescoffier I let myself dismiss your review, if the docs are insufficient I'll fix it in another PR |
It doesn't change any dependencies and it is a feature people were asking for on a few occasions. Maybe it could be backproted? WDYT @aloubyansky @cescoffier @gsmet ? |
Looks safe enough for backport to me. |
fixes #22603