opencaesar / owl-tools

A set of analysis tools for OWL
Apache License 2.0
5 stars 1 forks source link

Need a version of tdbLoader compiled for java11 compatibility #59

Open dwagmuse opened 2 months ago

dwagmuse commented 2 months ago

User Story

I'm working on a legacy workflow based on java11 where I want to use tdbLoader

Detailed Description

Can't upgrade the legacy workflow to java17 yet because there are components that won't run under java17, but I want to use the tdbLoader instead of owlLoad (large data)

I pushed a branch "clipper_legacy" containing the fix that will do this. Because there are some owl tools that won't compile under java11 because they use newer syntax, I had to turn off some subprojects. That should be noted in the release. Proposing to release this as version 2.8.2.

I verified by building locally and publishing to maven local that this runs ok under jre11.

Acceptance Criteria

Sub-task List