i tried clean & install, but always gives me this error:
Cannot invoke “java.lang.Class.isInterface()” because the return value of “org.reflections.Reflections.forClass(java.lang.String, java.lang.ClassLoader)” is null
i also tried to compile with --enable-preview, doesnt work. Java 17.
i didnt see it previously but i also have a runtime exception when i start the application
Caused by: java.lang.RuntimeException: no DevModeHandlerManager implementation found but but dev server enabled. Either disable by setting vaadin.frontend.hotdeploy=false (and run the build-frontend maven goal) or include the vaadin-dev-server dependency```
For the first error, if you upgrade to a recent Vaadin 24.0 version (e.g. 24.0.11) and run maven with -X flag, you should get additional information about the real error
To upgrade Vaadin just change the version of the dependency in the POM file
I supposed you should have a vaadin-bom dependency in dependencyManagement section