Skip to content

Release 24.4.0-alpha1

Pre-release
Pre-release
Compare
Choose a tag to compare
@github-actions github-actions released this 23 Mar 09:30
· 50 commits to main since this release
e4a900b

Changelog

Refactoring required to adapt to Vaadin unified platform (24.4+).

This is the first alpha version that comes with support for the new-coming Vaadin unified platform.
Because of changes in Hilla artifacts, bumping quarkus-hilla version may not be enough to migrate an existing project.

A partial list of modifications that should be applied:

  • dev.hilla:hilla-bom should be replaced by com.vaadin:vaadin-bom
  • dev.hilla:hilla-maven-plugin should be replaced by com.vaadin:vaadin-maven-plugin
  • Hilla classes packages in imports should be changed from dev.hilla to com.vaadin.hilla
  • Hilla NPM packages should be changed from @hilla/... to the equivalent @vaadin/... (e.g. @hilla/react-components to @vaadin/react-components, or @hilla/react-crud to @vaadin/hilla-react-crud)