You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Looks like JDK 7 can solve a nasty problem with secondary exceptions thrown when flushing/closing encoders (like with Avro), by addSuppressed() method. Since we still try to work with Android, at least for 2.8, let's add method(s) via Java7Support abstraction.