We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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:
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
The text was updated successfully, but these errors were encountered:
Support for Vert.x Integration
c1c25bd
Fixes redhat-developer#1009 Signed-off-by: azerr <azerr@redhat.com>
dd24bc5
9b95135
4e3e372
76c67ba
724cf77
angelozerr
Successfully merging a pull request may close this issue.
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:
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
The text was updated successfully, but these errors were encountered: