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

### Description of the bug ![image](https://user-images.githubusercontent.com/367125/194526091-e7a92de6-0a23-4b66-8a52-bbd258fcc570.png) (File exists on disk) ![image](https://user-images.githubusercontent.com/367125/194526797-c56d3d3c-478d-4acd-b148-5448c974ead2.png) ### Expected behavior Parser should ignore everything in comments ### Minimal reproducible example `/*@import "my-style.css";*/` ### Versions Hilla: 23.2.3...

bug
theming
Impact: Low
Severity: Major

### Describe your motivation Currently, the Vaadin dev mode doesn't support https. Vite can be configured to start a TLS endpoint like this: ```javascript // vite.config.ts const customConfig: UserConfigFn =...

investigation

### Description of the bug We tried to migrate to 23.2.x this week, but were having trouble because of vite. One reason was that we tend to run multiple interdependent...

investigation
vite

## Description Moved setting JSR356 url mapping parameters to `PushRequestHandler`. Supports both `SpringServlet` and `VaadinServlet` parameters. `pushURL` does not work with custom `contextPath`. Fixes #14641 ## Type of change -...

+0.0.1

- [x] Check if a new Servlet 5 compatible version of Quarkus is available - [x] Migrate the sources - [x] Test with starter project - [ ] create CI...

enhancement
quarkus
Servlet 5

### Description of the bug If you build an addon you might set up the project so that you have the addon in `src/main/java` and a test application in `src/test/java`....

enhancement
maven-plugin
production

### Description of the bug Previously websocket connections could be forwarded by using a separate location in the httpd configuration like so `` allowing this connection to be used with...

bug
BFP
Impact: High
Severity: Blocker

Resolve https://github.com/vaadin/flow/pull/14515: fix compilation errors, ensure all tests passes.

enhancement
core
Servlet 5

### Description of the bug Vaadin Flow seems to use `^[+-]?[0-8]?[0-9]{1,18}$` to detect whether a string contains a long value. This causes probllems when random numbers are used as url...

bug
Impact: Low
Severity: Major