Releases: vaadin/spring
Releases · vaadin/spring
1.0.0.beta2
- Uses Spring @ConfigurationProperties to make configuration of the Vaadin servlet more flexible.
- The access denied view is presented when configured and the user tries to navigate to a non-existent view.
1.0.0.beta1
There are several API changes in Vaadin Spring 1.0.0.beta1 compared to earlier alpha versions.
These aim for a stable API, and include:
API renames:
- The parameter name for @springui is "path"
- The parameter name for @Springview is "name"
- VaadinUIScope -> UIScope
- VaadinViewScope -> ViewScope
- Some annotations and classes have moved to new packages
- com.vaadin.spring.servlet.SpringAwareUIProvider -> com.vaadin.spring.server.SpringUIProvider
- com.vaadin.spring.servlet.SpringAwareVaadinServlet -> com.vaadin.spring.server.SpringVaadinServlet
Other changes:
- The default mapping for @springui is the context root and there is no convention based auto-generation of the path
- It is possible to omit the leading slash in @springui path mapping
- Added @VaadinSessionScope
- ViewProviderAccessDelegate has been split to ViewAccessControl and ViewInstanceAccessControl
- Using @Springview on a class not implementing View stops view scanning
1.0.0.alpha2
1.0.0.alpha2
1.0.0.alpha1
1.0.0.alpha1