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

Fix Java SDK URI parsing. #882

Merged
merged 1 commit into from
Jun 22, 2023
Merged

Conversation

artursouza
Copy link
Member

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:

  • Code compiles correctly
  • Created/updated tests
  • Extended the documentation

Signed-off-by: Artur Souza <asouza.pro@gmail.com>
@artursouza artursouza requested review from a team as code owners June 22, 2023 18:58
@codecov
Copy link

codecov bot commented Jun 22, 2023

Codecov Report

Merging #882 (f201d62) into master (201dbc5) will decrease coverage by 0.06%.
The diff coverage is 40.00%.

@@             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              
Impacted Files Coverage Δ
...rc/main/java/io/dapr/client/DaprClientBuilder.java 64.70% <40.00%> (-4.05%) ⬇️

@artursouza
Copy link
Member Author

@mukundansundar I need this a little bit urgently.

@mukundansundar
Copy link
Contributor

@artursouza Please add unit test/E2E test cases for the same.

@artursouza
Copy link
Member Author

@artursouza Please add unit test/E2E test cases for the same.

Will do. Let me merge this so I can have time to test it in an automated way.

@artursouza artursouza merged commit 76aec01 into dapr:master Jun 22, 2023
@mukundansundar mukundansundar added this to the v1.10 milestone Sep 20, 2023
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.

2 participants