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 >