-
Notifications
You must be signed in to change notification settings - Fork 166
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
Test new JRebel that supports Hotswapper #20452
Comments
Editing, adding a new flow route, deleting a flow route leads to UI refresh
Copilot shows a proper status for Java Hotswap
Copilot features works (adding new and modifying existing route)
Editing a translation file leads to server restart and UI refresh
|
This seems to work the same way with hotswap agent |
Tested with the JRebel Agent 2024.4.2-SNAPSHOT (2024-11-21 11:38) and observed the same testing results as @tepi did with little difference: I got no Copilot error message - it added the translation codes then instructed me to restart the server, I did it, and then I got working refreshes on each modification of translation files. Note that JRebel doesn't support deleted class case by design. |
Tested this two more times, not getting an error message. Could have been something random. |
I'm currently investigating the reloading case, when |
Follow up issue - #20548. I think this testing ticket can be closed now. |
Describe your motivation
Test Vaadin 24.6 and 24.5 with the latest JRebel snapshot, where the Hotswapper API is implemented.
These should be checked:
The text was updated successfully, but these errors were encountered: