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.
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