Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Investigate on Hilla Endpoint Hot-Reload support #261

Closed
mcollovati opened this issue Sep 12, 2023 · 1 comment · Fixed by #890
Closed

Investigate on Hilla Endpoint Hot-Reload support #261

mcollovati opened this issue Sep 12, 2023 · 1 comment · Fixed by #890
Labels
enhancement New feature or request investigation released Issue has been released

Comments

@mcollovati
Copy link
Owner

Investigate if the new Hilla Endpoint Hot-Reload feature can be implemented in the Quarkus extension.

@mcollovati mcollovati added enhancement New feature or request investigation labels Sep 12, 2023
@mcollovati mcollovati moved this from 🆕 New to 🔖 Ready in quarkus-hilla backlog Sep 12, 2023
mcollovati added a commit that referenced this issue Aug 27, 2024
Adds the possibility to watch for changes in Hilla Java endpoints and
trigger Quarkus live reload without the need to refresh the brower page.
Quarkus will recompile the changed class and restart the server if
needed.
If 'quarkus.live-reload.instrumentation' is enabled, Quarkus may
redefine the class without a server restart. In this case, the extension
directly triggers Hilla hotswapper to regenerate client side code.

Fixes #261
Fixes #489
mcollovati added a commit that referenced this issue Aug 27, 2024
Adds the possibility to watch for changes in Hilla Java endpoints and
trigger Quarkus live reload without the need to refresh the brower page.
Quarkus will recompile the changed class and restart the server if
needed.
If 'quarkus.live-reload.instrumentation' is enabled, Quarkus may
redefine the class without a server restart. In this case, the extension
directly triggers Hilla hotswapper to regenerate client side code.

Fixes #261
Fixes #489
mcollovati added a commit that referenced this issue Aug 29, 2024
Adds the possibility to watch for changes in Hilla Java endpoints and
trigger Quarkus live reload without the need to refresh the brower page.
Quarkus will recompile the changed class and restart the server if
needed.
If 'quarkus.live-reload.instrumentation' is enabled, Quarkus may
redefine the class without a server restart. In this case, the extension
directly triggers Hilla hotswapper to regenerate client side code.

Fixes #261
Fixes #489
mcollovati added a commit that referenced this issue Aug 29, 2024
Adds the possibility to watch for changes in Hilla Java endpoints and
trigger Quarkus live reload without the need to refresh the brower page.
Quarkus will recompile the changed class and restart the server if
needed.
If 'quarkus.live-reload.instrumentation' is enabled, Quarkus may
redefine the class without a server restart. In this case, the extension
directly triggers Hilla hotswapper to regenerate client side code.

Fixes #261
Fixes #489
mcollovati added a commit that referenced this issue Aug 30, 2024
Adds the possibility to watch for changes in Hilla Java endpoints and
trigger Quarkus live reload without the need to refresh the brower page.
Quarkus will recompile the changed class and restart the server if
needed.
If 'quarkus.live-reload.instrumentation' is enabled, Quarkus may
redefine the class without a server restart. In this case, the extension
directly triggers Hilla hotswapper to regenerate client side code.

Fixes #261
Fixes #489
mcollovati added a commit that referenced this issue Aug 30, 2024
Adds the possibility to watch for changes in Hilla Java endpoints and
trigger Quarkus live reload without the need to refresh the brower page.
Quarkus will recompile the changed class and restart the server if
needed.
If 'quarkus.live-reload.instrumentation' is enabled, Quarkus may
redefine the class without a server restart. In this case, the extension
directly triggers Hilla hotswapper to regenerate client side code.

Fixes #261
Fixes #489
mcollovati added a commit that referenced this issue Aug 30, 2024
Adds the possibility to watch for changes in Hilla Java endpoints and
trigger Quarkus live reload without the need to refresh the brower page.
Quarkus will recompile the changed class and restart the server if
needed.
If 'quarkus.live-reload.instrumentation' is enabled, Quarkus may
redefine the class without a server restart. In this case, the extension
directly triggers Hilla hotswapper to regenerate client side code.

Fixes #261
Fixes #489
mcollovati added a commit that referenced this issue Aug 30, 2024
Adds the possibility to watch for changes in Hilla Java endpoints and
trigger Quarkus live reload without the need to refresh the brower page.
Quarkus will recompile the changed class and restart the server if
needed.
If 'quarkus.live-reload.instrumentation' is enabled, Quarkus may
redefine the class without a server restart. In this case, the extension
directly triggers Hilla hotswapper to regenerate client side code.

Fixes #261
Fixes #489
mcollovati added a commit that referenced this issue Aug 31, 2024
Adds the possibility to watch for changes in Hilla Java endpoints and
trigger Quarkus live reload without the need to refresh the brower page.
Quarkus will recompile the changed class and restart the server if
needed.
If 'quarkus.live-reload.instrumentation' is enabled, Quarkus may
redefine the class without a server restart. In this case, the extension
directly triggers Hilla hotswapper to regenerate client side code.

Fixes #261
Fixes #489
mcollovati added a commit that referenced this issue Aug 31, 2024
Adds the possibility to watch for changes in Hilla Java endpoints and
trigger Quarkus live reload without the need to refresh the brower page.
Quarkus will recompile the changed class and restart the server if
needed.
If 'quarkus.live-reload.instrumentation' is enabled, Quarkus may
redefine the class without a server restart. In this case, the extension
directly triggers Hilla hotswapper to regenerate client side code.

Fixes #261
Fixes #489
mcollovati added a commit that referenced this issue Sep 24, 2024
Adds the possibility to watch for changes in Hilla Java endpoints and
trigger Quarkus live reload without the need to refresh the brower page.
Quarkus will recompile the changed class and restart the server if
needed.
If 'quarkus.live-reload.instrumentation' is enabled, Quarkus may
redefine the class without a server restart. In this case, the extension
directly triggers Hilla hotswapper to regenerate client side code.

Fixes #261
Fixes #489
mcollovati added a commit that referenced this issue Oct 12, 2024
Adds the possibility to watch for changes in Hilla Java endpoints and
trigger Quarkus live reload without the need to refresh the brower page.
Quarkus will recompile the changed class and restart the server if
needed.
If 'quarkus.live-reload.instrumentation' is enabled, Quarkus may
redefine the class without a server restart. In this case, the extension
directly triggers Hilla hotswapper to regenerate client side code.

Fixes #261
Fixes #489
@github-project-automation github-project-automation bot moved this from 🔖 Ready to ✅ Done in quarkus-hilla backlog Oct 12, 2024
Copy link

This issue has been resolved in 24.5.0-alpha5 (Release
Notes
)

@github-actions github-actions bot added the released Issue has been released label Oct 12, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request investigation released Issue has been released
Projects
Archived in project
Development

Successfully merging a pull request may close this issue.

1 participant