Skip to content
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

Closed
barthanssens opened this issue Jan 18, 2020 · 1 comment
Closed

NTripleParser uses deprecated setting internally #1841

barthanssens opened this issue Jan 18, 2020 · 1 comment
Assignees
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
Copy link
Contributor

barthanssens commented Jan 18, 2020

Trivial change: NTripleParser and TrixParser still use deprecated NTriplesParserSettings.FAIL_ON_NTRIPLES_INVALID_LINES instead of FAIL_ON_INVALID_LINES

@barthanssens barthanssens added 📶 enhancement issue is a new feature or improvement 📦 rio affects the Rio RDF Parser/Writer toolkit labels Jan 18, 2020
@barthanssens barthanssens self-assigned this Jan 18, 2020
@barthanssens barthanssens added this to the 4.0.0 milestone Jan 20, 2020
@barthanssens barthanssens added the ⛔ Not backwards compatible A change that breaks backwards compatibility and needs a major release label Jan 20, 2020
@barthanssens
Copy link
Contributor Author

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 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>
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
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>
abrokenjester added a commit that referenced this issue Jan 5, 2022
…-settings

GH-1841: remove deprecated NTriples / Trix parser settings
@abrokenjester abrokenjester added the M2 Fixed in milestone 2 label Jan 23, 2022
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
Projects
None yet
Development

No branches or pull requests

2 participants