Skip to content

Commit

Permalink
Allow all immutable collections from Java 11
Browse files Browse the repository at this point in the history
A previous commit specifically allowed a limited subset of the immutable
classes that Java 11 introduced, but Jenkins should allow for all of
them to be serialized. Add them all to the default allow list of
classes.
  • Loading branch information
mtughan committed Dec 4, 2024
1 parent 171df4d commit 517c7b8
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,11 @@ java.util.HashMap
java.util.HashSet
java.util.Hashtable
java.util.ImmutableCollections$List12
java.util.ImmutableCollections$ListN
java.util.ImmutableCollections$Map1
java.util.ImmutableCollections$MapN
java.util.ImmutableCollections$Set12
java.util.ImmutableCollections$SetN
java.util.LinkedHashMap
java.util.LinkedHashSet
java.util.LinkedList
Expand Down

0 comments on commit 517c7b8

Please sign in to comment.