Use Throwable.addSuppressed()
directly and/or via try-with-resources
#1221
Milestone
Throwable.addSuppressed()
directly and/or via try-with-resources
#1221
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) viaJava7Support
abstraction.The text was updated successfully, but these errors were encountered: