spring-vaadin
spring-vaadin copied to clipboard
Vaadin 7.3.0 support
Hiya, Thank you for a great add-on! Unfortunately there's been a change in the upcoming Vaadin release (7.3.0) that is incompatible with this add-on as it stands.
This is because there is no longer a VaadinSession.getCurrent().getPreserveOnRefreshUIs() -method present, I was able to make it work for me by just commenting out the whole bit that deals with that in SpringUIProvider.getUIClass() but not at all sure if that's just because this is meant to deal with a scenario which isn't present in my app or if Vaadin just deals with refresh-persistent UI's in a way now that doesn't require you to do this bit.
Thanks, Peter
+1, this addon doesn't work with 7.2.0 either...
+1, I need a feature of Vaadin 7.2.0 so really would like an updated version
Don't know where to best place this, but I've made a fork with the offending code removed. The Spring session annotation instead of @PreserveOnRefresh is probably not going to work anymore: https://github.com/dgommeren/spring-vaadin
I've updated the add-on. Versions 3.x support Vaadin 7.2.x. About 7.3.0, I think I'll create a branch for that version, but till it'll be released I don't think the add-on should be published.