Releases: mcollovati/quarkus-hilla
Release 24.6.0
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
Release 24.6.0-alpha1
Changelog
🐛 Fixes
- 5f9d61f ignore spring related classes in native build (#1063), closes #1063
- 4ef799f add support for endpoint prefix (#1035), closes #114 #1035
🧪 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
Changelog
🐛 Fixes
- d30df6a add hints for native build (#1076), closes #1076
- 629672c ignore spring related classes in native build (#1063) (#1065), closes #1063 #1065
🧪 Tests
- 4c9b92e add AuthData to test app to prevent classloading issues (#1085), closes #1085
- 8f355d8 set fixed autogrid columns order (#1030), closes #1030
Contributors
We'd like to thank the following people for their contributions:
- Marco Collovati
Release 24.5.0
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
Changelog
Release 24.5.0-alpha5
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
Changelog
🚀 Features
🐛 Fixes
- 426c0bd handle missing security info (#964), closes #963 #964
- 869c4d9 fix transitive dependencies (#961), closes #931 #961
🧪 Tests
- f76b06f fix signals tests (#947), closes #947
- 2d3d2c0 fix issues in signal test (#928), closes #928
- d9bec94 restore hybrid vaadin-router test module (#912), closes #912
Contributors
We'd like to thank the following people for their contributions:
- Marco Collovati
Release 24.5.0-alpha3
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
- 3d40db1 add E2E tests for signals (#889), closes #815
- 1cab4a2 wait for login form not to be present (#911)
- aaa65be wait for anchor inside sidenavitem (#908, #909)
- 58f20d0 refactor hybrid test module using react
Contributors
We'd like to thank the following people for their contributions:
- Marco Collovati
Release 24.4.2
Changelog
🐛 Fixes
- e4bc98b add support for Hilla xhr login (#905), closes #905
- 5104bd3 fix filesystem router support (#871) (CP: 24.4) (#872), closes #825 #871 #872
- 6547949 prevent automatic bean discovery for Hilla classes (#824) (CP: 24.4) (#873), closes #824 #873
- ca482db replace usage of method removed in quarkus snapshot (#792) (#827), closes #792 #827
Contributors
We'd like to thank the following people for their contributions:
- Marco Collovati