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

@@ -138,6 +138,7 @@ class NestedFileSystem extends FileSystem {
zipFileSystem.close();
}
catch (Exception ex) {
// Ignore
}
}

View File

@@ -88,6 +88,7 @@ class ZipContentTests {
this.zipContent.close();
}
catch (IllegalStateException ex) {
// Ignore
}
}
}