Skip to content
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

Support for Vert.x Integration #1009

Closed
angelozerr opened this issue Oct 19, 2024 · 0 comments · Fixed by #1010
Closed

Support for Vert.x Integration #1009

angelozerr opened this issue Oct 19, 2024 · 0 comments · Fixed by #1010
Assignees
Labels
bug Something isn't working
Milestone

Comments

@angelozerr
Copy link
Contributor

angelozerr commented Oct 19, 2024

To avoid false positive error in roq application which uses the JsonObject from vertx, we need to provide and emulate value resolver for JsonObject.

Open https://github.com/quarkiverse/quarkus-roq/blob/caa56a5bf839545eb58fd721b8f85d3ae3ee07fc/theme/default/src/main/resources/templates/layouts/roq-default/main.html#L12 and you should see false positive error:

image

data is a JsonObject, name should be managed with value resolver to avoid having false positive error.

See https://quarkus.io/guides/qute-reference#vertx_integration

//cc @ia3andy

@angelozerr angelozerr added the bug Something isn't working label Oct 19, 2024
@angelozerr angelozerr added this to the 0.20.0 milestone Oct 19, 2024
angelozerr added a commit to angelozerr/quarkus-ls that referenced this issue Oct 19, 2024
Fixes redhat-developer#1009

Signed-off-by: azerr <azerr@redhat.com>
angelozerr added a commit to angelozerr/quarkus-ls that referenced this issue Oct 19, 2024
Fixes redhat-developer#1009

Signed-off-by: azerr <azerr@redhat.com>
angelozerr added a commit to angelozerr/quarkus-ls that referenced this issue Oct 19, 2024
Fixes redhat-developer#1009

Signed-off-by: azerr <azerr@redhat.com>
@angelozerr angelozerr self-assigned this Oct 19, 2024
@angelozerr angelozerr moved this to Done in Java Tooling Oct 19, 2024
angelozerr added a commit to angelozerr/quarkus-ls that referenced this issue Oct 20, 2024
Fixes redhat-developer#1009

Signed-off-by: azerr <azerr@redhat.com>
angelozerr added a commit to angelozerr/quarkus-ls that referenced this issue Oct 20, 2024
Fixes redhat-developer#1009

Signed-off-by: azerr <azerr@redhat.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
Status: Done
Development

Successfully merging a pull request may close this issue.

1 participant