Skip to content
This repository has been archived by the owner on Sep 15, 2021. It is now read-only.

Update to Eclipse RDF4J Sesame #23

Open
wants to merge 2 commits into
base: develop
Choose a base branch
from

Conversation

schivmeister
Copy link

Mostly namespaces changes as per directions on
http://docs.rdf4j.org/migration/. Other changes are mostly URI-IRI and
Graph-Model related (deprecations).

Two tests still fail. Also note, version number updated because it was
strange to see Pinto depend on a version that does not exist on Github
(4.0.2).

It was also hard to make a decision as to how to name the dependency.
Chose to keep 'sesame' and where needed wrote 'sesameRdf4J' to clarify.

Mostly namespaces changes as per directions on
http://docs.rdf4j.org/migration/. Other changes are mostly URI-IRI and
Graph-Model related (deprecations).

Two tests still fail. Also note, version number updated because it was
strange to see Pinto depend on a version that does not exist on Github
(4.0.2).

It was also hard to make a decision as to how to name the dependency.
Chose to keep 'sesame' and where needed wrote 'sesameRdf4J' to clarify.
@schivmeister
Copy link
Author

schivmeister commented Mar 19, 2018

This is a breaking API change so the version should probably reflect that (4.1.0?). Pinto for example will need to be updated at the same time. I will send a separate pull request for that if this is good to go.

There was a missing import, which also was for a deprecated method. There
was access from a test class to a protected method -- there is no need for
this as RDF4J specifically mentions use of ValueFactory.

Note: Some inadvertent import organizations are in this baggage.
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant