Fix NPE in error response parsing#448
Merged
cdancy merged 1 commit intocdancy:masterfrom Feb 12, 2025
Merged
Conversation
Owner
|
@hpoettker if you're here poking around and working on bitbucket, and have some time, feel free to check out some of the other PR's that have been long standing and are open and see if they still work and make sense to merge. They could be a win for the community. I currently don't have the time I used to in order to dedicate to this project and so any help here is appreciated. |
Contributor
Author
|
@cdancy I'd be happy to contribute more fixes and additions. But this really only makes sense when there are also releases to Maven Central. Otherwise, maintaining a private fork is really simpler. I don't feel strongly about #452 or any other open issue or PR. But a release of the current master would be very much appreciated. |
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 join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Resolves #447
I've successfully tested the commit based on the branch of #446. The mock tests are successful and it works in my application against a real-world Bitbucket instance.
This PR here is against the
masterbranch, which currently doesn't build. I'll rebase after #446 has been merged.