flow icon indicating copy to clipboard operation
flow copied to clipboard

Vaadin Flow is a Java framework binding Vaadin web components to Java. This is part of Vaadin 10+.

Results 594 flow issues
Sort by recently updated
recently updated
newest added

### Describe your motivation Java records has been GA since Java 16. Since a record is immutable it is more suitable for a functional or 'data driven' coding style which...

enhancement
needs design
binder

### Describe your motivation I would like to place security annotations (@PermitAll, @RolesAllowed, etc.) on parent layouts so they automatically apply to all child layouts / navigation targets. This would...

enhancement

### Describe your motivation The recommended way to notify the server is to fire CustomEvent DOM events on the element and then hook DOM listeners server-side to the UI.getCurrent().getElement(). However,...

enhancement

Bumps `jackson.version` from 2.16.2 to 2.17.0. Updates `com.fasterxml.jackson.core:jackson-core` from 2.16.2 to 2.17.0 Commits 8fba680 [maven-release-plugin] prepare release jackson-core-2.17.0 486b33f Prepare for 2.17.0 release a6a1074 Merge branch '2.16' into 2.17 e5b5e34...

external dependency
+0.0.1
java

### Description of the bug In order to update the content of a page, we often remove its contents, create them from scratch and add them to the page. However...

bug
BFP
Impact: Low
Severity: Major

### Description of the bug I have the following annotation in my code base: ``` @Theme(value = "my-own-theme", themeClass = MyOwnTheme.class) ``` When starting the application (in dev mode), the...

### Describe your motivation One of use case to use JWT token to skip extra DB call for each request. like getting user id, or some other details. let say...

enhancement

### Description of the bug Please see vaadin/web-components#7174. `com.vaadin.flow.data.validator.EmailValidator` has the same issue. I noticed this, because my backend (not Java) disagreed with the email field on the validity of...

### Description of the bug Having a Vaadin application built for production as a dependency forces production mode to the main application at development time. It seems that the `DefaultApplicationConfigurationFactory`...