owlcs / owlapi

OWL API main repository
822 stars 315 forks source link

Upgraded to RDF4j 3.7.4 and fixed issues with OSGi bundles #1040

Closed daltontc closed 2 years ago

daltontc commented 2 years ago
daltontc commented 2 years ago

The current RDF4j version limiter in the OSGi distribution makes OWLAPI unable to run in an OSGi with the proper 3.x version. Currently is requiring a 2.x version that OWLAPI is not even using.

daltontc commented 2 years ago

RDF4j 3.5.0 broke out the rdf4j-model dependency into 3 rdf4j-model, rdf4j-model-api, and rdf4j-model-vocabulary. New dependencies needed to be added for OSGi compatibility.

See https://rdf4j.org/release-notes/3.5.0/

daltontc commented 2 years ago

@ignazio1977 any chance you can review this PR?

ignazio1977 commented 2 years ago

Sorry, haven't had a chance to look at the patch set in detail yet. Looks good, I plan to merge it as soon as I can check it out properly.

On Fri, 21 Jan 2022, 17:24 Tom Dalton, @.***> wrote:

@ignazio1977 https://github.com/ignazio1977 any chance you can review this PR?

— Reply to this email directly, view it on GitHub https://github.com/owlcs/owlapi/pull/1040#issuecomment-1018711929, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAT2AJPXWG2QOM3SZGNYTPLUXGJERANCNFSM5MKQPJWQ . Triage notifications on the go with GitHub Mobile for iOS https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675 or Android https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub.

You are receiving this because you were mentioned.Message ID: @.***>

daltontc commented 2 years ago

Just curious @ignazio1977 , what is your release cycle / when could I expect to be able to pull down these changes?

ignazio1977 commented 2 years ago

There isn't a tightly defined release cycle, I make a release when there's a significant number of changes/bug fixes or there's an urgent need for one of them