[ 
https://issues.apache.org/jira/browse/JENA-1925?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Rob Vesse closed JENA-1925.
---------------------------
    Resolution: Duplicate

This report does not contain sufficient information to diagnose the problem, 
when reporting bugs you need to provide sufficient detail for us to reproduce 
the issue i.e. error stack trace, code that leads to that error

>From the sparse description this sounds like a duplicate of JENA-1898 which 
>discusses a bug related to Maven dependency resolution that can cause the 
>wrong version of Apache Commons Codec to be picked up and is affected by 
>dependency ordering in users POMs.  This should be fixed for the next release 
>- Jena 3.16.0 - where {{commons-codec}} is explicitly excluded from the other 
>transitive sources of it to force the choice of the Jena provided version.

Even with that fix you should still inspect {{mvn dependency:tree}} output to 
verify if your project can pick up {{commons-codec}} from multiple sources as 
it is still possible to reintroduce this problem in your own code base.

> missing dependency to commons-codec in jena-arq pom
> ---------------------------------------------------
>
>                 Key: JENA-1925
>                 URL: https://issues.apache.org/jira/browse/JENA-1925
>             Project: Apache Jena
>          Issue Type: Bug
>          Components: ARQ
>    Affects Versions: Jena 3.15.0
>            Reporter: Elie Roux
>            Priority: Minor
>
> jena-arq contains some references to commons-codec in 
> jena-arq/src/main/java/org/apache/jena/riot/lang/BlankNodeAllocatorHash.java 
> but the pom of jena-arq doesn't include the dependency. I had to change the 
> pom of https://github.com/buda-base/jena-stable-turtle/ to account for that. 
> Not a huge deal but it would be an easy fix



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

Reply via email to