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

Any plan to support hot reload modified classes/resource ? #137

Open
surajchhetry opened this issue Mar 20, 2019 · 4 comments
Open

Any plan to support hot reload modified classes/resource ? #137

surajchhetry opened this issue Mar 20, 2019 · 4 comments

Comments

@surajchhetry
Copy link

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 ?

@MBJuric
Copy link
Member

MBJuric commented Mar 20, 2019

Hi,
KumuluzEE is used by several companies for their production systems, where high security level is valuable. Not being able to change code in runtime is an important security aspect for most clients.
However, we will have a look at quarkus and possible add this as an optioanl feature.

@surajchhetry
Copy link
Author

You are right but this is only available in development mode with the help of maven plugin. In quarkus when you run maven command
mvn compile quarkus:dev
now when you hit the REST end point , it will check if it was modified or not. If modified it will compile and reload the resource. Hence increase the developer productivity . KumuluEE being my favorite Micro-profile implementation I was just suggesting .

@surajchhetry
Copy link
Author

Hi,
KumuluzEE is used by several companies for their production systems, where high security level is valuable. Not being able to change code in runtime is an important security aspect for most clients.
However, we will have a look at quarkus and possible add this as an optioanl feature.

It is just a devtool no need to be in production .

@pierre-gautier
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants