vaadin / spring

Spring integration for Vaadin
https://vaadin.com/start
175 stars 101 forks source link

Spring DevTools reload not finding all SpringViews #226

Open AlexRoig opened 7 years ago

AlexRoig commented 7 years ago

Hi,

I noticed a strange issue. I'm working on a new project with SpringBoot+Vaadin8 + IntelliJ.

I configured DevTools to automatically reload the project when saving/compiling the files with CMD+F9. Randomly, one of the views where I've been working/modifying on is not scanned on the next compile and I'm forwarded to the default error view when trying to reach it.

If I stop the application and launch it again, all classes are scanned.

2017-07-10 13:58:50.940 INFO 73380 --- [nio-8080-exec-4] c.v.spring.navigator.SpringViewProvider : 4 SpringViews found <-- Good one and others: 2017-07-10 13:54:53.932 INFO 73380 --- [nio-8080-exec-2] c.v.spring.navigator.SpringViewProvider : 3 SpringViews found <-- One view missing

I've been working for a while in version 7 and never noticed such issue; only in 8.0.6

bobvdvalk commented 6 years ago

Maybe a bit late, but I am also running into the same issue.