-
Notifications
You must be signed in to change notification settings - Fork 71
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
Any plan to support hot reload modified classes/resource ? #137
Comments
Hi, |
You are right but this is only available in development mode with the help of maven plugin. In quarkus when you run maven command |
It is just a devtool no need to be in production . |
Currently trying out Kumuluzee with Eclipse IDE, when running mvn kumuluzee:run from Eclipse, when the class are changed their are injected and used live |
Hi,
When we do any change on classes/resources we have to build it and re run it . Like other Micro-profile implementation ( quarkus ) are we planning to support hot reload modified classes/resource ?
The text was updated successfully, but these errors were encountered: