elasticsearch/qa/no-bootstrap-tests
Ryan Ernst b02d06c2d2
Make MockLogAppender itself Releasable (#108526)
Existing uses of MockLogAppender first construct an appender, then call
capturing on the instance in a try-with-resources block. This commit
adds a new method, capture, which creates an appender and sets up the
capture the the same time. The intent is that this will replace the
existing capturing calls, but there are too many to change in one PR.
2024-05-13 07:50:58 -07:00
..
src/test/java/org/elasticsearch/bootstrap Make MockLogAppender itself Releasable (#108526) 2024-05-13 07:50:58 -07:00
build.gradle Update sources with new SSPL+Elastic-2.0 license headers 2021-02-02 16:10:53 -08:00