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

fix: Turn off frame deactivation policy for Spring apps #87

Merged
merged 1 commit into from
Sep 19, 2024

Conversation

Artur-
Copy link
Member

@Artur- Artur- commented Sep 19, 2024

The default value for frame deactivation is to update classes and resources.

This causes an extra update when going from IntelliJ to the browser which either does nothing or then does an extra hotswap of some files, as described in vaadin/flow#19971

Fixes vaadin/flow#19971

The default value for frame deactivation is to update classes and resources.

This causes an extra update when going from IntelliJ to the browser which either does nothing or then does an extra hotswap of some files, as described in vaadin/flow#19971
Copy link

Artifact build on last commit: distributions.zip.
For MacOS users: there is a zip inside this zip and Finder unzips them both at once. Use unzip distributions.zip from Terminal or check solution for Archive Manager.

@MarcinVaadin MarcinVaadin merged commit 71e3a3f into main Sep 19, 2024
2 checks passed
@MarcinVaadin MarcinVaadin deleted the no-frame-deactivation branch September 19, 2024 11:24
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

Successfully merging this pull request may close these issues.

Hotswap reloads every time IntelliJ is defocused
2 participants