Sami Viitanen
Sami Viitanen
In Vaadin 17 preview, with flow version 4.0.0.alpha3 If you have class Endpoint1 (in package A) as... ``` @Endpoint @AnonymousAllowed @Component("notEndpoint") public class Endpoint1 { public String meriKreikan2() { return...
Current FieldBinder in Vaadin 8.0 is trying to map components to fields (class) based on caption of component. This is causing issue with Vaadin Designer where only correct mapping is...
**Setup:** - OS: MacOS 10.14.5 - Eclipse: 2019-06 - JDK: Corretto-11.0.3.7.1 - Vaadin Plugin: 4.1.0.beta4 - Vaadin Designer Plugin: 4.3.0.beta2 **Steps:** 1. Create new 14 project with Spring Boot base...
**Setup:** - Preview Eclipse plugin (for 14 support) - Eclipse 2019-06 (4.12.0) - MacOS 10.14.5 - Amazon Corretto 11 **Steps:** 1. New Vaadin project, use Spring Boot starter 2. Run...