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] Invalid runtime API usage when retrieving binary payload from a mime-datasource #467

Merged
merged 4 commits into from
Dec 13, 2022

Conversation

ayeshLK
Copy link
Member

@ayeshLK ayeshLK commented Dec 13, 2022

Purpose

$subject

Fixes #3662
Related to #208

Examples

N/A

Checklist

  • Linked to an issue
  • Updated the changelog
  • Added tests
  • Updated the spec
  • Checked native-image compatibility

@ayeshLK ayeshLK changed the title [FIX] Invalid API usage to retrieve binary payload from a mime-datasource [FIX] Invalid runtime API usage when retrieving binary payload from a mime-datasource Dec 13, 2022
@codecov
Copy link

codecov bot commented Dec 13, 2022

Codecov Report

Base: 82.49% // Head: 82.49% // No change to project coverage 👍

Coverage data is based on head (4047c94) compared to base (5e6b1a6).
Patch coverage: 100.00% of modified lines in pull request are covered.

Additional details and impacted files
@@           Coverage Diff           @@
##           master     #467   +/-   ##
=======================================
  Coverage   82.49%   82.49%           
=======================================
  Files          18       18           
  Lines        1097     1097           
  Branches      280      280           
=======================================
  Hits          905      905           
  Misses        115      115           
  Partials       77       77           
Impacted Files Coverage Δ
.../stdlib/mime/nativeimpl/MimeDataSourceBuilder.java 88.23% <100.00%> (ø)

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

☔ View full report at Codecov.
📢 Do you have feedback about the report comment? Let us know in this issue.

changelog.md Outdated Show resolved Hide resolved
changelog.md Show resolved Hide resolved
@chamil321 chamil321 merged commit 2be7554 into ballerina-platform:master Dec 13, 2022
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.

Binary payload retrieved from the http:Request has different content-length than the original payload
3 participants