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

[WFCORE-1430]: Deployment scanner logs ERROR when server is shutting down. #1455

Merged
merged 2 commits into from Mar 18, 2016

Conversation

ehsavoie
Copy link
Contributor

@ehsavoie ehsavoie commented Mar 8, 2016

When server is shutting down we are setting the scanEnabled to false and ignore errors on ScanContext creation since the scan doesn't make any sense.

…down.

When server is shutting down we are setting the scanEnabled to false and ignore errors on ScanContext creation since the scan doesn't make any sense.
@bstansberry bstansberry added ready-for-merge This PR is ready to be merged and fulfills all requirements 3.x labels Mar 8, 2016
@bstansberry
Copy link
Contributor

Looks good.

This isn't related to this PR but I noticed it when reviewing it, so something to look into some day: the ScanResult class has two fields 'requireUndeploy' and 'tasks' that are unused. So if they aren't going to be used someday, the whole ScanResult class really amounts to the 'scheduleRescan' boolean.

bstansberry added a commit that referenced this pull request Mar 18, 2016
[WFCORE-1430]: Deployment scanner logs ERROR when server is shutting down.
@bstansberry bstansberry merged commit 2de3abf into wildfly:master Mar 18, 2016
@ehsavoie ehsavoie deleted the WFCORE-1430 branch October 20, 2016 11:07
@ehsavoie ehsavoie restored the WFCORE-1430 branch October 20, 2016 11:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
ready-for-merge This PR is ready to be merged and fulfills all requirements
Projects
None yet
2 participants