Skip to content

Releases: mcollovati/quarkus-hilla

Release 24.6.0

17 Dec 21:46
1341f42
Compare
Choose a tag to compare

New and Noteworthy Since Quarkus-Hilla 24.6

Supported technologies

  • Vaadin 24.6
  • Quarkus 3.12 or newer

Support for endpoint prefix

Starting with this version, the extension provides a code generator that creates the connect-client.ts file if a custom endpoint prefix is configured in application.properties.

Miscellaneous

Improvements for native build.

Full Changelog: 24.5...24.6.0

Release 24.6.0-alpha2

12 Dec 16:15
8619146
Compare
Choose a tag to compare
Release 24.6.0-alpha2 Pre-release
Pre-release

Changelog

🐛 Fixes

Contributors

We'd like to thank the following people for their contributions:

  • Marco Collovati

Release 24.6.0-alpha1

22 Nov 16:13
09e4fc9
Compare
Choose a tag to compare
Release 24.6.0-alpha1 Pre-release
Pre-release

Changelog

🐛 Fixes

🧪 Tests

  • 8078e22 add AuthData to test app to prevent classloading issues (#1062), closes #1062
  • a129dd5 fix branch in nightly snapshot validations

Contributors

We'd like to thank the following people for their contributions:

  • Dario Götze
  • Marco Collovati

Release 24.5.1

22 Nov 16:21
9a02202
Compare
Choose a tag to compare

Changelog

🐛 Fixes

🧪 Tests

Contributors

We'd like to thank the following people for their contributions:

  • Marco Collovati

Release 24.5.0

01 Nov 18:25
7e75988
Compare
Choose a tag to compare

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

Release 24.5.0-beta1

26 Oct 10:02
0073e58
Compare
Choose a tag to compare
Release 24.5.0-beta1 Pre-release
Pre-release

Changelog

Release 24.5.0-alpha5

12 Oct 18:49
ecde6cd
Compare
Choose a tag to compare
Release 24.5.0-alpha5 Pre-release
Pre-release

Notable changes

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.

Changelog

🚀 Features

🐛 Fixes

🔄️ Changes

🧪 Tests

Contributors

We'd like to thank the following people for their contributions:

  • Marco Collovati

Release 24.5.0-alpha4

24 Sep 19:46
54b959d
Compare
Choose a tag to compare
Release 24.5.0-alpha4 Pre-release
Pre-release

Changelog

🚀 Features

🐛 Fixes

🧪 Tests

Contributors

We'd like to thank the following people for their contributions:

  • Marco Collovati

Release 24.5.0-alpha3

30 Aug 15:07
3d40db1
Compare
Choose a tag to compare
Release 24.5.0-alpha3 Pre-release
Pre-release

Changelog

🐛 Fixes

  • e3c4265 add support for Hilla xhr login
  • e6efa9d add ApplicationContextAware to shaded deps
  • a82b235 wait for service init event when intializing endpoint registry (#888)

🧪 Tests

Contributors

We'd like to thank the following people for their contributions:

  • Marco Collovati

Release 24.4.2

30 Aug 15:13
e4bc98b
Compare
Choose a tag to compare

Changelog

🐛 Fixes

Contributors

We'd like to thank the following people for their contributions:

  • Marco Collovati