Skip to content

Commit

Permalink
fix: add missing java.time classes to whitelist
Browse files Browse the repository at this point in the history
  • Loading branch information
Guillaume Lamirand authored and guillaumelamirand committed Aug 21, 2024
1 parent 80e3c61 commit c1f7456
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/main/resources/groovy-whitelist
Original file line number Diff line number Diff line change
Expand Up @@ -49,10 +49,16 @@ class java.math.BigDecimal
class java.math.BigInteger
class java.net.URLDecoder
class java.net.URLEncoder
class java.time.chrono.ChronoLocalDateTime
class java.time.chrono.ChronoZonedDateTime
class java.time.temporal.Temporal
class java.time.temporal.TemporalAdjuster
class java.time.format.DateTimeFormatter
class java.time.Instant
class java.time.LocalDate
class java.time.LocalDateTime
class java.time.ZonedDateTime
class java.time.ZoneId
class java.util.Calendar
class java.util.Collection
class java.util.Collections
Expand Down

0 comments on commit c1f7456

Please sign in to comment.