Skip to content

Vaadin Flow 2.4.9

Choose a tag to compare

@vaadin-bot vaadin-bot released this 22 Mar 08:59
· 1 commit to 2.4 since this release
3028f0b

Vaadin Flow 2.4.9

Changes in Flow from 2.4.8

  • Fixes:
    • Close InputStream properly in FrontendUtils. PR:10315 Thanks to @knoobie for contribution

      Close InputStream for stats.json obtained from classpath, external url or webpack.

    • Cache stats.json loaded from class path. PR:10303 Thanks to @knoobie for contribution

      Caches stats.json file loaded from class path and improves the performance by not being opening too many stats.json files under the load.

    • FrameworkUtil class presence doesn't mean OSGi. PR:10285

      Make OSGi check more correct otherwise the code works incorrectly if FrameworkUtil is present in the classpath
      all changes since previous version