OpenFeign 12.0
What's Changed
- Support kotlin coroutines by @wplong11 in #1706
- Refactor async feign by @wplong11 in #1755
- Add methodInfoResolver attribute to Coroutinebuilder by @wplong11 in #1762
- [GH-1464] Add appendHeader that supports Literals by @kdavisk6 in #1781
- Fixes missing Content-Length header when body is empty by @c00ler in #1778
- Implement a Regex based Check on Expressions by @JKomoroski in #1776
- Create example that uses springboot by @velo in #1782
- Add retry feature to async feign by @wplong11 in #1757
- Issue #1606 Customize the length of the body in FeignException builder by @coungard in #1767
- Bump versions by @velo in #1814
- Remove the unused code from the MethodInfo by @wplong11 in #1785
- Change some access modifier by @wplong11 in #1784
- Refactor AsyncFeign by @wplong11 in #1789
- Eliminates unnecessary overhead by @wplong11 in #1786
- Fix false negative test case for AsyncFeign Retry feature by @wplong11 in #1795
- Exchange "Produces" and "Consumes" by @chengda in #1772
- Add Unit Test For Json Literals Being Passed as Header Values by @JKomoroski in #1800
List of PRs that updated libraries versions
- build(deps): bump micrometer-core from 1.9.3 to 1.9.4 by @dependabot in #1746
- build(deps): bump netty.version from 4.1.80.Final to 4.1.81.Final by @dependabot in #1745
- build(deps): bump reactor.version from 3.4.22 to 3.4.23 by @dependabot in #1748
- build(deps): bump netty.version from 4.1.81.Final to 4.1.82.Final by @dependabot in #1747
- build(deps): bump slf4j.version from 1.7.36 to 2.0.0 by @dependabot in #1730
- build(deps): bump slf4j.version from 2.0.0 to 2.0.1 by @dependabot in #1751
- build(deps): bump maven-shade-plugin from 3.3.0 to 3.4.0 by @dependabot in #1752
- build(deps): bump kotlin.version from 1.6.20 to 1.7.10 by @dependabot in #1750
- build(deps-dev): bump slf4j-jdk14 from 2.0.0 to 2.0.1 by @dependabot in #1749
- build(deps): bump maven-jar-plugin from 3.2.2 to 3.3.0 by @dependabot in #1759
- build(deps-dev): bump spring-context from 5.3.22 to 5.3.23 by @dependabot in #1753
- build(deps-dev): bump jaxb-core from 4.0.0 to 4.0.1 by @dependabot in #1765
- build(deps): bump slf4j.version from 2.0.1 to 2.0.2 by @dependabot in #1763
- build(deps): bump json from 20220320 to 20220924 by @dependabot in #1768
- build(deps): bump slf4j.version from 2.0.2 to 2.0.3 by @dependabot in #1769
- build(deps): bump kotlin.version from 1.7.10 to 1.7.20 by @dependabot in #1771
- build(deps): bump asm from 9.3 to 9.4 by @dependabot in #1777
- Bump jackson version to fix security issue by @velo in #1783
- build(deps): bump jackson-databind.version from 2.14.0-rc1 to 2.14.0-rc2 by @dependabot in #1790
- build(deps): bump micrometer-core from 1.9.4 to 1.9.5 by @dependabot in #1792
- build(deps-dev): bump jackson-databind from 2.14.0-rc1 to 2.14.0-rc2 by @dependabot in #1791
- build(deps): bump netty.version from 4.1.82.Final to 4.1.84.Final by @dependabot in #1793
- build(deps): bump reactor.version from 3.4.23 to 3.4.24 by @dependabot in #1794
- build(deps): bump handlebars from 4.3.0 to 4.3.1 by @dependabot in #1797
- build(deps): bump mockito-core from 4.8.0 to 4.8.1 by @dependabot in #1804
- build(deps): bump versions-maven-plugin from 2.12.0 to 2.13.0 by @dependabot in #1805
- build(deps): bump gson from 2.9.1 to 2.10 by @dependabot in #1806
- build(deps-dev): bump jackson-databind from 2.14.0-rc2 to 2.14.0-rc3 by @dependabot in #1813
- build(deps): bump maven-shade-plugin from 3.4.0 to 3.4.1 by @dependabot in #1809
- improve doc about using @param on @QueryMap pojo by @manoelstilpen in #1803
- Fix case for Java by @velo in #1816
New Contributors
- @wplong11 made their first contribution in #1706
- @c00ler made their first contribution in #1778
- @JKomoroski made their first contribution in #1776
- @coungard made their first contribution in #1767
- @chengda made their first contribution in #1772
- @manoelstilpen made their first contribution in #1803
Full Changelog: 11.10...12.0