Skip to content

Releases: Legioth/HeaderTags

Framework 8 and Java 8

03 Mar 14:03
Compare
Choose a tag to compare
  • Update to Vaadin Framework 8.0
  • No longer necessary to do HeaderTagHandler.init(vaadinService). The add-on uses VaadinServiceInitListener (added in Framework 8.0) to automatically init itself if it's on the classpath.
  • Explicitly support and use @Repeatable from Java 8