|
||||||||
|
This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators. For more information on JIRA, see: http://www.atlassian.com/software/jira |
||||||||
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to [email protected].
For more options, visit https://groups.google.com/d/optout.

Code changed in jenkins
User: Oleg Nenashev
Path:
src/main/java/hudson/remoting/Request.java
http://jenkins-ci.org/commit/remoting/e8ae81f301d11586726f3fdbbf3d14e6ac08b848
Log:
Use notifyAll() instead of notify() inside Request::onCompleted() handler
FindBugs indicates it as a probable issue, which can be the origin of JENKINS-16679
Signed-off-by: Oleg Nenashev <[email protected]>