-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
CHE-3064: Add log errors on pre-destroy phase #3990
Conversation
Build success. https://ci.codenvycorp.com/job/che-pullrequests-build/1843/ |
@@ -21,12 +23,8 @@ | |||
void onError(Object instance, Method method, Throwable error); | |||
|
|||
/** | |||
* Implementation of DestroyErrorHandler that ignore errors, e.g. such behaviour is required for annotation {@link | |||
* Implementation of DestroyErrorHandler that log errors, e.g. such behaviour is required for annotation {@link |
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.
actually @javax.annotation.PreDestroy
does require the logging of errors and provided documentation can confused a bit.
Build # 1891 - FAILED Please check console output at https://ci.codenvycorp.com/job/che-pullrequests-build/1891/ to view the results. |
What does this PR do?
Log the errors on pre-destroy phase
What issues does this PR fix or reference?
#3064
Changelog
Errors that might happen on application server stopping, will be logged.
Release Notes
Technical debt N/A