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

Vertx web - make hot replacement work #1587

Merged
merged 2 commits into from
Mar 20, 2019
Merged

Conversation

mkouba
Copy link
Contributor

@mkouba mkouba commented Mar 20, 2019

This is a follow-up PR of #1311

IMPL NOTE: in order to make it work we do not close the Vertx instance during hot replacement. Instead, we remove and recreate all message consumers and route handlers. That's why we moved most of the logic from CDI beans to the bytecode recorder templates.

@mkouba mkouba added this to the 0.12.0 milestone Mar 20, 2019
@mkouba
Copy link
Contributor Author

mkouba commented Mar 20, 2019

@cescoffier pls review, I'd rather have this in... as you merged the previous PR ;-)

@cescoffier cescoffier merged commit 7c26e51 into quarkusio:master Mar 20, 2019
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

Successfully merging this pull request may close these issues.

None yet

2 participants