Branch: refs/heads/feature/jenkins-2-compatibility
  Home:   https://github.com/jenkinsci/scm-sqs-plugin
  Commit: fa3f69efe12310dc3cb5acc3d8eacbb590dc2f5f
      
https://github.com/jenkinsci/scm-sqs-plugin/commit/fa3f69efe12310dc3cb5acc3d8eacbb590dc2f5f
  Author: Markus Pfeiffer <m.pfeif...@mwaysolutions.com>
  Date:   2016-06-10 (Fri, 10 Jun 2016)

  Changed paths:
    M pom.xml

  Log Message:
  -----------
  Update test harness for Jenkins 2 compatibility


  Commit: 0c3285a950d92afa1f63da92f512fa1ce513d1fd
      
https://github.com/jenkinsci/scm-sqs-plugin/commit/0c3285a950d92afa1f63da92f512fa1ce513d1fd
  Author: Markus Pfeiffer <m.pfeif...@mwaysolutions.com>
  Date:   2016-06-10 (Fri, 10 Jun 2016)

  Changed paths:
    M src/main/java/io/relution/jenkins/scmsqs/net/SQSChannelImpl.java

  Log Message:
  -----------
  Rethrow exception if queue is missing

This changes the channel implementation to rethrow the 
QueueDoesNotExistException. This allows the monitor to catch the exception and 
shut down. This fixes the issue of running into an endless loop when a 
configured queue no longer exists.


  Commit: 1c17235dd762329aff9f067765891a53fd92f457
      
https://github.com/jenkinsci/scm-sqs-plugin/commit/1c17235dd762329aff9f067765891a53fd92f457
  Author: Markus Pfeiffer <m.pfeif...@mwaysolutions.com>
  Date:   2016-06-10 (Fri, 10 Jun 2016)

  Changed paths:
    M pom.xml

  Log Message:
  -----------
  Update minimum Jenkins version


  Commit: 0a97491898773c1a418b3931584d2469137c08cf
      
https://github.com/jenkinsci/scm-sqs-plugin/commit/0a97491898773c1a418b3931584d2469137c08cf
  Author: Markus Pfeiffer <m.pfeif...@mwaysolutions.com>
  Date:   2016-06-10 (Fri, 10 Jun 2016)

  Changed paths:
    M src/main/java/io/relution/jenkins/scmsqs/SQSTriggerQueue.java

  Log Message:
  -----------
  Change int to Integer for Jenkins 2 compatibility


  Commit: 430c8fc441cbf843657ee09c6f1323d7c2a57117
      
https://github.com/jenkinsci/scm-sqs-plugin/commit/430c8fc441cbf843657ee09c6f1323d7c2a57117
  Author: Markus Pfeiffer <m.pfeif...@mwaysolutions.com>
  Date:   2016-06-10 (Fri, 10 Jun 2016)

  Changed paths:
    R .settings/org.eclipse.core.resources.prefs

  Log Message:
  -----------
  Remove Eclipse settings from repository


  Commit: 4a322fd3892c3acb8cc03641bec20fb37358189f
      
https://github.com/jenkinsci/scm-sqs-plugin/commit/4a322fd3892c3acb8cc03641bec20fb37358189f
  Author: Markus Pfeiffer <m.pfeif...@mwaysolutions.com>
  Date:   2016-06-10 (Fri, 10 Jun 2016)

  Changed paths:
    M 
src/main/java/io/relution/jenkins/scmsqs/model/EventTriggerMatcherImpl.java

  Log Message:
  -----------
  Fix loading optional classes that are unavailable

Change the way optional classes are accessed to prevent the class loader from 
attempting to load the classes when they are known to be unavailable.


  Commit: 92da5f7ad5ef5d11895602271b1f77a08a079af6
      
https://github.com/jenkinsci/scm-sqs-plugin/commit/92da5f7ad5ef5d11895602271b1f77a08a079af6
  Author: Markus Pfeiffer <m.pfeif...@mwaysolutions.com>
  Date:   2016-06-10 (Fri, 10 Jun 2016)

  Changed paths:
    M src/main/java/io/relution/jenkins/scmsqs/SQSTrigger.java
    M src/main/java/io/relution/jenkins/scmsqs/SQSTriggerQueue.java
    A src/main/resources/io/relution/jenkins/scmsqs/SQSTrigger/config.jelly
    A 
src/main/resources/io/relution/jenkins/scmsqs/SQSTrigger/config_de.properties
    A src/main/resources/io/relution/jenkins/scmsqs/SQSTrigger/global.jelly
    A 
src/main/resources/io/relution/jenkins/scmsqs/SQSTrigger/global_de.properties
    A 
src/main/resources/io/relution/jenkins/scmsqs/SQSTrigger/help-queueUuid.html
    A 
src/main/resources/io/relution/jenkins/scmsqs/SQSTrigger/help-queueUuid_de.html
    A src/main/resources/io/relution/jenkins/scmsqs/SQSTrigger/help.html
    A src/main/resources/io/relution/jenkins/scmsqs/SQSTrigger/help_de.html
    A src/main/resources/io/relution/jenkins/scmsqs/SQSTriggerQueue/config.jelly
    A 
src/main/resources/io/relution/jenkins/scmsqs/SQSTriggerQueue/config_de.properties
    A 
src/main/resources/io/relution/jenkins/scmsqs/SQSTriggerQueue/help-accessKey.html
    A 
src/main/resources/io/relution/jenkins/scmsqs/SQSTriggerQueue/help-accessKey_de.html
    A 
src/main/resources/io/relution/jenkins/scmsqs/SQSTriggerQueue/help-maxNumberOfMessages.html
    A 
src/main/resources/io/relution/jenkins/scmsqs/SQSTriggerQueue/help-maxNumberOfMessages_de.html
    A 
src/main/resources/io/relution/jenkins/scmsqs/SQSTriggerQueue/help-nameOrUrl.html
    A 
src/main/resources/io/relution/jenkins/scmsqs/SQSTriggerQueue/help-nameOrUrl_de.html
    A 
src/main/resources/io/relution/jenkins/scmsqs/SQSTriggerQueue/help-secretKey.html
    A 
src/main/resources/io/relution/jenkins/scmsqs/SQSTriggerQueue/help-secretKey_de.html
    A 
src/main/resources/io/relution/jenkins/scmsqs/SQSTriggerQueue/help-waitTimeSeconds.html
    A 
src/main/resources/io/relution/jenkins/scmsqs/SQSTriggerQueue/help-waitTimeSeconds_de.html
    A 
src/main/resources/io/relution/jenkins/scmsqs/i18n/sqstrigger/Messages.properties
    A 
src/main/resources/io/relution/jenkins/scmsqs/i18n/sqstrigger/Messages_de.properties
    A 
src/main/resources/io/relution/jenkins/scmsqs/i18n/sqstriggerqueue/Messages.properties
    A 
src/main/resources/io/relution/jenkins/scmsqs/i18n/sqstriggerqueue/Messages_de.properties
    R 
src/main/resources/io/relution/jenkins/scmsqs/sqstrigger/Messages.properties
    R 
src/main/resources/io/relution/jenkins/scmsqs/sqstrigger/Messages_de.properties
    R src/main/resources/io/relution/jenkins/scmsqs/sqstrigger/config.jelly
    R 
src/main/resources/io/relution/jenkins/scmsqs/sqstrigger/config_de.properties
    R src/main/resources/io/relution/jenkins/scmsqs/sqstrigger/global.jelly
    R 
src/main/resources/io/relution/jenkins/scmsqs/sqstrigger/global_de.properties
    R 
src/main/resources/io/relution/jenkins/scmsqs/sqstrigger/help-queueUuid.html
    R 
src/main/resources/io/relution/jenkins/scmsqs/sqstrigger/help-queueUuid_de.html
    R src/main/resources/io/relution/jenkins/scmsqs/sqstrigger/help.html
    R src/main/resources/io/relution/jenkins/scmsqs/sqstrigger/help_de.html
    R 
src/main/resources/io/relution/jenkins/scmsqs/sqstriggerqueue/Messages.properties
    R 
src/main/resources/io/relution/jenkins/scmsqs/sqstriggerqueue/Messages_de.properties
    R src/main/resources/io/relution/jenkins/scmsqs/sqstriggerqueue/config.jelly
    R 
src/main/resources/io/relution/jenkins/scmsqs/sqstriggerqueue/config_de.properties
    R 
src/main/resources/io/relution/jenkins/scmsqs/sqstriggerqueue/help-accessKey.html
    R 
src/main/resources/io/relution/jenkins/scmsqs/sqstriggerqueue/help-accessKey_de.html
    R 
src/main/resources/io/relution/jenkins/scmsqs/sqstriggerqueue/help-maxNumberOfMessages.html
    R 
src/main/resources/io/relution/jenkins/scmsqs/sqstriggerqueue/help-maxNumberOfMessages_de.html
    R 
src/main/resources/io/relution/jenkins/scmsqs/sqstriggerqueue/help-nameOrUrl.html
    R 
src/main/resources/io/relution/jenkins/scmsqs/sqstriggerqueue/help-nameOrUrl_de.html
    R 
src/main/resources/io/relution/jenkins/scmsqs/sqstriggerqueue/help-secretKey.html
    R 
src/main/resources/io/relution/jenkins/scmsqs/sqstriggerqueue/help-secretKey_de.html
    R 
src/main/resources/io/relution/jenkins/scmsqs/sqstriggerqueue/help-waitTimeSeconds.html
    R 
src/main/resources/io/relution/jenkins/scmsqs/sqstriggerqueue/help-waitTimeSeconds_de.html

  Log Message:
  -----------
  Fix casing of resource directory names.

The casing of resource directories must match the casing of the associated 
class. Otherwise no UI elements are shown in Jenkins’ settings page (works in 
Jenkins 1 though).

This means the resource directory of a class can no longer contain a 
Messages.properties file. Otherwise the Messages.class is generated in a 
package that matches the class name.

This fixes #2.


  Commit: f6045c4f01329ddfed035683d62ee63f48012572
      
https://github.com/jenkinsci/scm-sqs-plugin/commit/f6045c4f01329ddfed035683d62ee63f48012572
  Author: Markus Pfeiffer <m.pfeif...@mwaysolutions.com>
  Date:   2016-06-10 (Fri, 10 Jun 2016)

  Changed paths:
    M pom.xml

  Log Message:
  -----------
  Update Amazon SQS SDK dependency version


Compare: 
https://github.com/jenkinsci/scm-sqs-plugin/compare/fa3f69efe123^...f6045c4f0132

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