Skip to content

Support for configuring the ExceptionPropagationPolicy #261

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

Merged
merged 1 commit into from
Jan 14, 2020

Conversation

aaronjwhiteside
Copy link
Contributor

Can be configured via properties or as a @Bean.

Fixes GH-243

Can be configured via properties or as a `@Bean`.

Fixes spring-cloudGH-243
@codecov
Copy link

codecov bot commented Dec 12, 2019

Codecov Report

Merging #261 into master will increase coverage by 0.07%.
The diff coverage is 80%.

Impacted file tree graph

@@             Coverage Diff              @@
##             master     #261      +/-   ##
============================================
+ Coverage     76.93%   77.01%   +0.07%     
- Complexity      367      369       +2     
============================================
  Files            50       50              
  Lines          1483     1492       +9     
  Branches        216      219       +3     
============================================
+ Hits           1141     1149       +8     
- Misses          247      248       +1     
  Partials         95       95
Impacted Files Coverage Δ Complexity Δ
...mework/cloud/openfeign/FeignClientFactoryBean.java 68.57% <100%> (+0.92%) 48 <0> (+2) ⬆️
...amework/cloud/openfeign/FeignClientProperties.java 58.9% <60%> (+0.93%) 7 <0> (ø) ⬇️

@spencergibb spencergibb added enhancement New feature or request and removed in progress labels Jan 14, 2020
@spencergibb spencergibb added this to the 2.2.2.RELEASE milestone Jan 14, 2020
@spencergibb spencergibb merged commit 90400b9 into spring-cloud:master Jan 14, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Support for configuring the ExceptionPropagationPolicy
3 participants