Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/mq-notifier-plugin
  Commit: 024a20fa666f6ea3a94883486c5d26997b1954ab
      
https://github.com/jenkinsci/mq-notifier-plugin/commit/024a20fa666f6ea3a94883486c5d26997b1954ab
  Author: Tomas Westling <[email protected]>
  Date:   2020-05-13 (Wed, 13 May 2020)

  Changed paths:
    M findbugs-exclude.xml
    M pom.xml
    M 
src/main/java/com/sonymobile/jenkins/plugins/mq/mqnotifier/MQConnection.java
    M 
src/main/java/com/sonymobile/jenkins/plugins/mq/mqnotifier/QueueListenerImpl.java
    M 
src/main/java/com/sonymobile/jenkins/plugins/mq/mqnotifier/RunListenerImpl.java
    M 
src/main/java/com/sonymobile/jenkins/plugins/mq/mqnotifier/pipeline/MQMessageStep.java

  Log Message:
  -----------
  Fixed findbugs warnings

Took care of some findbugs warnings that were added
years ago.
Findbugs was also upgraded due to a bug in 3.0.1.

The main findbugs fix that has been done is that the initialization
of messageQueue and messageQueueThread are now synchronized, in
MQConnection.addMessageToQueue
Since every QueueListenerImpl and RunListenerImpl could enter the method
simultaneously this was needed.


  Commit: 603397898dd39f7813b28865ad0d71473335265b
      
https://github.com/jenkinsci/mq-notifier-plugin/commit/603397898dd39f7813b28865ad0d71473335265b
  Author: Tomas Westling <[email protected]>
  Date:   2020-05-15 (Fri, 15 May 2020)

  Changed paths:
    M findbugs-exclude.xml
    M pom.xml
    M 
src/main/java/com/sonymobile/jenkins/plugins/mq/mqnotifier/MQConnection.java
    M 
src/main/java/com/sonymobile/jenkins/plugins/mq/mqnotifier/QueueListenerImpl.java
    M 
src/main/java/com/sonymobile/jenkins/plugins/mq/mqnotifier/RunListenerImpl.java
    M 
src/main/java/com/sonymobile/jenkins/plugins/mq/mqnotifier/pipeline/MQMessageStep.java

  Log Message:
  -----------
  Merge pull request #28 from TWestling/master

Fixed findbugs warnings, synchronized accesses in MQConnection.addMessageToQueue


Compare: 
https://github.com/jenkinsci/mq-notifier-plugin/compare/8580d36a4d29...603397898dd3

-- 
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 [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/mq-notifier-plugin/push/refs/heads/master/8580d3-603397%40github.com.

Reply via email to