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 already built incompatible payload thrown error #513

Merged
merged 4 commits into from
Jul 5, 2021

Conversation

TharmiganK
Copy link
Contributor

@TharmiganK TharmiganK commented Jul 5, 2021

Purpose

Fix already built incompatible payload thrown NPE due to unhandled exception

Fixes ballerina-platform/ballerina-standard-library/issues/1600

Checklist

  • Linked to an issue
  • Updated the changelog
  • Added tests

@codecov
Copy link

codecov bot commented Jul 5, 2021

Codecov Report

Merging #513 (646e8d8) into master (45651fc) will increase coverage by 0.00%.
The diff coverage is 87.50%.

Impacted file tree graph

@@            Coverage Diff            @@
##             master     #513   +/-   ##
=========================================
  Coverage     80.87%   80.88%           
  Complexity       67       67           
=========================================
  Files           318      318           
  Lines         16510    16512    +2     
  Branches       3898     3899    +1     
=========================================
+ Hits          13352    13355    +3     
+ Misses         2453     2450    -3     
- Partials        705      707    +2     
Impacted Files Coverage Δ
...t/http/nativeimpl/ExternHttpDataSourceBuilder.java 84.34% <87.50%> (+0.27%) ⬆️
...sport/message/ClientRemoteFlowControlListener.java 52.63% <0.00%> (-15.79%) ⬇️
...ansport/message/DefaultBackPressureObservable.java 64.28% <0.00%> (-7.15%) ⬇️
...ransport/message/DefaultFullHttpMessageFuture.java 96.00% <0.00%> (-4.00%) ⬇️
...transport/message/Http2InboundContentListener.java 51.28% <0.00%> (-2.57%) ⬇️
...nsport/contractimpl/DefaultHttpResponseFuture.java 73.37% <0.00%> (-1.30%) ⬇️
http-ballerina/http_response.bal 86.13% <0.00%> (+0.84%) ⬆️
...alang/net/http/service/signature/ParamHandler.java 87.50% <0.00%> (+1.47%) ⬆️
...mpl/listener/states/http2/ReceivingEntityBody.java 70.00% <0.00%> (+15.00%) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 45651fc...646e8d8. Read the comment docs.

@chamil321 chamil321 merged commit a6eecfc into ballerina-platform:master Jul 5, 2021
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.

Unhandled exception when retrieving already built incompatible payload
3 participants