Hello, I have been testing this in our app and it works very well, a gre

Hello, I have been testing this in our app and it works very well, a great replacement for the Vaadin 7 addon. I'm migrating a Vaadin 7 app to 14+, but unfortunately for various reasons (technical issues still to be resolved), we need to retain building in Java 8.

Has this ever been built using Java 8? I'm wondering if I can grab the project source and build locally using Java 8 until I can resolve my other issues.

Thanks in advance, Les

Answering my own question. Pulled the source, branched at last Vaadin 14 version, changed the compiler directive to 1.8 and compiled. So far so good.

Good to know it works in your project.

Thanks Ryan. Works fine, and we'll use the full addon when we finally migrate to v23+.