Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/script-security-plugin
  Commit: 29641f0832b9575993fe7af30b83dae451fad6ed
      
https://github.com/jenkinsci/script-security-plugin/commit/29641f0832b9575993fe7af30b83dae451fad6ed
  Author: Jesse Glick <[email protected]>
  Date:   2017-07-11 (Tue, 11 Jul 2017)

  Changed paths:
    M 
src/test/java/org/jenkinsci/plugins/scriptsecurity/sandbox/groovy/SandboxInterceptorTest.java
    M 
src/test/java/org/jenkinsci/plugins/scriptsecurity/sandbox/whitelists/GenericWhitelistTest.java

  Log Message:
  -----------
  Switching to ErrorCollector to get more details during development.


  Commit: f5d212851c071de2355dca4aebcf3425537ae3d9
      
https://github.com/jenkinsci/script-security-plugin/commit/f5d212851c071de2355dca4aebcf3425537ae3d9
  Author: Jesse Glick <[email protected]>
  Date:   2017-07-11 (Tue, 11 Jul 2017)

  Changed paths:
    M 
src/test/java/org/jenkinsci/plugins/scriptsecurity/sandbox/groovy/SandboxInterceptorTest.java

  Log Message:
  -----------
  [JENKINS-34599] Reproduced issues in test.


  Commit: a61e119d034bf7dc5feef5fcdcbbd89a817ee4e3
      
https://github.com/jenkinsci/script-security-plugin/commit/a61e119d034bf7dc5feef5fcdcbbd89a817ee4e3
  Author: Jesse Glick <[email protected]>
  Date:   2017-07-11 (Tue, 11 Jul 2017)

  Changed paths:
    M 
src/test/java/org/jenkinsci/plugins/scriptsecurity/sandbox/groovy/SandboxInterceptorTest.java

  Log Message:
  -----------
  ambiguousOverloads test failure on 2.x.


  Commit: 8082636775b1a5478dafb8a998d9940ec2234b17
      
https://github.com/jenkinsci/script-security-plugin/commit/8082636775b1a5478dafb8a998d9940ec2234b17
  Author: Jesse Glick <[email protected]>
  Date:   2017-07-11 (Tue, 11 Jul 2017)

  Changed paths:
    M pom.xml
    M 
src/main/java/org/jenkinsci/plugins/scriptsecurity/sandbox/groovy/SandboxInterceptor.java
    M 
src/test/java/org/jenkinsci/plugins/scriptsecurity/sandbox/groovy/SandboxInterceptorTest.java

  Log Message:
  -----------
  Merge branch 'update' into final-fields-JENKINS-34599


  Commit: fd413b67cc92e2218369661face554b440847675
      
https://github.com/jenkinsci/script-security-plugin/commit/fd413b67cc92e2218369661face554b440847675
  Author: Jesse Glick <[email protected]>
  Date:   2017-07-11 (Tue, 11 Jul 2017)

  Changed paths:
    M pom.xml
    M 
src/test/java/org/jenkinsci/plugins/scriptsecurity/sandbox/groovy/SandboxInterceptorTest.java

  Log Message:
  -----------
  Further tests.


  Commit: 68737a3a46ba7f5ee0e75b31048515052afccef1
      
https://github.com/jenkinsci/script-security-plugin/commit/68737a3a46ba7f5ee0e75b31048515052afccef1
  Author: Jesse Glick <[email protected]>
  Date:   2017-07-11 (Tue, 11 Jul 2017)

  Changed paths:
    M 
src/main/resources/org/jenkinsci/plugins/scriptsecurity/sandbox/whitelists/blacklist

  Log Message:
  -----------
  Merge branch 'master' into final-fields-JENKINS-34599


  Commit: c9b8c501de5a4555a445d0af7595695defc47ed2
      
https://github.com/jenkinsci/script-security-plugin/commit/c9b8c501de5a4555a445d0af7595695defc47ed2
  Author: Jesse Glick <[email protected]>
  Date:   2017-07-12 (Wed, 12 Jul 2017)

  Changed paths:
    M pom.xml
    M 
src/test/java/org/jenkinsci/plugins/scriptsecurity/sandbox/groovy/SandboxInterceptorTest.java

  Log Message:
  -----------
  [FIXED JENKINS-34599] Integrating fix.


  Commit: 9748bf280bc369775ce31e49d91645c6747e8d2e
      
https://github.com/jenkinsci/script-security-plugin/commit/9748bf280bc369775ce31e49d91645c6747e8d2e
  Author: Jesse Glick <[email protected]>
  Date:   2017-07-13 (Thu, 13 Jul 2017)

  Changed paths:
    M Jenkinsfile
    M pom.xml

  Log Message:
  -----------
  Handling of instance initializers was broken in Groovy 2.


  Commit: 764b694c9d25a67e6125d35b7de697dd1cd3bfee
      
https://github.com/jenkinsci/script-security-plugin/commit/764b694c9d25a67e6125d35b7de697dd1cd3bfee
  Author: Jesse Glick <[email protected]>
  Date:   2017-07-20 (Thu, 20 Jul 2017)

  Changed paths:
    M 
src/main/java/org/jenkinsci/plugins/scriptsecurity/sandbox/groovy/SandboxInterceptor.java
    M 
src/test/java/org/jenkinsci/plugins/scriptsecurity/sandbox/groovy/SandboxInterceptorTest.java

  Log Message:
  -----------
  Merge branch 'master' into final-fields-JENKINS-34599


  Commit: 54772dd0b96ec3cc803f57b43a09436fbf8ad551
      
https://github.com/jenkinsci/script-security-plugin/commit/54772dd0b96ec3cc803f57b43a09436fbf8ad551
  Author: Jesse Glick <[email protected]>
  Date:   2017-07-20 (Thu, 20 Jul 2017)

  Changed paths:
    M 
src/test/java/org/jenkinsci/plugins/scriptsecurity/sandbox/groovy/SandboxInterceptorTest.java

  Log Message:
  -----------
  Fix up new methodMissingException.


  Commit: c1d9e87050ccedfb703b11f8894eae6469cb0b25
      
https://github.com/jenkinsci/script-security-plugin/commit/c1d9e87050ccedfb703b11f8894eae6469cb0b25
  Author: Jesse Glick <[email protected]>
  Date:   2017-07-25 (Tue, 25 Jul 2017)

  Changed paths:
    M 
src/main/java/org/jenkinsci/plugins/scriptsecurity/sandbox/groovy/SandboxInterceptor.java
    M 
src/main/resources/org/jenkinsci/plugins/scriptsecurity/sandbox/whitelists/generic-whitelist
    M 
src/test/java/org/jenkinsci/plugins/scriptsecurity/sandbox/groovy/SandboxInterceptorTest.java

  Log Message:
  -----------
  Merge branch 'master' into final-fields-JENKINS-34599


  Commit: f88130086744a3802c59233f5d9a5218d1d70f81
      
https://github.com/jenkinsci/script-security-plugin/commit/f88130086744a3802c59233f5d9a5218d1d70f81
  Author: Jesse Glick <[email protected]>
  Date:   2017-07-25 (Tue, 25 Jul 2017)

  Changed paths:
    M pom.xml

  Log Message:
  -----------
  Updated snapshot dep.


  Commit: a737597c68f47a9926852fc4b75d7ce9270b5d22
      
https://github.com/jenkinsci/script-security-plugin/commit/a737597c68f47a9926852fc4b75d7ce9270b5d22
  Author: Jesse Glick <[email protected]>
  Date:   2017-07-25 (Tue, 25 Jul 2017)

  Changed paths:
    M Jenkinsfile
    M pom.xml
    M 
src/test/java/org/jenkinsci/plugins/scriptsecurity/sandbox/groovy/SandboxInterceptorTest.java
    M 
src/test/java/org/jenkinsci/plugins/scriptsecurity/sandbox/whitelists/GenericWhitelistTest.java

  Log Message:
  -----------
  Merge pull request #132 from jglick/final-fields-JENKINS-34599

[JENKINS-34599] Setting of final fields


Compare: 
https://github.com/jenkinsci/script-security-plugin/compare/8ae74d983c29...a737597c68f4

-- 
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].
For more options, visit https://groups.google.com/d/optout.

Reply via email to