-
Notifications
You must be signed in to change notification settings - Fork 2.7k
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
Dev mode: fix several problems when the initial build fails #35399
Conversation
mkouba
commented
Aug 17, 2023
- IsolatedDevModeMain - replace the default exit handler before the app is created
- previously, if there was a deployment problem then the default exit handler was used; as a result the dev mode exited after the subsequent build failure
- run DevModeListener.afterFirstStart() during restart if the first run did not succeed
- fix FixConfigOnErrorTest - add missing Test annotation
- fix Qute and ArC optimizations to skip generation of certain classes
- fixes dev mode crashes when adding and removing scope producer #35381
- IsolatedDevModeMain - replace the default exit handler _before_ the app is created - previously, if there was a deployment problem then the default exit handler was used; as a result the dev mode exited after the subsequent build failure - run DevModeListener.afterFirstStart() during restart if the first run did not succeed - fix FixConfigOnErrorTest - add missing Test annotation - fix Qute and ArC optimizations to skip generation of certain classes - fixes quarkusio#35381
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The test and the ArC changes LGTM.
The rest makes sense, but I don't feel qualified to actually properly review.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Arc parts are definitely good; the rest looks more than sensible to me, but I am not an author of those pieces so my understanding maybe be limited :)
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
✔️ The latest workflow run for the pull request has completed successfully. It should be safe to merge provided you have a look at the other checks in the summary. |