You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It appears we are using Jena 3.x API, even though we have Jena 4.x in the dependencies. It's being brought into the code via Taverna: apache/jena#1293 (comment)
Expected Behavior
Use latest Jena 4.x
Actual Behavior
Possible Fix
Use updated API.
Steps to Reproduce
Context
Your Environment
Version used:
Environment name and version (e.g. Chrome 39, Java 17):
The text was updated successfully, but these errors were encountered:
Not sure if CWLViewer is using Jena 4 and 3 at the same time.
Jena uses ServiceLoader to initialize so if jars from both on the classpath, then, yes, it is both (jena-core from v4, RIOT from v3). Since 3.0.1, RIOT plugged itself into jena-core as an RDFReader.
This is (not) going to be fun to tackle this issue, I think.
Description
It appears we are using Jena 3.x API, even though we have Jena 4.x in the dependencies. It's being brought into the code via Taverna: apache/jena#1293 (comment)
Expected Behavior
Use latest Jena 4.x
Actual Behavior
Possible Fix
Use updated API.
Steps to Reproduce
Context
Your Environment
The text was updated successfully, but these errors were encountered: