Jmix 2.0 released

Hi everyone,

The new major release 2.0 of the Jmix framework and Studio is finally out! The framework is available in our artifact repositories, Jmix Studio plugin is ready for update in your IntelliJ IDEA.

Please see what’s new for upgrade instructions and the list of new features and backwards incompatible changes. Note that Jmix 2.0 does not contain the classic UI subsystem, so the automatic migration is possible only for Jmix 1.5 projects using Flow UI for the user interface.

The documentation now shows information about version 2.0 by default. You can switch to previous versions using the selection controls at the bottom left corner or in the page header. All external links to the Classic UI sections will redirect to Jmix 1.5 docs. Please use force-reload in your browser a few times if you have any trouble with different versions of the docs.

We’re looking forward to your feedback!

12 Likes

FAILURE: Build failed with an exception.

  • What went wrong:
    Execution failed for task ‘:vaadinPrepareFrontend’.

Failed to install Node

  • Try:

Run with --stacktrace option to get the stack trace.
Run with --info or --debug option to get more log output.
Run with --scan to get full insights.

BUILD FAILED in 5s
12:42:53 PM: Execution finished ‘bootRun’.

Instructions to reproduce
Install latest version
create new project
click run

ezgif-4-f979085449

Vaadin Gradle plugin couldn’t download and install Node.js, probably because of some network restrictions.
You can download Node manually from https://nodejs.org (use the latest Node 18 LTS) and install it globally in your OS. Make sure it’s available on the PATH - try to execute node --version.

1 Like

Congrats @krivopustov and the whole team on this amazing milestone! This is a really important step into a jmix future with an up to date underlying technology stack…

Well done :confetti_ball:

4 Likes

A post was split to a new topic: Migration from Classic to Flow UI

A post was split to a new topic: Failed to install Node