-
Notifications
You must be signed in to change notification settings - Fork 51
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
feat: Support Reactive Routes #1133
feat: Support Reactive Routes #1133
Conversation
we should have unit tests for that |
95184a8
to
9736652
Compare
Yes sure. I have implemented quickly the support and now I need to clean my code and write tests. @gastaldi here the result:
|
3cffa6e
to
19a1d7f
Compare
I wonder if we should have 1 URL per line. How many different routes can a user add, realistically? @gastaldi WDYT? |
@fbricon in my experience, a single |
src/main/java/com/redhat/devtools/intellij/lsp4mp4ij/psi/core/utils/AnnotationUtils.java
Outdated
Show resolved
Hide resolved
6d53a63
to
64d626a
Compare
I fear that we takes some times to do implement that for few usages. if you want to have that really, we could do that in a separate PR. |
941f22e
to
41cc367
Compare
Now tests exist. |
.../redhat/microprofile/psi/internal/quarkus/route/java/ReactiveRouteImplicitUsageProvider.java
Outdated
Show resolved
Hide resolved
41cc367
to
746b58f
Compare
...ain/java/com/redhat/microprofile/psi/internal/quarkus/route/java/ReactiveRouteConstants.java
Outdated
Show resolved
Hide resolved
746b58f
to
87ba6a8
Compare
Fixes redhat-developer#1114 Signed-off-by: azerr <[email protected]>
87ba6a8
to
5ec4642
Compare
Kudos, SonarCloud Quality Gate passed! 0 Bugs No Coverage information |
Thanks @angelozerr |
feat: Support Reactive Routes
Fixes #1114