Document @PageTitle not working properly with Quarkus in development mode

Open Beginner friendly
#2,550 0 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Assessment

Difficulty
1/5
Estimated time
Under an hour
Newbie friendliness
70/100
Issue type
Documentation
Clarity
Clearly specified
Activity status
Stale
Tech stack
java
Domain
documentation

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.

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.

Dominant language
AsciiDoc
Stars
38
Forks
225
Avg merge
1d 4h
Merged PRs (30d)
170

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

More from vaadin/docs

All issues in vaadin/docs

Similar issues

More Documentation issues

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.