Details
-
Improvement
-
Status: Closed
-
Major
-
Resolution: Fixed
-
Jena 2.11.2
-
None
Description
In JDK 7, Closeable can be used with try-with-resources for more convenient programming structure. (and is compatible with JDK 6, if so desired)
However, Closeable.close() throws IOException so I hope this can be approved for at least the next major Jena ARQ version (2.12).