Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/script-security-plugin
  Commit: f7601abde0df3fec15be935ad95473959185f0a4
      
https://github.com/jenkinsci/script-security-plugin/commit/f7601abde0df3fec15be935ad95473959185f0a4
  Author: Andrew Bayer <andrew.ba...@gmail.com>
  Date:   2018-03-29 (Thu, 29 Mar 2018)

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

  Log Message:
  -----------
  [FIXED JENKINS-50470] Treat someList.someField as spread.

See upstream PR at
https://github.com/jenkinsci/groovy-sandbox/pull/46, but the gist is
that Groovy's normal behavior for this is to treat it the same as we
do spread cases - iterate over the list to get the value from each
object in the list and return the resulting list.


  Commit: 700ba814b0382f1af4a01cc86024f5b90381e891
      
https://github.com/jenkinsci/script-security-plugin/commit/700ba814b0382f1af4a01cc86024f5b90381e891
  Author: Andrew Bayer <andrew.ba...@gmail.com>
  Date:   2018-03-30 (Fri, 30 Mar 2018)

  Changed paths:
    M pom.xml

  Log Message:
  -----------
  Fix handling of [].class and friends.


  Commit: fd7ecf39a8c2626b064c9a07b8632d7cacd13f3f
      
https://github.com/jenkinsci/script-security-plugin/commit/fd7ecf39a8c2626b064c9a07b8632d7cacd13f3f
  Author: Andrew Bayer <andrew.ba...@gmail.com>
  Date:   2018-04-12 (Thu, 12 Apr 2018)

  Changed paths:
    M pom.xml

  Log Message:
  -----------
  Updating to groovy-sandbox 1.19 release


  Commit: 9d642ae73c881c21bbd206e8c7c870b9890fff85
      
https://github.com/jenkinsci/script-security-plugin/commit/9d642ae73c881c21bbd206e8c7c870b9890fff85
  Author: Andrew Bayer <andrew.ba...@gmail.com>
  Date:   2018-04-12 (Thu, 12 Apr 2018)

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

  Log Message:
  -----------
  Merge pull request #195 from abayer/jenkins-50470

[FIXED JENKINS-50470] Treat someList.someField as spread.


Compare: 
https://github.com/jenkinsci/script-security-plugin/compare/2bea25b24262...9d642ae73c88

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