Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/rabbitmq-consumer-plugin
  Commit: e95e1134633c1498771cf9815edaf5fbccf68351
      
https://github.com/jenkinsci/rabbitmq-consumer-plugin/commit/e95e1134633c1498771cf9815edaf5fbccf68351
  Author: rinrinne <rinrin...@gmail.com>
  Date:   2015-02-09 (Mon, 09 Feb 2015)

  Changed paths:
    M 
src/test/java/org/jenkinsci/plugins/rabbitmqconsumer/channels/ConsumeRMQChannelTest.java

  Log Message:
  -----------
  Revert "Fix test"

This reverts commit 64b37b4a2f6d348f0e60c55204019a7c50f3fcb6.


  Commit: 716c97c4650e59aa71795ed89fcdb291e0d85a06
      
https://github.com/jenkinsci/rabbitmq-consumer-plugin/commit/716c97c4650e59aa71795ed89fcdb291e0d85a06
  Author: rinrinne <rinrin...@gmail.com>
  Date:   2015-02-09 (Mon, 09 Feb 2015)

  Changed paths:
    M 
src/main/java/org/jenkinsci/plugins/rabbitmqconsumer/channels/ConsumeRMQChannel.java

  Log Message:
  -----------
  Revert "Delegate callback thread for message to system thread"

This reverts commit adb4d1d72e3e998b7307131f8b99465f58fa267a.


  Commit: 23f33b333d32ac053bbe16f31e1cd3be6599f30f
      
https://github.com/jenkinsci/rabbitmq-consumer-plugin/commit/23f33b333d32ac053bbe16f31e1cd3be6599f30f
  Author: rinrinne <rinrin...@gmail.com>
  Date:   2015-02-09 (Mon, 09 Feb 2015)

  Changed paths:
    M 
src/main/java/org/jenkinsci/plugins/rabbitmqconsumer/channels/ConsumeRMQChannel.java

  Log Message:
  -----------
  Set system security to callback threads for message

In Jenkins, all background threads should run as ACL.SYSTEM.
Callbacks in this plugin is called from amqp library's inner thread.

Recently, Jenkins core changed security priority. So callbacks cannot
access any Jenkins items.

This patch applies ACL.SYSTEM to background threads at least for message
delivery.


Compare: 
https://github.com/jenkinsci/rabbitmq-consumer-plugin/compare/64b37b4a2f6d...23f33b333d32

-- 
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