Changes since 24.6.9
Fixes
-
Prevent serialization to leak CurrentInstances (#21277)
Commit · Pull requestDuring serialization and deserialization of VaadinSession and UI, CurrentInstances may be set but not present in the original instances map, causing the added instance to leak outside the scope of the deserialization hook method. This fix ensures all instances set by the hooks are wiped out before restoring the original instances.
-
Add native hint for feature flags file (#21224)
Commit · Pull request · Issue