Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Upgrade to RDF4J 5.x #1145

Closed
Tracked by #4905
reckart opened this issue Jun 25, 2024 · 0 comments
Closed
Tracked by #4905

Upgrade to RDF4J 5.x #1145

reckart opened this issue Jun 25, 2024 · 0 comments

Comments

@reckart
Copy link
Contributor

reckart commented Jun 25, 2024

RDF4J 5.0.0 has been released. owlapi 5.5.0 does not seem to be compatible. E.g. when I try to load an OBO file, I get this error.

java.lang.NoSuchFieldError: VERIFY_DATATYPE_VALUES
	at org.semanticweb.owlapi.rio.RioParserImpl.parseDocumentSource(RioParserImpl.java:174)
	at org.semanticweb.owlapi.rio.RioParserImpl.parse(RioParserImpl.java:134)
	at uk.ac.manchester.cs.owl.owlapi.OWLOntologyFactoryImpl.loadOWLOntology(OWLOntologyFactoryImpl.java:195)
	at uk.ac.manchester.cs.owl.owlapi.OWLOntologyManagerImpl.load(OWLOntologyManagerImpl.java:1105)
	at uk.ac.manchester.cs.owl.owlapi.OWLOntologyManagerImpl.loadOntology(OWLOntologyManagerImpl.java:1055)
	at uk.ac.manchester.cs.owl.owlapi.OWLOntologyManagerImpl.loadOntologyFromOntologyDocument(OWLOntologyManagerImpl.java:1005)
	at uk.ac.manchester.cs.owl.owlapi.OWLOntologyManagerImpl.loadOntologyFromOntologyDocument(OWLOntologyManagerImpl.java:1025)
       ...
@reckart reckart changed the title Compatibility with RDF4J 5.0.0 Upgrade to RDF4J 5.x Jul 17, 2024
reckart added a commit to reckart/owlapi that referenced this issue Jul 17, 2024
- Upgrade to RDF4J 5.0.1
- Fix issues preventing compilation
- Remove redundant/outdated dependency declarations in distribution modules
- Enhanced TestBase to allow printing the document at the start and end of the round trip
hmottestad added a commit to reckart/owlapi that referenced this issue Aug 2, 2024
hmottestad added a commit to reckart/owlapi that referenced this issue Aug 2, 2024
ignazio1977 pushed a commit that referenced this issue Aug 3, 2024
- Upgrade to RDF4J 5.0.1
- Fix issues preventing compilation
- Remove redundant/outdated dependency declarations in distribution modules
- Enhanced TestBase to allow printing the document at the start and end of the round trip
ignazio1977 added a commit that referenced this issue Sep 8, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants