Marco Collovati

Results 70 issues of Marco Collovati

After Vite will become the primary tool (#13852) we need to set up an additional nightly build to run Flow test suite with Webpack to avoid regressions. An idea could...

internal improvement
testing

### Description of the bug If a Vaadin application is served on a nested path (e.g. `/nested/*` custom servlet mapping with also `/VAADIN/*` mapped), service worker is not able to...

bug
Impact: Low
Severity: Major
vite

### Description of the bug When building for production with Vite, resources are compressed by `rollup-plugin-brotli`, but for some reason the service worker javascript seems to be ignored and `sw.js.br`...

bug
performance
Impact: High
Severity: Major
vite

Are there any plans on supporting Jakarta Servlet 5 API, and more specifically the `javax` to `jakarta` namespace migration? I did an experiment here [mcollovati/engine.io-server-java](https://github.com/mcollovati/engine.io-server-java/tree/jakarta-servlet) if it can be of...

`fusion-endpoint` depends on `socket.io-server` to provide PUSH feature, but it seems that the transitive dependency `engine.io-server` does not yet have support for Servlet 5.

hilla
investigation
Servlet 5

ViteHandler has an explicit cast to `VaadinServletContext` preventing it from working within vertx-vaadin ``` Caused by: java.lang.ClassCastException: class com.github.mcollovati.vertx.vaadin.VertxVaadinContext cannot be cast to class com.vaadin.flow.server.VaadinServletContext (com.github.mcollovati.vertx.vaadin.VertxVaadinContext and com.vaadin.flow.server.VaadinServletContext are in...

bug

Since there are troubles with circleci builds (e.g. IPv6 support) consider migrating to another CI tool, for example Github actions.

Add nightly jobs to build and test against Java 11 and 17

To have a fast feedback on incompatibility with main dependencies, it may be helpful adding a nightly job that performs build and test against the latest releases of Vert.x and...