Branch: refs/heads/master Home: https://github.com/jenkinsci/rabbitmq-consumer-plugin Commit: 448a8e49cc46d2caa371ef3e6f48a7a2d42dd00b https://github.com/jenkinsci/rabbitmq-consumer-plugin/commit/448a8e49cc46d2caa371ef3e6f48a7a2d42dd00b 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 "Set system security to callback threads for message" This reverts commit 23f33b333d32ac053bbe16f31e1cd3be6599f30f. Commit: 4647e78445264276d284564f1a46b95732e90e92 https://github.com/jenkinsci/rabbitmq-consumer-plugin/commit/4647e78445264276d284564f1a46b95732e90e92 Author: rinrinne <rinrin...@gmail.com> Date: 2015-02-09 (Mon, 09 Feb 2015) Changed paths: M src/main/java/org/jenkinsci/plugins/rabbitmqconsumer/extensions/MessageQueueListener.java Log Message: ----------- et system security to callback threads 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 thread security from SYSTEM to anonymous. So callbacks cannot access any Jenkins items. This patch applies ACL.SYSTEM to callbacks for extension point. Compare: https://github.com/jenkinsci/rabbitmq-consumer-plugin/compare/23f33b333d32...4647e7844526 -- 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.