spring-cloud-openfeign
spring-cloud-openfeign copied to clipboard
enable feign.autoconfiguration.jackson.enabled by default in the next major release
Fixes https://github.com/spring-cloud/spring-cloud-openfeign/issues/470
Codecov Report
Merging #476 (828a6fa) into main (28345b2) will not change coverage. The diff coverage is
n/a.
Additional details and impacted files
@@ Coverage Diff @@
## main #476 +/- ##
=========================================
Coverage 78.99% 78.99%
Complexity 539 539
=========================================
Files 65 65
Lines 2014 2014
Branches 275 275
=========================================
Hits 1591 1591
Misses 264 264
Partials 159 159
| Impacted Files | Coverage Δ | |
|---|---|---|
| ...mework/cloud/openfeign/FeignAutoConfiguration.java | 90.14% <ø> (ø) |
@nkonev An update should also be added to the docs.
Do you mean this file https://github.com/spring-cloud/spring-cloud-openfeign/blob/master/docs/src/main/asciidoc/spring-cloud-openfeign.adoc ?
Yes.
@OlgaMaciaszek v4.0.0-M1 / 2022.0.0-M1 has been released, it seems we can merge this PR
Hey @OlgaMaciaszek @spencergibb Would you like to add it to the nearest https://github.com/spring-cloud/spring-cloud-release/milestone/114 ?
Yes. It should go in there. Will take care of it today.