Replies: 2 comments 2 replies
-
Will Arc reinitialize when quarkus is hot loaded? |
Beta Was this translation helpful? Give feedback.
2 replies
-
Hi, @maxandersen Can you tell me how to get config file change event in quarkus extension? Thanks. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi, guys
I customized an extension and added
ShutdownTask
inShutdownContext
. Since the extension starts slowly, in development mode, frequent code changes cause the extension to restart frequently, which takes a lot of time. I only want to execute myShutdownTask
when the configuration file changed. How do I get configuration file change events?Thanks.
Beta Was this translation helpful? Give feedback.
All reactions