I had this problem with 3.15.0. Upgraded to 3.16.0-SNAPSHOT and the
problem went away.

I think the issue is that Apache Commons Codec 1.14 contains the
MurmurHash3 class while for example 1.11 does not. You probably got an
older Codec version on the classpath which then gets used by Jena.

On Wed, Jun 24, 2020 at 2:37 PM Dr. Chavdar Ivanov <ch.iva...@outlook.de> wrote:
>
> Hi Lorenz,
>
> Thanks for the reference. I see that indeed this came in 3.15
> I use Maven and as you say it should be ok if the 3.15.0 is ok.
> I will check the dependencies to be sure all is ok there.
>
> Best regards
> Chavdar
>
> -----Original Message-----
> From: Lorenz Buehmann <buehm...@informatik.uni-leipzig.de>
> Sent: Wednesday, 24 June, 2020 12:02
> To: users@jena.apache.org
> Subject: Re: Jena ARQ
>
> Has been changed with JENA-1812 [1]
>
> But I'm wondering where you get errors now? If you use Maven and use
> 3.15.0 as dependencies, you should not see any errors.
>
>
> [1]
> https://issues.apache.org/jira/browse/JENA-1812?jql=project%20%3D%20JENA%20AND%20fixVersion%20%3D%20%22Jena%203.15.0%22%20ORDER%20BY%20key%20DESC%2C%20lastViewed%20DESC
>
> On 24.06.20 11:26, Dr. Chavdar Ivanov wrote:
> > Hi all,
> >
> > Is there some change in the packaging of commons?
> >
> > In the BlankNodeAllocatorHash.java the line below gives a problem if 
> > version 3.15.0 is used and it is ok if 3.14.0 is used
> >
> > import org.apache.commons.codec.digest.MurmurHash3;
> >
> > It cannot recognise the codec
> >
> > Is it an issue with 3.15.0 or something else?
> >
> > Best regards
> > Chavdar
> >

Reply via email to