Fix Java SDK URI parsing.#882
Merged
artursouza merged 1 commit intodapr:masterfrom Jun 22, 2023
artursouza:fix_uri_parsing
Merged
Fix Java SDK URI parsing.#882artursouza merged 1 commit intodapr:masterfrom artursouza:fix_uri_parsing
artursouza merged 1 commit intodapr:masterfrom
artursouza:fix_uri_parsing
Conversation
Signed-off-by: Artur Souza <asouza.pro@gmail.com>
Codecov Report
@@ Coverage Diff @@
## master #882 +/- ##
============================================
- Coverage 77.37% 77.31% -0.06%
Complexity 1268 1268
============================================
Files 117 117
Lines 3924 3927 +3
Branches 467 468 +1
============================================
Hits 3036 3036
- Misses 649 652 +3
Partials 239 239
|
Contributor
Author
|
@mukundansundar I need this a little bit urgently. |
mukundansundar
approved these changes
Jun 22, 2023
Contributor
|
@artursouza Please add unit test/E2E test cases for the same. |
Contributor
Author
Will do. Let me merge this so I can have time to test it in an automated way. |
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.
Description
Fix Java SDK URI parsing.
Issue reference
We strive to have all PR being opened based on an issue, where the problem or feature have been discussed prior to implementation.
Fixes bug found in #877
Checklist
Please make sure you've completed the relevant tasks for this PR, out of the following list: