[
https://issues.apache.org/jira/browse/JENA-2059?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Andy Seaborne resolved JENA-2059.
---------------------------------
Fix Version/s: Jena 4.0.0
Assignee: Andy Seaborne
Resolution: Fixed
> GraphFactory.createGraphMem() fails
> -----------------------------------
>
> Key: JENA-2059
> URL: https://issues.apache.org/jira/browse/JENA-2059
> Project: Apache Jena
> Issue Type: Bug
> Components: ARQ
> Affects Versions: Jena 4.0.0
> Reporter: Florian Kleedorfer
> Assignee: Andy Seaborne
> Priority: Trivial
> Fix For: Jena 4.0.0
>
>
> Getting this with snapshot-version 4.0.0-20210301.214547-15:
> {noformat}
> 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)
> {noformat}
> The culprit at that line is:
> {noformat}
> Graph graph = GraphFactory.createGraphMem();
> {noformat}
> 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
>
--
This message was sent by Atlassian Jira
(v8.3.4#803005)