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

Document @PageTitle not working properly with Quarkus in development mode #2550

Open
mcollovati opened this issue Jul 5, 2023 · 0 comments

Comments

@mcollovati
Copy link
Contributor

mcollovati commented Jul 5, 2023

Tell us about your request

The Vaadin Quarkus integration has a known issue with the usage of @PageTitle when the application runs in development mode.
The feature basically does not work because of Quarkus is creating proxy classes to monitor beans, and the annotation is not inheritable. (vaadin/quarkus#67).

A workaround for this is to disable dev-mode monitoring in application.properties (https://quarkus.io/guides/all-config#quarkus-arc_quarkus.arc.dev-mode.monitoring-enabled), at the cost of deactivating monitoring for all beans.

This limitation must be documented in the Known issues section of the add-on documentation.
https://vaadin.com/docs/latest/integrations/quarkus#quarkus.vaadin.knownissues


If you think this issue is important, add a 👍 reaction to help the community and maintainers prioritize this issue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant