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

- [ ] Check if any changes are needed for Flow OSGi add-on sources, run tests - [ ] (Optional) migrate sources if needed - [ ] Check Felix Jetty...

enhancement
OSGi
Servlet 5

### Description of the bug Vaadin 24 CDI applications fail to start on Payara. Currently `vaadin-cdi-itest` are failing on Payara. Weld is not finding DeltaSpike beans - bean manager contains...

bug
Servlet 5
CDI

When creating components with the Element API I want to be able to create simple SVG elements, so I do not have to include other files and I can keep...

enhancement
feedback
element API

### Describe your motivation I use firefox as my default browser, but chrome for dev. When trying Vaadin samples it would be nice to set a spring property vaadin.launch-browser-options="{...}". When...

enhancement

Test randomly fails with a missing resource for pwa icon of different sizes. ``` Caused by: java.lang.AssertionError: Received error message in browser log console right after opening the page, message:...

internal improvement
testing

### Description of the bug When running the project in Dev mode everything works fine, production build only shows a blank screen. Furthermore there is no indication what the issue...

vite

In NPM mode JavaScript sources can be placed in `META-INF/resources/frontend` to be picked up by the Maven plugin. Adding TypeScript support for this would be useful since it allows type-checking...

enhancement
template

### Description of the bug V24 Flow-Quarkus base starter fails in dev mode with: ``` Exception in thread "main" java.lang.RuntimeException: java.lang.NoSuchMethodError: 'boolean io.quarkus.bootstrap.app.CuratedApplication.hasReloadableArtifacts()' at io.quarkus.deployment.dev.DevModeMain.start(DevModeMain.java:137) at io.quarkus.deployment.dev.DevModeMain.main(DevModeMain.java:62) Caused by: java.lang.NoSuchMethodError:...

bug
quarkus
Servlet 5

### Description of the bug V24 Quarkus IT tests fail with: ``` 2022-09-09 09:36:54,617 ERROR [io.und.request] (executor-thread-0) UT005071: Undertow request failed HttpServerExchange{ GET /uievents delegate io.undertow.vertx.VertxHttpExchange@23eecb48}: java.lang.NoClassDefFoundError: jakarta/servlet/ServletConnection at io.undertow.servlet.handlers.ServletInitialHandler.handleRequest(ServletInitialHandler.java:132)...

bug
quarkus
Servlet 5