Changes since 24.8.0.beta1
Fixes
-
Make Vite messages from browser to server work (#21565)
Commit · Pull request · Issue -
Improve TaskExecutor selection strategy in SpringVaadinServletService (#21542)
Commit · Pull request · IssueWhen multiple TaskExecutor beans are available at application startup, Vaadin prevents application startup by throwing an exception. This change applies a smarter selection strategy instead of immediately failing with, by prioritizing regular TaskExecutor beans over TaskScheduler beans when both are present (fixes issues when
@EnableScheduling
is used) and application defined executors over Spring defaults.