Is your feature request related to a problem? Please describe.
Jersey libraries were introduced as an experimentation to handle API calls. The problem is that we want make sure all SDKs uses minimal or no major dependency that can cause issues or open new breaches to applications that uses Switcher Client SDK.
Describe the solution you'd like
Replace Jersey Client with native Java HttpClient
Is your feature request related to a problem? Please describe.
Jersey libraries were introduced as an experimentation to handle API calls. The problem is that we want make sure all SDKs uses minimal or no major dependency that can cause issues or open new breaches to applications that uses Switcher Client SDK.
Describe the solution you'd like
Replace Jersey Client with native Java HttpClient