java-sdk icon indicating copy to clipboard operation
java-sdk copied to clipboard

Adding support for HttpPipeline

Open salaboy opened this issue 2 months ago • 3 comments

Description

Adding support for HttpPipeline to DaprContainer

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.

Please reference the issue this PR will close: #1584

Checklist

Please make sure you've completed the relevant tasks for this PR, out of the following list:

  • [x] Code compiles correctly
  • [x] Created/updated tests
  • [ ] Extended the documentation

salaboy avatar Oct 24 '25 10:10 salaboy

@cicoyle checkstyle issue fixed

salaboy avatar Oct 24 '25 13:10 salaboy

@salaboy the codecov is failing. Can you please take a look ?

siri-varma avatar Oct 27 '25 04:10 siri-varma

Codecov Report

:x: Patch coverage is 75.00000% with 4 lines in your changes missing coverage. Please review. :white_check_mark: Project coverage is 78.47%. Comparing base (d759c53) to head (ac451eb). :warning: Report is 238 commits behind head on master.

Files with missing lines Patch % Lines
...ain/java/io/dapr/testcontainers/Configuration.java 60.00% 2 Missing :warning:
...main/java/io/dapr/testcontainers/HttpPipeline.java 80.00% 0 Missing and 1 partial :warning:
...ntainers/converter/ConfigurationYamlConverter.java 83.33% 0 Missing and 1 partial :warning:
Additional details and impacted files
@@             Coverage Diff              @@
##             master    #1585      +/-   ##
============================================
+ Coverage     76.91%   78.47%   +1.56%     
- Complexity     1592     1938     +346     
============================================
  Files           145      217      +72     
  Lines          4843     5887    +1044     
  Branches        562      661      +99     
============================================
+ Hits           3725     4620     +895     
- Misses          821      928     +107     
- Partials        297      339      +42     

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

:rocket: New features to boost your workflow:
  • :snowflake: Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

codecov[bot] avatar Nov 18 '25 04:11 codecov[bot]