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

httpURLConnection.getErrorStream() can return null so handle it. #31

Merged
merged 2 commits into from
Apr 25, 2023

Conversation

brycechesternewman
Copy link

Fixes #30

@brycechesternewman
Copy link
Author

Hi @henryx or @tledkov.
Can I please get some eyes on this PR?

@henryx
Copy link
Collaborator

henryx commented Apr 24, 2023

Hi @brycechesternewman, thank you for your PR. For me it's ok, but before merge it, can you write a test to verify the problem? I'm not sure if is possible, but if you can, it would be very appreciated

@brycechesternewman
Copy link
Author

@henryx howdy. Can you have another look please?

CI fails because it lacks the newline in file. This commit adds it
@henryx henryx merged commit cd25b49 into jopenlibs:master Apr 25, 2023
@brycechesternewman
Copy link
Author

@henryx Thank you for merging. What is your typical release schedule? I want to make use of this asap. Thanks again.

@henryx
Copy link
Collaborator

henryx commented May 5, 2023

I've released new version with this patch. For some reasons, publishing to Maven Central is a bit slow. If you need asap this release, you can use jitpack.io as as alternate package repository

@brycechesternewman
Copy link
Author

brycechesternewman commented May 8, 2023

I am not yet seeing 4.5.0 published to maven central https://repo1.maven.org/maven2/io/github/jopenlibs/vault-java-driver/. Perhaps it is not replicated yet?

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

Successfully merging this pull request may close these issues.

Caused by: java.lang.NullPointerException: null at com.bettercloud.vault.rest.Rest.responseBodyBytes
2 participants