Files
gerrit/java/com
Christian Aistleitner 11770a5658 Avoid closing System.out after All-Users GC in NoteDB migration
By using try-with-resource wrappers around System.out for the garbage
collection of the `All-Users` repo, System.out got closed when the
wrappers got closed after the garbage collection. Due to the closed
System.out, the final status messages of the migration got swallowed
and did not make it to the screen.

We no longer close the wrappers to keep System.out open.

Bug: Issue 12935
Change-Id: I549a027f4ef7bbd863f08532b849e4c43b3d50e1
2020-06-16 00:51:20 +02:00
..