You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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).
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.
The text was updated successfully, but these errors were encountered: