Skip to content
This repository has been archived by the owner on Jul 12, 2023. It is now read-only.

build(deps): bump feign.version from 10.7.0 to 11.1 #308

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 15, 2021

Bumps feign.version from 10.7.0 to 11.1.
Updates feign-core from 10.7.0 to 11.1

Release notes

Sourced from feign-core's releases.

OpenFeign 10.12

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

@鈥媘eare @鈥媖rzyk @鈥婯uvaldis @鈥媑b-klein @鈥婲ikolas-Charalambidis @鈥媣elo @鈥婥hunMengLu @鈥媡ommyk-gears

OpenFeign 10.10.1

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)

... (truncated)

Changelog

Sourced from feign-core's changelog.

Version 10.9

  • 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)

Version 10.8

  • 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)

Version 10.7

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

Version 10.6

  • Remove java8 module (#1086)
  • Add composed Spring annotations support (#1090)
  • Generate mocked clients for tests from feign interfaces (#1092)

Version 10.5

  • Add Apache Http 5 Client (#1065)
  • Updating Apache HttpClient to 4.5.10 (#1080) (#1081)
  • Spring4 contract (#1069)
  • Declarative contracts (#1060)

Version 10.4

  • Adding support for JDK Proxy (#1045)
  • Add Google HTTP Client support (#1057)

Version 10.3

  • Upgrade dependencies with security vunerabilities (#997 #1010 #1011 #1024 #1025 #1031 #1032)
  • Parse Retry-After header responses that include decimal points (#980)
  • Fine-grained HTTP error exceptions with client and server errors (#854)
  • Adds support for per request timeout options (#970)
  • Unwrap RetryableException and throw cause (#737)
  • JacksonEncoder avoids intermediate String request body (#989)
  • Respect decode404 flag and decode 404 response body (#1012)
  • Maintain user-given order for header values (#1009)

Version 10.1

  • Refactoring RequestTemplate to RFC6570 (#778)
  • Allow JAXB context caching in factory (#761)
  • Reactive Wrapper Support (#795)

... (truncated)

Commits
  • f6f5ff8 Update license headers
  • dcd569a prepare release
  • 1ae3d12 Bump feign releases to 11 series
  • fe901ca Collect http_response_code for successfull and failed requests (#1375)
  • c4b89c2 Upgrade httpclient5 to GA version 5.0.3 (#1373)
  • e4e9d05 Fix small typo in the README (#1360)
  • 5961cb7 Correcting License Headers for 2021
  • c8fbb85 Fix bug for FeignException cannot get the correct charset (#1325) (#1345)
  • ee8d517 updated com.spotify:docker-maven-plugin version to be 1.2.2 (#1364)
  • 9a4b75c Jackson: Updating License Headers for 2021
  • Additional commits viewable in compare view

Updates feign-gson from 10.7.0 to 11.1

Release notes

Sourced from feign-gson's releases.

OpenFeign 10.12

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

@鈥媘eare @鈥媖rzyk @鈥婯uvaldis @鈥媑b-klein @鈥婲ikolas-Charalambidis @鈥媣elo @鈥婥hunMengLu @鈥媡ommyk-gears

OpenFeign 10.10.1

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)

... (truncated)

Changelog

Sourced from feign-gson's changelog.

Version 10.9

  • 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)

Version 10.8

  • 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)

Version 10.7

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

Version 10.6

  • Remove java8 module (#1086)
  • Add composed Spring annotations support (#1090)
  • Generate mocked clients for tests from feign interfaces (#1092)

Version 10.5

  • Add Apache Http 5 Client (#1065)
  • Updating Apache HttpClient to 4.5.10 (#1080) (#1081)
  • Spring4 contract (#1069)
  • Declarative contracts (#1060)

Version 10.4

  • Adding support for JDK Proxy (#1045)
  • Add Google HTTP Client support (#1057)

Version 10.3

  • Upgrade dependencies with security vunerabilities (#997 #1010 #1011 #1024 #1025 #1031 #1032)
  • Parse Retry-After header responses that include decimal points (#980)
  • Fine-grained HTTP error exceptions with client and server errors (#854)
  • Adds support for per request timeout options (#970)
  • Unwrap RetryableException and throw cause (#737)
  • JacksonEncoder avoids intermediate String request body (#989)
  • Respect decode404 flag and decode 404 response body (#1012)
  • Maintain user-given order for header values (#1009)

Version 10.1

  • Refactoring RequestTemplate to RFC6570 (#778)
  • Allow JAXB context caching in factory (#761)
  • Reactive Wrapper Support (#795)

... (truncated)

Commits
  • f6f5ff8 Update license headers
  • dcd569a prepare release
  • 1ae3d12 Bump feign releases to 11 series
  • fe901ca Collect http_response_code for successfull and failed requests (#1375)
  • c4b89c2 Upgrade httpclient5 to GA version 5.0.3 (#1373)
  • e4e9d05 Fix small typo in the README (#1360)
  • 5961cb7 Correcting License Headers for 2021
  • c8fbb85 Fix bug for FeignException cannot get the correct charset (#1325) (#1345)
  • ee8d517 updated com.spotify:docker-maven-plugin version to be 1.2.2 (#1364)
  • 9a4b75c Jackson: Updating License Headers for 2021
  • Additional commits viewable in compare view

Updates feign-jackson from 10.7.0 to 11.1

Release notes

Sourced from feign-jackson's releases.

OpenFeign 10.12

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

@鈥媘eare @鈥媖rzyk @鈥婯uvaldis @鈥媑b-klein @鈥婲ikolas-Charalambidis @鈥媣elo @鈥婥hunMengLu @鈥媡ommyk-gears

OpenFeign 10.10.1

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)

... (truncated)

Changelog

Sourced from feign-jackson's changelog.

Version 10.9

  • 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)

Version 10.8

  • 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)

Version 10.7

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

Version 10.6

  • Remove java8 module (#1086)
  • Add composed Spring annotations support (#1090)
  • Generate mocked clients for tests from feign interfaces (#1092)

Version 10.5

  • Add Apache Http 5 Client (#1065)
  • Updating Apache HttpClient to 4.5.10 (#1080) (#1081)
  • Spring4 contract (#1069)
  • Declarative contracts (#1060)

Version 10.4

  • Adding support for JDK Proxy (#1045)
  • Add Google HTTP Client support (#1057)

Version 10.3

  • Upgrade dependencies with security vunerabilities (#997 #1010 #1011 #1024 #1025 #1031 #1032)
  • Parse Retry-After header responses that include decimal points (#980)
  • Fine-grained HTTP error exceptions with client and server errors (#854)
  • Adds support for per request timeout options (#970)
  • Unwrap RetryableException and throw cause (#737)
  • JacksonEncoder avoids intermediate String request body (#989)
  • Respect decode404 flag and decode 404 response body (#1012)
  • Maintain user-given order for header values (#1009)

Version 10.1

  • Refactoring RequestTemplate to RFC6570 (#778)
  • Allow JAXB context caching in factory (#761)
  • Reactive Wrapper Support (#795)

... (truncated)

Commits
  • f6f5ff8 Update license headers
  • dcd569a prepare release
  • 1ae3d12 Bump feign releases to 11 series
  • fe901ca Collect http_response_code for successfull and failed requests (#1375)
  • c4b89c2 Upgrade httpclient5 to GA version 5.0.3 (#1373)
  • e4e9d05 Fix small typo in the README (#1360)
  • 5961cb7 Correcting License Headers for 2021
  • c8fbb85 Fix bug for FeignException cannot get the correct charset (#1325) (#1345)
  • ee8d517 updated com.spotify:docker-maven-plugin version to be 1.2.2 (#1364)
  • 9a4b75c Jackson: Updating License Headers for 2021
  • Additional commits viewable in compare view

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Mar 15, 2021
@dependabot dependabot bot force-pushed the dependabot/maven/feign.version-11.1 branch from 46934f3 to 4f54ab7 Compare March 16, 2021 15:53
@dependabot dependabot bot force-pushed the dependabot/maven/feign.version-11.1 branch 2 times, most recently from ff46786 to 434d14a Compare March 30, 2021 08:08
@dependabot dependabot bot force-pushed the dependabot/maven/feign.version-11.1 branch 2 times, most recently from a1f22b9 to 2b19c02 Compare April 7, 2021 08:20
@dependabot dependabot bot force-pushed the dependabot/maven/feign.version-11.1 branch 3 times, most recently from ceb9512 to d9cc913 Compare April 13, 2021 16:53
@dependabot dependabot bot force-pushed the dependabot/maven/feign.version-11.1 branch 2 times, most recently from b424154 to bbcec5a Compare May 4, 2021 08:57
@dependabot dependabot bot force-pushed the dependabot/maven/feign.version-11.1 branch from bbcec5a to b0fddbb Compare May 4, 2021 13:17
Bumps `feign.version` from 10.7.0 to 11.1.

Updates `feign-core` from 10.7.0 to 11.1
- [Release notes](https://github.com/openfeign/feign/releases)
- [Changelog](https://github.com/OpenFeign/feign/blob/master/CHANGELOG.md)
- [Commits](OpenFeign/feign@10.7.0...11.1)

Updates `feign-gson` from 10.7.0 to 11.1
- [Release notes](https://github.com/openfeign/feign/releases)
- [Changelog](https://github.com/OpenFeign/feign/blob/master/CHANGELOG.md)
- [Commits](OpenFeign/feign@10.7.0...11.1)

Updates `feign-jackson` from 10.7.0 to 11.1
- [Release notes](https://github.com/openfeign/feign/releases)
- [Changelog](https://github.com/OpenFeign/feign/blob/master/CHANGELOG.md)
- [Commits](OpenFeign/feign@10.7.0...11.1)

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/maven/feign.version-11.1 branch from b0fddbb to f3a47c6 Compare May 4, 2021 16:48
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github May 6, 2021

Superseded by #356.

@dependabot dependabot bot closed this May 6, 2021
@dependabot dependabot bot deleted the dependabot/maven/feign.version-11.1 branch May 6, 2021 09:50
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
0 participants