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

Update dependency io.github.openfeign:feign-jackson to v11 #18

Merged
merged 1 commit into from
Jun 1, 2022

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented May 14, 2022

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
io.github.openfeign:feign-jackson 10.1.0 -> 11.8 age adoption passing confidence

Release Notes

openfeign/feign

v11.8

Compare Source

What's Changed

New Contributors

Full Changelog: OpenFeign/feign@11.7...11.8

v11.7

Compare Source

What's new in OpenFeign 11.7

This minor release includes: 🎁

Highlights: ⚡️
  • Get build compatible with jdk 16 (#​1519)
  • [mock] verifyTimes with RequestKey parameter (#​1517)
  • JDK 11 HttpClient async implement for AsyncFeign. (#​1330)
Enhancements 🎉
  • Changing archuis-core scope to test (#​1496)
  • Aggregate Micrometer "uri" label values under uri template (#​1493)
  • SOAPEncoder: Add support to modify soap message manually (#​1503)
  • set request factory in Google http client constructor (#​1509)
  • Fixed flaky tests due to class.getMethods (#​1525)
Security Updates 🔐
  • Many libraries upgrade to latest version (help wanted to list which ones)
  • Okhttp: CVE-2020-29582 due to old version of Okhttp (Squareup) (#​1514)
Contributors

@​velo
@​kdavisk6
@​mikrethor
@​martinacat
@​Laess3r
@​moritzluedtke
@​radio-rogal
@​doumdoum
@​UzimakiNaruto
@​Augustine-C

v11.6

Compare Source

What's new in OpenFeign 11.6

This minor release includes: 🎁

Bug Fixes 🐞
  • Fix exception thrown when using a custom error decoder with metrics (#​1466 #​1468)

Contributors

@​kdavisk6
@​velo
@​DarkAtra

v11.5

Compare Source

What's new in OpenFeign 11.5

This minor release includes: 🎁

Highlights: ⚡️

  • Modifying Contract to support passing all parameters to encoders #​1448 (
  • Micrometer metrics tags extension (#​1322)

Contributors

@​velo
@​kdavisk6
@​fabiocarvalho777
@​Kuvaldis

v11.4

Compare Source

What's new in OpenFeign 11.4

Security Release 🔐 for deployments. See 11.3 for highlights

v11.3

Compare Source

What's new in OpenFeign 11.3

This minor release includes: 🎁

Highlights: ⚡️

  • Change MindMap to PlantUML (#​1396)
  • Rework the Jackson module as a Jackson Jr alternative (#​1409)
  • Add JSON-java decoder and encoder (#​1387)
  • Import annotation error decoder (#​1454)
Enhancements 🎉
  • Allow multiple inheritance on the interface level with current restri…
  • Add response headers to FeignException (#​1452)
  • Adding support for meta-annotations (#​1458)
Bug Fixes 🐞
  • Modify DefaultMethodHandler to work with Android (#​1436)
  • Run java11 build, if JDK version is at least 11 (#​1418)
  • Fix no response logging on async Feign (#​1450)
Security Updates 🔐
  • Many libraries upgrade to latest version (help wanted to list which ones)

Contributors

@​kdavisk6
@​velo
@​silkentrance
@​BigMichi1
@​radio-rogal
@​AWinterman
@​ashleyfrieze

v11.2

Compare Source

What's new in OpenFeign 11.2

This minor release includes: 🎁

Enhancements 🎉
Bug Fixes 🐞
  • Make the FieldQueryMapEncoder encoder thread safe (#​1369)
  • GH-1270: Fix conflict between single and multi-value headers (#​1347)
Security Updates 🔐
  • Upgrade libraries

Contributors

@​kdavisk6
@​velo
@​Budlee
@​jaimepineiro

v11.1

What's new in OpenFeign 11.1

This minor release includes: 🎁

Highlights: ⚡️

Enhancements 🎉
Bug Fixes 🐞
Security Updates 🔐
  • Upgrade httpclient5 to GA version 5.0.3 (#​1373)

Contributors

@​kdavisk6
@​velo
@​thanhj
@​ashleyfrieze
@​Linda-pan
@​jdpc86
@​jaimepineiro
@​youngxinler

v10.12

Compare Source

What's new in OpenFeign 10.12

This minor release includes: 🎁

Highlights: ⚡️

  • OpenFeign is now using CircleCi for builds and releases
Enhancements 🎉
  • Support metric names customization (#​1311)
  • Allows @param value in default contract to be taken from param names (#​1309)
  • Track number of exception that happen while decoding payload (#​1288)
  • Serializable feign.Request #​1193 (#​1262)
  • Add support for Request Timeouts to HTTP/2 Java 11 Client. (#​1233)
Bug Fixes 🐞
  • Fixes typo in JDoc (#​1279)
  • Fixes propagation of unchecked exceptions in feign-micrometer (#​1282)
  • Java11client connect timeout (#​1307)
Security Updates 🔐
  • Upgrade Jackson to 2.10.5.1 (#​1323)
  • Upgrade JUnit to 4.13.1 (#​1335)
  • Upgrade Apache Commons Http to 4.5.136 (#​1283)
  • Upgrade Bouncy Castle to 1.61 (#​1303)

Contributors

@​meare
@​krzyk
@​Kuvaldis
@​gb-klein
@​Nikolas-Charalambidis
@​velo
@​ChunMengLu
@​tommyk-gears

v10.11

Compare Source

v10.10.1

Compare Source

What's new in OpenFeign 10.10.1

This bug release includes:

Highlights: ⚡️
  • OpenFeign is now being built and tested on jdk14 (#​1196)
Bug Fixes 🐞
  • Store expanded Header Template values as Literals (#​1203)
  • Ensure that Java 11 modules are included in the release (#​1213)
  • Fix expansion of @RequestParam empty lists (#​1200)
Contributors

@​darrenfoong

v10.10.0

Compare Source

v10.9.1

Compare Source

v10.9

Compare Source

  • Configurable to disable streaming mode for Default client by verils (#​1182)
  • Overriding query parameter name by boggard (#​1184)
  • Internal feign metrics by velo:
  • Dropwizard metrics 5 (#​1181)
  • Micrometer (#​1188)

v10.8

Compare Source

  • async feign variant supporting CompleteableFutures by motinis (#​1174)
  • deterministic iterations for Feign mocks by contextshuffling (#​1165)
  • Async client for apache http 5 by velo (#​1179)

v10.7.4

Compare Source

What's new in OpenFeign 10.7.4

This patch-release includes fixes for backward compatibility issues:

Bug Fixes 🐞
  • Restore Request.Body accessibility for compatibility (#​1164)

v10.7.3

Compare Source

What's new in OpenFeign 10.7.3
❗️ This release contains unintentional backward-incompatible breaking changes, please use 10.7.4 ❗️

This patch-release includes:

Bug Fixes 🐞
  • Correct Encoding and restore decodeSlash in QueryTemplate (#​1160)
Additional Changes
  • Update SOAP Encoder Documentation for useFirstChild (#​1161)
  • Update okhttp client version from 3.6.0 to 3.14.4. (#​1158)
Contributors

@​svenhaag

v10.7.2

Compare Source

What's new in OpenFeign 10.7.2

This patch-release includes:

Highlights: ⚡️
  • Remove Template Expression naming restrictions (#​1139)
  • Ensure Iterable values are encoded before template expansion (#​1138)
Bug Fixes 🐞
  • Include variables Query Parameter Names when listing template parameters (#​1144)
  • Ensure all brackets are decoded in JSON based Body Templates (#​1140)
  • Force followRedirects on the OkHttpClient when needed (#​1130)
  • Fix formParams contract parsing (#​1137)
Documentation Updates
  • Update year in license headers (#​1155)
  • Clarify availability of a Response Body in FeignException (#​1149)
  • Clarify when to use a custom Target or Request Interceptor documentation (#​1148)
  • Update documentation regarding decodeSlash documentation (#​1147)
  • Adds logging level to documentation. (#​1134
Contributors

@​fpavageau
@​dnsbtchr
@​switchYello

v10.7.0

Compare Source

What's new in OpenFeign 10.7.0

Highlights: ⚡️

  • Fix for vunerabilities reported by snky (#​1121
  • Bump reactive dependencies. (#​1105)
Enhancements 🎉
  • Makes iterator compatible with Java iterator expected behavior (#​1117)
  • Deprecated encoded and add comment (#​1108)

Contributors

@​ItamarBenjamin
@​SimY4

v10.6.0

Compare Source

v10.5.1

Compare Source

v10.5.0

Compare Source

What's new in OpenFeign 10.5.0

Highlights: ⚡️

Enhancements 🎉
  • Bump Apached HTTP client to 4.5.10. (#​1080)

Contributors

@​mxmlnglt

v10.4.0

Compare Source

What's new in OpenFeign 10.4.0
Highlights: ⚡️
Bug Fixes 🐞
  • Corrected issues when using JavaLogger and multiple loggers (#​1047)
Enhancements 🎉
  • Adds Request to FeignException. (#​1039)
  • Support JDK Proxy in the Default client (#​1045)
Additional Changes
Contributors

@​finnetrolle, @​herrhilmi, and @​blakesmith

v10.3.0

Compare Source

What's new in OpenFeign 10.3.0

Highlights:

  • Releases now go to Maven Central (OSSRH) (#​968)
Bug Fixes
  • Maintain user-given order for header values (#​1009)
  • Response.InputStreamBody missing toString implementation (#​1022)
  • Avoided url appending with slash when matrix parameter exists (#​999)
  • Parse Retry-After header responses that include decimal points (#​980)
  • Don't add slash to URI if it is a matrix parameter like (#​998)
  • Add test scope to java-hamcrest dependency (#​964)
Enhancements
  • Adds support for per request timeout options. (#​970)
  • JacksonEncoder avoids intermediate String request body (#​989)
  • Reactive Wrappers: Do Not wrap exceptions in RuntimeExceptions (#​1004)

Additional Changes

v10.2.3

Compare Source

What's new in OpenFeign 10.2.3
Highlights

Additional Changes

  • Replace deprecated body #​959
  • Fixes NullPointerException when accessing a FeignException's content #​914
  • Updated README #​921
  • Initial CI Build Refactor #​962
  • Add test scope to java-hamcrest dependency #​964
  • Header Template Unit Tests #​958

v10.2.0

What's new in OpenFeign 10.2.0
Highlights
  • Security: Updated vulnerable dependencies to their latest versions
  • Bugfix: Corrected URI encoding issues
  • Enhancements: Support for CompleteableFuture, Optional as a 404 code, SOAP services.

Additional Changes

  • No Longer prepend uri with slash if it is a query string (#​889)
  • Refactored Header and Query parameter JAXRS Contract Parsing (#​896)
  • Allow 1xx status codes (#​871)
  • Updating Hystrix Versions (#​886)
  • Make status mandatory (#​880)
  • Adding URI segment specific encoding (#​882)
  • Fix ContentService example (#​888)
  • Update benchmarks (#​885)
  • Managing Jackson a the parent (#​884)
  • fix: benchmark/pom.xml to reduce vulnerabilities (#​883)
  • Adjusts copyright headers for this year (#​877)
  • Update README.md (#​869)
  • fix: pom.xml to reduce vulnerabilities (#​867)
  • Fix typo in check null message => HttpClient.java (#​864)
  • fix: httpclient/pom.xml to reduce vulnerabilities (#​861)
  • fix: pom.xml to reduce vulnerabilities (#​859)
  • Fixes NPE when a Response does not provide headers (#​855) …
  • Add support for java 8's Optional type to represent a HTTP 404 respon… …
  • Fix type in README (#​849)
  • Generating Bill of Material (#​846)
  • Add unit tests for class feign.Util (#​844)
  • Add support for CompletableFuture for method return types (#​638)
  • Adding Support for Query Parameter Name Expansion (#​841)
  • Set versions on all poms to 10.2-SNAPSHOT (#​843)
  • Adding SOAP CoDec (+ JAXB modifications) (#​786)
  • Filter out sythetic fields from FieldQueryMapEncoder (#​840)
  • Add fine-grained HTTP error exceptions (#​825)

Configuration

📅 Schedule: At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, click this checkbox.

This PR has been generated by Mend Renovate. View repository job log here.

@hyperschwartz hyperschwartz merged commit b1d573e into main Jun 1, 2022
@hyperschwartz hyperschwartz deleted the renovate/major-feign-monorepo branch June 1, 2022 19:54
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.

None yet

2 participants