spring-vaadin icon indicating copy to clipboard operation
spring-vaadin copied to clipboard

Vaadin 7.3.0 support

Open peterback opened this issue 10 years ago • 4 comments

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

peterback avatar Apr 29 '14 13:04 peterback

+1, this addon doesn't work with 7.2.0 either...

eXsio avatar May 16 '14 18:05 eXsio

+1, I need a feature of Vaadin 7.2.0 so really would like an updated version

dgommeren avatar May 28 '14 14:05 dgommeren

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

dgommeren avatar Jun 03 '14 11:06 dgommeren

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.

xpoft avatar Jun 09 '14 11:06 xpoft