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 v12 - abandoned #1714

Closed
wants to merge 5 commits into from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jan 5, 2023

Mend Renovate

This PR contains the following updates:

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

Release Notes

openfeign/feign

v12.1: OpenFeign 12.1

Compare Source

What's Changed


List of PRs that updated libraries versions
* build(deps): bump spring-cloud-dependencies from 2021.0.4 to 2021.0.5 by @​dependabot in https://github.com/OpenFeign/feign/pull/1823 * build(deps): bump jackson-databind.version from 2.14.0-rc3 to 2.14.0 by @​dependabot in https://github.com/OpenFeign/feign/pull/1824 * build(deps-dev): bump jackson-databind from 2.14.0-rc3 to 2.14.0 by @​dependabot in https://github.com/OpenFeign/feign/pull/1825 * build(deps): bump micrometer-core from 1.9.5 to 1.10.0 by @​dependabot in https://github.com/OpenFeign/feign/pull/1826 * build(deps): bump kotlin.version from 1.7.20 to 1.7.21 by @​dependabot in https://github.com/OpenFeign/feign/pull/1830 * build(deps): bump netty.version from 4.1.84.Final to 4.1.85.Final by @​dependabot in https://github.com/OpenFeign/feign/pull/1831 * Issue-1833: Bump Sundr Maven Plugin by @​JKomoroski in https://github.com/OpenFeign/feign/pull/1834 * build(deps): bump httpclient5 from 5.1.3 to 5.2 by @​dependabot in https://github.com/OpenFeign/feign/pull/1836 * build(deps): bump jmh.version from 1.35 to 1.36 by @​dependabot in https://github.com/OpenFeign/feign/pull/1837 * build(deps): bump mockito-core from 4.8.1 to 4.9.0 by @​dependabot in https://github.com/OpenFeign/feign/pull/1838 * build(deps): bump micrometer.version from 1.10.0 to 1.10.1 by @​dependabot in https://github.com/OpenFeign/feign/pull/1842 * build(deps): bump maven-install-plugin from 3.0.1 to 3.1.0 by @​dependabot in https://github.com/OpenFeign/feign/pull/1847 * build(deps): bump slf4j.version from 2.0.3 to 2.0.4 by @​dependabot in https://github.com/OpenFeign/feign/pull/1845 * build(deps-dev): bump spring-context from 5.3.23 to 5.3.24 by @​dependabot in https://github.com/OpenFeign/feign/pull/1846

New Contributors

Full Changelog: OpenFeign/feign@12.0...12.1

v12.0: OpenFeign 12.0

Compare Source

What's Changed


List of PRs that updated libraries versions

New Contributors

Full Changelog: OpenFeign/feign@11.10...12.0

v11.10: OpenFeign 11.10

Compare Source

What's Changed

List of PRs that updated libraries versions
New Contributors

Full Changelog: OpenFeign/feign@11.9.1...11.10

v11.9.1: OpenFeign 11.9.1

Compare Source

What's Changed


List of PRs that updated libraries versions

New Contributors

Full Changelog: OpenFeign/feign@11.9...11.9.1

v11.9

Compare Source

  • OkHttpClient now implements AsyncClient

v11.8: OpenFeign 11.8

Compare Source

What's Changed

New Contributors

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

v11.7: OpenFeign 11.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: OpenFeign 11.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: OpenFeign 11.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: OpenFeign 11.4

Compare Source

What's new in OpenFeign 11.4

Security Release 🔐 for deployments. See 11.3 for highlights

v11.3: OpenFeign 11.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: OpenFeign 11.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: OpenFeign 11.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: OpenFeign 10.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: OpenFeign 10.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: OpenFeign 10.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: OpenFeign 10.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: OpenFeign 10.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](https://togithub.


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - 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, check this box

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

@renovate
Copy link
Contributor Author

renovate bot commented Jan 5, 2023

Edited/Blocked Notification

Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR.
You can manually request rebase by checking the rebase/retry box above.

Warning: custom changes will be lost.

@renovate renovate bot changed the title Update dependency io.github.openfeign:feign-jackson to v12 Update dependency io.github.openfeign:feign-jackson to v12 - abandoned Jan 8, 2023
@renovate
Copy link
Contributor Author

renovate bot commented Jan 8, 2023

Autoclosing Skipped

This PR has been flagged for autoclosing. However, it is being skipped due to the branch being already modified. Please close/delete it manually or report a bug if you think this is in error.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

0 participants