Skip to content

Release 24.5.0

Compare
Choose a tag to compare
@github-actions github-actions released this 01 Nov 18:25
· 37 commits to main since this release
7e75988

New and Noteworthy Since Quarkus-Hilla 24.5

Supported technologies

  • Vaadin 24.5
  • Quarkus 3.12 or newer

Integration with Vaadin Quarkus extension

To provide better support for Hilla on the Quarkus platform and simplify maintenance, the quarkus-hilla extension will depend on the existing Vaadin Quarkus extension, starting with 24.5. This integration eliminates the need for code duplication and ensures tighter alignment with Vaadin's ecosystem, offering more streamlined updates and improved stability. By leveraging the Vaadin Quarkus extension, users of quarkus-hilla will benefit from enhanced compatibility with future Vaadin features.

Endpoints live reload

In dev mode, Quarkus uses a ClassLoader hierarchy that enables the live reload of user code without requiring a rebuild and restart of the application. However, the reload is usually triggered by a HTTP request, for example a browser page reload. To simplify development, quarkus-hilla extends Quarkus Live Reload feature to re-generated client side code upon changes on Hilla endpoint related classes.

Full Changelog: 24.4...24.5.0