-
Notifications
You must be signed in to change notification settings - Fork 18
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
feat: Add /shacl/validate endpoint (DEV-4149) #3371
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
A bunch of endpoint code, the validator and some tests for it. I'm not sure what it validates entirely and how SHACL works anymore, but the code is rather unoffensive, feel free to merge.
// see: https://github.com/TopQuadrant/shacl/pull/177 | ||
val JenaVersion = "4.10.0" | ||
val Rdf4jVersion = "5.0.2" | ||
val TopbraidShaclVersion = "1.4.3" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I don't see the reason to create version constant if it's used only once.
Also the compatibility comment is already added to scala-steward.conf
which should be enough.
org.apache.jena
dependencies to major version 4.x.x with scala stewardPOST shacl/validate
endpoint with optionsPull Request Checklist
Task Description/Number
Issue Number: DEV-
PR Type
Basic requirements for bug fixes and features
Does this PR introduce a breaking change?