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

GH-1098 removed org.json dep, replaced usage with Jackson #2127

Merged
merged 1 commit into from
Apr 24, 2020

Conversation

abrokenjester
Copy link
Contributor

@abrokenjester abrokenjester commented Apr 24, 2020

GitHub issue resolved: #1098

Briefly describe the changes proposed in this PR:

Removed all references to org.json package. Replaced its use in the workbench with equivalent Jackson functionality.

I've not written unit tests because the servlet code is rather tangled, and writing tests for it is a chore I just can't face at the moment. However, I compiled and ran the modified workbench, and verified that executing queries, saving queries, and deleting data still all work as expected.


PR Author Checklist:

  • my pull request is self-contained
  • I've added tests for the changes I made
  • every commit message starts with the issue number (GH-xxxx) followed by a meaningful description of the change
  • every commit has been signed off

Note: we merge all feature pull requests using squash and merge. See RDF4J git merge strategy for more details.

@abrokenjester
Copy link
Contributor Author

Please review at your earliest convenience - I would like this merged so I can go ahead and fix our release artifacts as soon as possible.

@hmottestad
Copy link
Contributor

LGTM

@abrokenjester abrokenjester merged commit 422b3b6 into master Apr 24, 2020
@abrokenjester abrokenjester deleted the GH-1098-remove-json-org-dep branch April 24, 2020 06:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Remove org.json dependency
2 participants