vertx-vaadin icon indicating copy to clipboard operation
vertx-vaadin copied to clipboard

Run Vaadin UI on Vert.x

Results 21 vertx-vaadin issues
Sort by recently updated
recently updated
newest added

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

Bumps vertx-web from 3.8.3 to 3.9.4. [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=io.vertx:vertx-web&package-manager=maven&previous-version=3.8.3&new-version=3.9.4)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a...

dependencies

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...

vertx-vaadin has its own implementation of Fusion endpoints, to avoid Spring dependencies; some components has been completely rewritten to abstract over servlet and spring stuff, reusing original classes (with some...

Vaadin 8 modules are not actively maintained. Dropping them may open the doors to simplifications on project structure and deployment stuff.

When running in a clustered environmente vertx-vaadin sets up a clustered session store by default. This can be problematic if not all UI components implements Serializable. Furthermore, is HA is...

Serialisation errors can be a pain to track down so I wrote this utility If we could trap any [SerializationException]'s and run the tracer on it, it would give much...