-
Notifications
You must be signed in to change notification settings - Fork 165
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
NTripleParser uses deprecated setting internally #1841
Labels
📶 enhancement
issue is a new feature or improvement
M2
Fixed in milestone 2
⛔ Not backwards compatible
A change that breaks backwards compatibility and needs a major release
📦 rio
affects the Rio RDF Parser/Writer toolkit
🛠️ tech debt
code refactoring, deprecation, and other technical debt tasks
Milestone
Comments
barthanssens
added
📶 enhancement
issue is a new feature or improvement
📦 rio
affects the Rio RDF Parser/Writer toolkit
labels
Jan 18, 2020
barthanssens
added
the
⛔ Not backwards compatible
A change that breaks backwards compatibility and needs a major release
label
Jan 20, 2020
NTriplesParserSettings sets the deprecated setting to the value of the "new" setting. So while it is possible to add a small extra check in e.g. parse to use the new setting instead of the old one, it's not worth the effort and it would be better to just make sure the old setting is removed altogether in a new major release. |
barthanssens
added
the
🛠️ tech debt
code refactoring, deprecation, and other technical debt tasks
label
Aug 17, 2021
barthanssens
added a commit
to Fedict/rdf4j
that referenced
this issue
Aug 17, 2021
Signed-off-by:Bart Hanssens <bart.hanssens@bosa.fgov.be>
barthanssens
added a commit
to Fedict/rdf4j
that referenced
this issue
Aug 17, 2021
Signed-off-by:Bart Hanssens <bart.hanssens@bosa.fgov.be>
5 tasks
barthanssens
added a commit
to Fedict/rdf4j
that referenced
this issue
Aug 17, 2021
Signed-off-by:Bart Hanssens <bart.hanssens@bosa.fgov.be>
barthanssens
added a commit
to Fedict/rdf4j
that referenced
this issue
Aug 17, 2021
…nto eclipse-rdf4jGH-1841-ntripleparser-deprecated-settings
barthanssens
added a commit
to Fedict/rdf4j
that referenced
this issue
Aug 17, 2021
Signed-off-by:Bart Hanssens <bart.hanssens@bosa.fgov.be>
barthanssens
added a commit
to Fedict/rdf4j
that referenced
this issue
Dec 30, 2021
Signed-off-by:Bart Hanssens <bart.hanssens@bosa.fgov.be>
5 tasks
abrokenjester
added a commit
that referenced
this issue
Jan 5, 2022
…-settings GH-1841: remove deprecated NTriples / Trix parser settings
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
📶 enhancement
issue is a new feature or improvement
M2
Fixed in milestone 2
⛔ Not backwards compatible
A change that breaks backwards compatibility and needs a major release
📦 rio
affects the Rio RDF Parser/Writer toolkit
🛠️ tech debt
code refactoring, deprecation, and other technical debt tasks
Trivial change: NTripleParser and TrixParser still use deprecated NTriplesParserSettings.FAIL_ON_NTRIPLES_INVALID_LINES instead of FAIL_ON_INVALID_LINES
The text was updated successfully, but these errors were encountered: