-
When starting an app with Vaadin 15 I want the default mode for views and bootstrapping to be client-side (`index.html` / `index.ts` + client-side routing + TypeScript views) so that it's easy to try …
-
Steps to reproduce:
- checkout V13 branch of https://github.com/vaadin/skeleton-starter-flow-cdi
- change the vaadin version to : `14.0-SNAPSHOT`.
- use Flow latest snapshot `2.0-SNAPSHOT` to over…
-
Checkout branch `flow-2` and the `CdiInstantiator` will be broken due to missing `createComponent(T method)` method.
Not directly related to Flow `2.0` or `npm` but this change https://github.com/…
pleku updated
5 years ago
-
Hi,
As I've highlighted on a [StackOverflow answer](https://stackoverflow.com/questions/54474621/vaadin-12-pwa-with-cdi-and-existing-jax-rs-service), I'm having problems with Flow/PWA and CDI, beca…
-
We are migrating our application from Vaadin 8 to Vaadin 12. Unfortunately the application refuses to deploy on IBM WebSphere 8.5.5.14. The following error is logged during application deployment.
…
-
Vaadin 8 CDI add-on does not support multiple CDI UIs in separate WARs inside a single EAR, see https://github.com/vaadin/cdi/issues/97.
I'm not sure if using CDI 1.2 or 2.0 makes this possible or …
-
All - I want to create SPRING Rest controllers utilizing the same session that the vaadin servlet has authenticated already? How can I go about doing this?
-
Hi, congratulations for the addon, it looks very nice.
Here my issue, I'm trying to isolate the example /app-layout-examples/annotation-based/spring-cdi/ in a single project but when I run the proje…
-
As far as I understood CDI for vaasdn flow is not one of the priority. I am surprised this functionality is no longer part of the vaadin mainstream as of the vaadin 8. It would be nice to still be ab…
-
ComboBox (with some initial items) doesn't clear the filter text if you use clear() right after setting new items. However, if you use setValue("") (with emptySelectionAllowed=true) instead of clear()…