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 426 flow issues
Sort by recently updated
recently updated
newest added

### Describe your motivation Currently the default locale is calculated in [LocaleUtil](https://github.com/vaadin/flow/blob/main/flow-server/src/main/java/com/vaadin/flow/internal/LocaleUtil.java#L119). It's the first locale in the list. With our default provider, it's the first in alphabetical order. For...

enhancement
I18N

### Description of the bug In a Quarkus application, I noticed that `@QuarkusTest` tests are hanging because of a blocking call on `ViteWebsocketConnection` constructor, when creating the web socket client...

### Description of the bug When I drag the parent node to become a child of its child, the entire branch seems to be detached from the model tree and...

bug
Impact: Low
Severity: Major

Optimize class scanning of VaadinServletContextInitializer by excluding some commonly used jars and add support for vaadin.blocked-jar boolean property in META-INF/VAADIN/package.properties to exclude whole jar content from the class scanner. Fixes:...

+0.0.1

### Describe the bug Using `24.4.0.beta2` in a hybrid application causes a blank UI after navigating between different routes ![image](https://github.com/vaadin/hilla/assets/31067185/f6a2fc8a-d929-4c51-bca0-b3d6d50f0376) ### Expected-behavior UI are loaded correctly. ### Reproduction ``` download...

bug
Impact: High
Severity: Blocker

### Description of the bug Error message: ``` java.lang.IllegalStateException: com.vaadin.flow.server.ExecutionFailedException: **************************************************************************** * The TypeScript type declaration file 'types.d.ts' has been customized. * * Make sure the exact following configuration is...

bug
Impact: High
Severity: Major

### Description of the bug When using a Hilla main menu from start.vaadin.com, the page title of a Flow view (set using `@PageTitle` or `HasDynamicTitle`) is applied to `document.title` but...

bug
prerelease version for Vaadin 24.4.0
Released with Vaadin 24.4.0.beta3

Bumps [com.nimbusds:nimbus-jose-jwt](https://bitbucket.org/connect2id/nimbus-jose-jwt) from 9.39 to 9.39.1. Changelog Sourced from com.nimbusds:nimbus-jose-jwt's changelog. version 1.0 (2012-03-01) First version based on the OpenInfoCard JWT, JWS and JWE code base. version 1.1 (2012-03-06) Introduces...

external dependency
+0.0.1
java

### Describe your motivation Spring application start up time has increased with 24.4 compared to 24.3 when using Hilla and Copilot. It's increased even when not actually using Hilla. Just...

enhancement

### Describe your motivation The Hotswap agent plugin at https://github.com/HotswapProjects/HotswapAgent/tree/master/plugin/hotswap-agent-vaadin-plugin implements support for hot reloading of various parts of Flow but it has the issue that it tries to support...

enhancement
live reload