Zachary (Zac) Pustejovsky

Results 4 comments of Zachary (Zac) Pustejovsky

My team is running into the same issue. We're trying to bump all deps to latest due to the `Log4Shell` exploit. In bumping scio from `0.10.4` to `0.11.0`, we ran...

+1 that this would be nice to have

@heruan fwiw I just run this stupid util in a `finally` block to suppress the exceptions. Could have some bad side-effects, however. ```java package com.lol.utils; import java.lang.reflect.Field; import java.util.HashMap; import...