-
Notifications
You must be signed in to change notification settings - Fork 10
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: switch to Titanium JSON-LD library #1073
Conversation
Test Results 55 files + 1 55 suites +1 1m 21s ⏱️ ±0s Results for commit 1087976. ± Comparison against base commit fd8f7f1. This pull request removes 129 and adds 66 tests. Note that renamed tests count towards both.
♻️ This comment has been updated with latest results. |
- use the same (poorly typed) contract as with current lib - integrate library into JsonLdUtils - improve typing of some expanded form structures - redo all the JSON-LD processing of temporal entities (do it once before rendering, as it is done for entities) - use local JSON-LD context server extension for JUnit5 based on https://www.mock-server.com/
- add a Value suffix to make clear they are just doing this - clean the documentation - add a specific extension functions to add non-reified properties (temporal and non-temporal ones)
- rename JsonLdEntity to ExpandedEntity - extract compacted entity processings in a new CompactedEntity file
…tance into an utility function
c6eb261
to
1087976
Compare
Quality Gate passedThe SonarCloud Quality Gate passed, but some issues were introduced. 3 New issues |
No description provided.