Skip to content

Vaadin Multiplatform Runtime 6.0.0.alpha1

Pre-release
Pre-release
Compare
Choose a tag to compare
@joheriks joheriks released this 18 Jan 20:56
5584b3b

The Vaadin Multiplatform Runtime (or MPR for short) allows the developer to run applications and components written with a Legacy Framework (Vaadin 7 or Vaadin 8) inside a Vaadin 23 (Flow) application. This is a pre-release version targeting the upcoming Vaadin 23 platform.

The Multiplatform Runtime is available to all Vaadin customers in the Prime subscription tier.

The complete documentation can be found here

Fixes since the 5.0.6 Release

  • Build target is now Java 11.
  • Ensure lock unrelease in all conditions (Issue: #104)
  • Add getWrapper method for component reuse and wrap values of WeakHashMap with WeakReference to avoid memory leaks (Issue: #100)
  • No debug window in production mode (Issue: #102)
  • Clear legacy UI upon Flow UI detach (Issue: #106)
  • Delay init if bootstrap not loaded (Issue: #105)