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

cloudinary-http5 ignores system properties #348

Open
LStampf opened this issue Oct 18, 2024 · 1 comment
Open

cloudinary-http5 ignores system properties #348

LStampf opened this issue Oct 18, 2024 · 1 comment
Assignees

Comments

@LStampf
Copy link

LStampf commented Oct 18, 2024

Describe the bug in a sentence or two.

Previous versions of the library like cloudinary-http45 took system properties into account. cloudinary-http5 doesn't do this anymore, which makes it harder to run the library with different configs.

Issue Type (Can be multiple)

[ ] Build - Can’t install or import the SDK
[ ] Performance - Performance issues
[ x] Behaviour - Functions aren’t working as expected (Such as generate URL)
[ ] Documentation - Inconsistency between the docs and behaviour
[ ] Other (Specify)

Steps to reproduce

Start a VM with http.proxyHost and http.proxyPort parameters. On 1.39.0 this will work, on 2.0.0 the proxy will be ignored.

Versions and Libraries (fill in the version numbers)

Cloudinary Java SDK version - 2.0.0

Repository

Problem is the init method: LINK
The old init method invoked useSystemProperties on the builder. This is missing in 2.0.0

@wissam-khalili
Copy link

Thank you for your input.
We will review this issue and let you know our feedback.

@adimiz1 adimiz1 self-assigned this Oct 21, 2024
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

No branches or pull requests

3 participants