Teemu Suo-Anttila

Results 9 issues of Teemu Suo-Anttila

Attempting to compile the Vaadin Framework project on JDK9 or JDK10 I run into following error: ``` [ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.5.1:compile (default-compile) on project vaadin-server: Compilation failure [ERROR]...

enhancement

Consider the example from vaadin/framework#10578 Vaadin UI with `@PushStateNavigation` wants to catch all requests that fall under the root path `/**`. The user wants to also expose a REST API...

needs design

SpringNavigator fires these events, but the CDI counterpart does not.

enhancement

Topics to cover are at least: - Specialised versions of JaasAccessControl (`@Specializes`) - Complete custom access control (See CDI Tutorial and vaadin/cdi-tutorial)

enhancement

The UI and View Providers in CDI have some kind of support for using `!` as a view separator. The logic in these internal parts need to be gone through...

CDINavigator should provide easy ways to configure these two views. Either like in the Spring plug-in `setErrorView` and `setAccessDeniedView` or with related annotations.

Shiro tests don't pass for Vaadin 8. Needs investigation and some possible fixes.

Eclipse downloads the files but some part of incremental build removes all content from the download folder immediately after the download finishes. Workaround: Use local compilation or CDN

bug

`pre-commit` sets some environment variables when you run it with `--from-ref foo --to-ref bar` that could hopefully be easily picked up and used same as `--commits foo..bar`. This would make...