Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/workflow-cps-plugin
  Commit: 7c908a0a2d9b16b68a0a6f010f183cc8c34b145e
      
https://github.com/jenkinsci/workflow-cps-plugin/commit/7c908a0a2d9b16b68a0a6f010f183cc8c34b145e
  Author: Jesse Glick <[email protected]>
  Date:   2022-12-15 (Thu, 15 Dec 2022)

  Changed paths:
    M 
plugin/src/main/java/org/jenkinsci/plugins/workflow/cps/actions/ArgumentsActionImpl.java
    M 
plugin/src/main/java/org/jenkinsci/plugins/workflow/cps/persistence/IteratorHack.java
    M 
plugin/src/test/java/org/jenkinsci/plugins/workflow/cps/persistence/IteratorHackTest.java

  Log Message:
  -----------
  Replacing `Arrays.asList` with `List.of` can introduce `NullPointerException`


  Commit: 4f58de0d78d5110094516a1a66b90d6ec54d18d2
      
https://github.com/jenkinsci/workflow-cps-plugin/commit/4f58de0d78d5110094516a1a66b90d6ec54d18d2
  Author: Jesse Glick <[email protected]>
  Date:   2022-12-15 (Thu, 15 Dec 2022)

  Changed paths:
    M 
plugin/src/main/java/org/jenkinsci/plugins/workflow/cps/actions/ArgumentsActionImpl.java
    M 
plugin/src/main/java/org/jenkinsci/plugins/workflow/cps/persistence/IteratorHack.java
    M 
plugin/src/test/java/org/jenkinsci/plugins/workflow/cps/persistence/IteratorHackTest.java

  Log Message:
  -----------
  Merge pull request #642 from jglick/List.of

Replacing `Arrays.asList` with `List.of` can introduce `NullPointerException`


Compare: 
https://github.com/jenkinsci/workflow-cps-plugin/compare/2be4c99c76ed...4f58de0d78d5

-- 
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/workflow-cps-plugin/push/refs/heads/master/2be4c9-4f58de%40github.com.

Reply via email to