flow
flow copied to clipboard
Vaadin Flow is a Java framework binding Vaadin web components to Java. This is part of Vaadin 10+.
### 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...
### 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...
### 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,...
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...
### 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...
### 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...
Vaadin stateless jwtAuth should allow custom claims to be added instead of just subject and roles.
### 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...
### 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`...