Changes since 23.7.0-beta1
New features
-
Implement production mode license verification in VaadinServlet (#23864)
Commit · Pull requestAdd runtime license verification for production mode. License check failure is only logged, it does not prevent the application from running.
Fixes
-
Move thread start out of DevServerWatchDog constructor (#23898)
Commit · Pull requestStarting a thread in a constructor can expose a partially constructed object. Extract the thread start into a separate start() method that callers invoke after construction completes.
-
Set required Java and Maven versions in flow-maven-plugin
Commit · Pull requestPrevents potential issues with Maven versions >= 3.9.12 if a Java version newer than the supported one is used to package the Maven plugin.