vaadin / framework

Vaadin 6, 7, 8 is a Java framework for modern Java web applications.
http://vaadin.com/
Other
1.78k stars 729 forks source link

Support for Liferay 7.4.2 kernel version #12375

Closed mikke-alekstra closed 3 years ago

mikke-alekstra commented 3 years ago

Hello!

Liferay CE 7.4.2 GA3 was released with com.liferay.portal.kernel.util version 12.2.2 and this probably causes

com.vaadin.server.ServiceException: java.lang.NoClassDefFoundError: com/liferay/portal/kernel/util/PortalClassLoaderUtil

Could you please add support for 12.x series.

I adjusted server/bnd.bnd to [7.0.0,13.0.0) in my test bench and made a test compile. There were no more Vaadin exceptions. I'm having some non-Vaadin related challenges with Liferay 7.4.2 so I'm unable to test this further at the moment.

Thanks!