Merge branch '3.2.x'

This commit is contained in:
Moritz Halbritter
2024-02-12 10:19:46 +01:00
50 changed files with 68 additions and 8 deletions

View File

@@ -132,6 +132,7 @@ abstract class AbstractApplicationLauncher implements BeforeEachCallback {
StreamUtils.copy(this.input, this.output);
}
catch (IOException ex) {
// Ignore
}
}