Skip to content

Commit

Permalink
Merge pull request #3251 from oleg-nenashev/feature/JENKINS-49070-big…
Browse files Browse the repository at this point in the history
…-decimal

[JENKINS-49070] - Whitelist BigDecimal and BigInteger
  • Loading branch information
oleg-nenashev committed Jan 22, 2018
2 parents 31d3573 + 1393f69 commit b550c33
Showing 1 changed file with 2 additions and 0 deletions.
Expand Up @@ -54,6 +54,8 @@ java.lang.String$CaseInsensitiveComparator
java.lang.StringBuffer
java.lang.StringBuilder
java.lang.reflect.Proxy
java.math.BigDecimal
java.math.BigInteger
java.net.URI
java.net.URL
java.security.KeyRep
Expand Down

0 comments on commit b550c33

Please sign in to comment.