github vaadin/flow 2.4.8
Vaadin Flow 2.4.8

3 years ago

Vaadin Flow 2.4.8

Please note that there is a regression in this release for Vaadin applications deployed to Payara server, or any other non-OSGi server that has felix.jar in its server classpath (it comes from Glassfish). This is fixed in Flow 2.4.9.

Changes in Flow from 2.4.7

  • Fixes:
    • Support Java 16 for production build (#10231). PR:10236. Ticket:10115

      Updates bytebuddy dependency from 1.10.9 -> 1.10.21

    • Avoid exposing ServletContext resources via StaticFileServer when Servlet is registered with Http Whiteboard in OSGi. PR:10268. Ticket:10260

      Note: existing Vaadin OSGi projects which map the VaadinServlet using Http Whiteboard will have to explicitly register the frontend resources starting from this release:

@Component(service = FrontendResources.class)
@HttpWhiteboardResource(pattern = "/frontend/*", prefix = "/frontend")
public class FrontendResources {

}

More details about OSGi resource registration in Vaadin 14 in the documentation.

All changes since previous version

Don't miss a new flow release

NewReleases is sending notifications on new releases.