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 usages of ApplicationContextProvider #489

Closed
mcollovati opened this issue Dec 14, 2023 · 3 comments · Fixed by #890
Closed

Investigate usages of ApplicationContextProvider #489

mcollovati opened this issue Dec 14, 2023 · 3 comments · Fixed by #890
Labels
investigation released Issue has been released

Comments

@mcollovati
Copy link
Owner

Investigate on usages of ApplicationContextProvider class and verify if the extension should provide such bean.

@mcollovati
Copy link
Owner Author

Currently seems to be used only in DevToolsDatabase

@mcollovati
Copy link
Owner Author

Used by EndpointCodeGenerator that in turn is used by Hotswapper and EndpointHotSwapListener (might be related to #261)

DevToolsDatabase does not exist anymore.

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
@github-project-automation github-project-automation bot moved this from 📋 Backlog to ✅ Done in quarkus-hilla backlog Oct 12, 2024
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
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
investigation released Issue has been released
Projects
Archived in project
Development

Successfully merging a pull request may close this issue.

1 participant