-
Notifications
You must be signed in to change notification settings - Fork 4.1k
fix issue #998 #1317
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
fix issue #998 #1317
Conversation
Update CodeBase
…hotfix/fix_unable_resolve_host
- ConcurrentSkipList is unavailable in java anymore
fix gradle config
I have fix the issue in ConcurrentSkipList and update gradle, the Travis CI build failed because of java version. |
Travis CI configuration is stored in file /.travis.yml, you can update it along in PR next time Also next time you can squash your commits into one commit, or I'll have to squash them on merging PR. I've submitted Travis and SDK compatibility fixes, so update your local development, so you base on latest master in next PR. Thank you for your hard work |
I will take care of commits next time. |
I check the issue #998 and test it on simple API server, the issue belongs to "httpclient" and after update the "httpclient" version, the issue has fixed