Method that returns vaadin version

Hello all,

Is there any method that would return the vaadin version that is being used? The goal would be to assess which version is really being used on runtime. Liferay is bundled with a older version of vaadin and even having the lastest version on my portlet, some bugs I have shouldn’t appear on the version I should be using…

Regards

Hi,

You can access the current vaadin version with the following call:


AbstractApplicationServlet.VERSION

The AbstractApplicationServlet also has several other parameters regarding the current version of Vaadin.