Gokhan Sevik
Gokhan Sevik
Using Vaadin @Push with vaadin-spring-boot-starter and Vaadin4Spring Security throws exception. Here is Vaadin related dependencies on our project: ``` compile 'com.vaadin:vaadin-client-compiled:7.5.8' compile 'com.vaadin:vaadin-client:7.5.8' compile 'com.vaadin:vaadin-themes:7.5.8' compile 'com.vaadin:vaadin-server:7.5.8' compile 'com.vaadin:vaadin-push:7.5.8' //...
I am using 2.0.0.RELEASE. I have seen that you did not use @EnableEventBus at your eventbus-sample. instead you used: @Autowired EventBus.ApplicationEventBus applicationEventBus; /** * Forward {@link org.springframework.context.ApplicationEvent}s to the {@link...
Similar to my previous question; I realized that you did not use @EnableI18N at your i18n-sample. Are you retiring @EnableI18N with 2.0.0.RELEASE?