Important Notice - Forums is archived
To simplify things and help our users to be more productive, we have archived the current forum and focus our efforts on helping developers on Stack Overflow. You can post new questions on Stack Overflow or join our Discord channel.

Vaadin lets you build secure, UX-first PWAs entirely in Java.
Free ebook & tutorial.
Vaddin is 7.4.3 is support with java 1.8?
I have vaddin 7.4.3 in my application and java 1.6 and it is working fine.
but when i changed java 1.6 to java 1.8 and prject facets to 1.6 to 1.8.
i am getting compilation error ilike.
The type javax.servlet.http.HttpSessionBindingListener cannot be resolved.It is indirectly referenced from required .class filesin
VaadinSession.setAttribute("TRAILER_OVER_VIEW_DATA",trailerResultData)
please privide me solution.
i use that version and all found good:
MacBook-Pro-de-Ricardo:~ ricardo$ javac -version
javac 1.8.0_51
MacBook-Pro-de-Ricardo:~ ricardo$
Bye.