You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@jena.apache.org by "Andy Seaborne (JIRA)" <ji...@apache.org> on 2015/01/18 17:47:34 UTC

[jira] [Commented] (JENA-851) com.hp.hpl.jena.n3.IRIResolver.resolveFileURL does not correctly resolve file URL when file is in a jar.

    [ https://issues.apache.org/jira/browse/JENA-851?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14281860#comment-14281860 ] 

Andy Seaborne commented on JENA-851:
------------------------------------

The test serves no purpose. chhj.n3 is only there for using jena-core without jena-arq.

I would happily delete the old n3/turtle now (it is not RDf 1.1 compliant) and insist on applications using all the jars.  That said, Jena3 would be a good time to clear it up.  We just need to plan for that - the RDF 1.1 changes are done.

StreamManager is not in jena-core.


> com.hp.hpl.jena.n3.IRIResolver.resolveFileURL does not correctly resolve file URL when file is in a jar.
> --------------------------------------------------------------------------------------------------------
>
>                 Key: JENA-851
>                 URL: https://issues.apache.org/jira/browse/JENA-851
>             Project: Apache Jena
>          Issue Type: Improvement
>          Components: ARQ, IRI
>         Environment: Linux
>            Reporter: Claude Warren
>            Priority: Minor
>
> Test class extends TestModelRead.
> TestModelRead has a test testSimpleLoadImplictBase() which uses the deprecated com.hp.hpl.jena.n3.IRIResolver.resolveFileURL() to resolve a file name for a datafile for a test.
> The calling class creates a StreamManager to read from jar files but it is not used by com.hp.hpl.jena.n3.IRIResolver.
> As com.hp.hpl.jena.n3.IRIResolver is deprecated should we just remove this test or modify it to use the StreamManager?
> Is there a timeline to remove the  com.hp.hpl.jena.n3.IRIResolver?



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)