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
Highlight the heading "Automatic Registration of Presenters" so that it is permanently placed in the side menu and is permanently visible in the menu - this theme is important!
Add more information about scanDirs: false consequences on decorating presenters
Taken: the scanDirs: false consequences. I verified it in ApplicationExtension: with scanDirs: false, findPresenters() doesn't run, so presenters aren't auto-registered as services — which means the decorator section can't touch them and their creation falls back to a slower path. Documented in both languages, with a link to the decorator section.
Not taken: promoting the heading to top level. scanDirs lives under application:, so "Automatic Registration of Presenters" is genuinely a subsection of the "Application" config block — pulling it up to H1 would make it look like a separate config section rather than part of application:. So I kept it as H2. (I also left the intro sentence as-is to keep the churn minimal.)
Closing since the branch can't be merged directly.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
…info
Highlight the heading "Automatic Registration of Presenters" so that it is permanently placed in the side menu and is permanently visible in the menu - this theme is important!
Add more information about scanDirs: false consequences on decorating presenters