-
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
[Task] Remove gson in favour of jackson #101
Comments
Upon review, Gson only actually gets pulled in for one usage in an integration test util in JvmIdWebRequest, which currently is only called from the disabled custom targets integration test. Should be very easy to replace but will be difficult to validate that the replacement is functioning correctly without a working test case. The |
@andrewazores The JvmIdWebRequest uses the graphql to query the jvmId of the targetId, so it seems that it will depend on the graphql endpoint implementation to re-enable this test. |
Thanks for checking on that @lkonno |
Some code carried forward from the old repository included
gson
as a dependency. Elsewhere we also have a dependency on Jackson via Quarkus, and more recently via projectnessie CEL as well. Gson should be dropped and all usages converted to use Jackson instead.The text was updated successfully, but these errors were encountered: