Details
-
Bug
-
Status: Closed
-
Trivial
-
Resolution: Fixed
-
Jena 4.0.0
-
None
Description
Getting this with snapshot-version 4.0.0-20210301.214547-15:
java.lang.NoSuchMethodError: 'java.lang.String org.apache.jena.irix.IRIs.scheme(java.lang.String)' at ShaclCheckTest.loadGraph(ShaclCheckTest.java:99) at ShaclCheckTest.loadGraph(ShaclCheckTest.java:107) at ShaclCheckTest.loadShapes(ShaclCheckTest.java:88) at ShaclCheckTest.loadAuthShapes(ShaclCheckTest.java:35)
The culprit at that line is:
Graph graph = GraphFactory.createGraphMem();
I could not find any hint that this is a planned change, so I am guessing it's an unwanted sideeffect of the IRI refactoring.
Version 4.0.0-20210225.075305-13 does not have this problem