You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@jena.apache.org by "Claude Warren (JIRA)" <ji...@apache.org> on 2017/11/24 16:16:00 UTC

[jira] [Created] (JENA-1436) RDFConnection does not implement Closable interface

Claude Warren created JENA-1436:
-----------------------------------

             Summary: RDFConnection does not implement Closable interface
                 Key: JENA-1436
                 URL: https://issues.apache.org/jira/browse/JENA-1436
             Project: Apache Jena
          Issue Type: Improvement
          Components: Jena
    Affects Versions: Jena 3.5.0
            Reporter: Claude Warren
            Priority: Minor


RDFConnection implements the java.lang.AutoClosable interface but not the java.io.Closable interface.  As such the apache IOUtils.closeQuietly() does not work with an RDFConnection object.  I think that RDFConnection meets the requirements for Closable namely

A  Closable is a source or destination of data that can be closed.
The close method is invoked to release resources that the object is
 holding (such as open files).



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)