-
Notifications
You must be signed in to change notification settings - Fork 32
Replace usage of method Query.forEach(Consumer) #1474
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
base: main
Are you sure you want to change the base?
Replace usage of method Query.forEach(Consumer) #1474
Conversation
turkeylurkey
left a comment
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.
I would recommend against changing the code in lsp4mp4ij unless necessary. It will cause extra work every time we need to merge in code from Quarkus Tools. Can you submit these changes to the Quarkus Tools project?
It is possible Quarkus Tools already addressed this. Would be worth checking before submitting a PR. |
Hi @mrglavas @turkeylurkey Quarkus has not implemented these changes yet as I can see here . I have raised a PR in intellij-quarkus - redhat-developer/intellij-quarkus#1519 |
|
@mrglavas @turkeylurkey These changes have been merged into Intellij quarkus -https://github.com/redhat-developer/intellij-quarkus/pull. So Please review this PR at your convenience. |
406f911 to
f3a9634
Compare
Fixes #1292