flow
flow copied to clipboard
Vaadin Flow is a Java framework binding Vaadin web components to Java. This is part of Vaadin 10+.
### Description of the bug  (File exists on disk)  ### Expected behavior Parser should ignore everything in comments ### Minimal reproducible example `/*@import "my-style.css";*/` ### Versions Hilla: 23.2.3...
### 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 =...
### 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...
## 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 -...
- [x] Check if a new Servlet 5 compatible version of Quarkus is available - [x] Migrate the sources - [x] Test with starter project - [ ] create CI...
### 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`....
### 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...
Resolve https://github.com/vaadin/flow/pull/14515: fix compilation errors, ensure all tests passes.
### 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...