-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
Solved : NPE if the server doesn't provide any HTTP content for an error #2542
Conversation
@louismurerwa will fix style errors and re-push. |
@louismurerwa there have been an external breaking change in our test environment recently (#2537). Your PR branch had been branched out before #2537 was fixed. Merge with the latest master HEAD to fix the test failure and push the up-to-date branch again. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good to me, basically.
jib-core/src/main/java/com/google/cloud/tools/jib/registry/RegistryEndpointCaller.java
Outdated
Show resolved
Hide resolved
jib-core/src/main/java/com/google/cloud/tools/jib/registry/RegistryEndpointCaller.java
Outdated
Show resolved
Hide resolved
jib-core/src/test/java/com/google/cloud/tools/jib/registry/RegistryEndpointCallerTest.java
Outdated
Show resolved
Hide resolved
…into louis-fixnpeexception Merging #2537 fix
Fixes #2532