Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/jenkins
  Commit: 8a077a801960aa74da455441cfb12d300c6d6e3a
      
https://github.com/jenkinsci/jenkins/commit/8a077a801960aa74da455441cfb12d300c6d6e3a
  Author: James Nord <jnord+git...@cloudbees.com>
  Date:   2015-08-13 (Thu, 13 Aug 2015)

  Changed paths:
    M core/src/main/java/hudson/diagnosis/OldDataMonitor.java

  Log Message:
  -----------
  [JENKINS-29936] when removing an item use ACL.SYTEM.

The OldDataMonitor should be using ACL.system not the ACL of the calling
thread - this also avoids the deadlock when an authorization strategy is
being saved (locking the auth strategy) which will call into the ODM at
the same point the ODM is being called an a Run has been saved (which will
cause a lookup of the job which will do a permissions check).


  Commit: c1b60f18b548852428b835ecba72a3467d726ba0
      
https://github.com/jenkinsci/jenkins/commit/c1b60f18b548852428b835ecba72a3467d726ba0
  Author: Daniel Beck <daniel-b...@users.noreply.github.com>
  Date:   2015-08-16 (Sun, 16 Aug 2015)

  Changed paths:
    M core/src/main/java/hudson/diagnosis/OldDataMonitor.java

  Log Message:
  -----------
  Merge pull request #1796 from jtnord/jenkins-29936

[JENKINS-29936] when removing an item use ACL.SYSTEM.


Compare: 
https://github.com/jenkinsci/jenkins/compare/6bfbe0c79d9f...c1b60f18b548

-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-commits+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to