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

[issue 1094] Fix NPEs caused by okhttp HttpExecutorServiceImpl #1095

Merged
merged 1 commit into from
Oct 25, 2017
Merged

[issue 1094] Fix NPEs caused by okhttp HttpExecutorServiceImpl #1095

merged 1 commit into from
Oct 25, 2017

Conversation

pjdarton
Copy link
Contributor

@pjdarton pjdarton commented Oct 5, 2017

org.openstack4j.connectors.okhttp.HttpExecutorServiceImpl.execute(...) no longer returns null.
If it encounters an exception, it now throws.
Previously it suppressed the original exception and returned null, causing downstream code to fail with a NullPointerException.

See #1094 for details.

connectors.okhttp.HttpExecutorServiceImpl.execute no longer returns null.
If it encounters an exception, it now throws.
@auhlig
Copy link
Member

auhlig commented Oct 25, 2017

That was open for quite some time. Apologies. Thanks for fixing this @pjdarton. Can we close the corresponding issue?

@auhlig auhlig added the bug label Oct 25, 2017
@auhlig auhlig added this to the 3.1.1 Release milestone Oct 25, 2017
@pjdarton
Copy link
Contributor Author

Yes; close it.

@pjdarton pjdarton deleted the fix1094 branch October 25, 2017 07:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants