- Update to Vaadin Framework 8.0
- No longer necessary to do
HeaderTagHandler.init(vaadinService)
. The add-on usesVaadinServiceInitListener
(added in Framework 8.0) to automatically init itself if it's on the classpath. - Explicitly support and use
@Repeatable
from Java 8