OpenSearch/libs/elasticsearch-core
Jason Tedor e312ac610a
Cleanup exception handling in IOUtils (#29069)
When we copied IOUtils into the Elasticsearch codebase from Lucene, we
brought with it its handling of throwables which are out of whack with
how we handle throwables in our codebase. This commit modifies our copy
of IOUtils to be consistent with how we handle throwables today: do not
catch them. We take advantage of this cleanup to simplify IOUtils.
2018-03-14 14:25:14 -04:00
..
src Cleanup exception handling in IOUtils (#29069) 2018-03-14 14:25:14 -04:00
build.gradle Remove log4j dependency from elasticsearch-core (#28705) 2018-02-20 09:15:54 -07:00