This is probably me but... I've got a collection of import errors in my Jena 3.2.0-rc1 fork, the common issue being the import prefix "org.apache.jena.ext"...
i.e. import org.apache.jena.ext.com.google.common.cache.Cache ; in jena-arq FactoryRDFCaching I've checked the github apache jena repository and it has these imports... Am I missing something? D
