This repository was archived by the owner on Apr 16, 2021. It is now read-only.
GoogleCloud wagon throw NPE because of keyPath is null#75
Open
talatuyarer wants to merge 1 commit intogkatzioura:masterfrom
Open
GoogleCloud wagon throw NPE because of keyPath is null#75talatuyarer wants to merge 1 commit intogkatzioura:masterfrom
talatuyarer wants to merge 1 commit intogkatzioura:masterfrom
Conversation
… when checking it is present or not
|
@gkatzioura Please incorporate this PR into the repo, this is preventing this plugin from being usable. I am still on v1.7 due to this issue and the previous issue I had filed (which you mentioned is fixed in 2.3): #44 |
|
@gkatzioura We are facing the same issue. What is missing to get the fix merged? |
|
@enricojonas until this is released upstream I have released a version to Maven Central to unblock my own work: https://mvnrepository.com/artifact/com.github.rvaidya/google-storage-wagon/2.4 |
|
Other PR for same issue #63 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
I am getting below error when I try to use version 2.3. I did little bit debugging and looks like keypath is not set by anyone and it does not have initial value. I assumed it is lack of implementation. I set initial value for it. It solved my issue. In addition to my pr. Looks like some one create another pr that facing some issue #75
Please review my pr @gkatzioura