-
Notifications
You must be signed in to change notification settings - Fork 34
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
Communication.java not instantiating httpClient #52
Comments
When the fix will be released? Tks |
New release will be out by the end of the week (07/28/17) |
@brianarnold789 Ok. Waiting.. ;-) |
@zardojunior |
Thank you very much
Moacir Zardo Junior
Em 1 de ago de 2017 9:14 AM, "brianarnold789" <[email protected]>
escreveu:
… @zardojunior <https://github.com/zardojunior>
I apologize for the delay, a new release is available now GitHub
<https://github.com/Vantiv/litle-sdk-for-java/releases/tag/11.0.2> and
Maven <https://bintray.com/litlesdk/maven/litle-sdk-for-java/11.0.2>
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#52 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AL8CpNSVMUS4BvcSlOudHuxsur-mFesDks5sTxaxgaJpZM4N48HN>
.
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi all!
I found a problem in Communication.java class, version 11.X. If the protocols is not null, the class httpClient will never be instantiated. Maybe you should remove the first "if" statement since it is already been done (and handled) in the next lines of code.
The text was updated successfully, but these errors were encountered: