Document @PageTitle not working properly with Quarkus in development mode
Nobody has claimed this yet.
- Dominant language
- AsciiDoc
- Stars
- 38
- Forks
- 225
- Avg merge
- 1d 4h
- Merged PRs (30d)
- 170
Description
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.
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start at the Quarkus integration documentation's Known issues section: https://vaadin.com/docs/latest/integrations/quarkus#quarkus.vaadin.knownissues. Review the issue description and the linked Quarkus configuration reference for the dev-mode monitoring setting. Done means the @PageTitle limitation and its monitoring-disabled workaround are documented clearly.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- java
- Domain
- documentation
- Issue type
- Documentation
- Difficulty
- 1/5
- Estimated time
- Under an hour
- Activity status
- Stale
- Clarity
- Clearly specified
- Newbie friendliness
- 70/100