f-cramer
950935d593
Allow usage of GET with body in java11 Module ( #1819 )
2 years ago
Donghyeon Kim
b57ab51464
Fix CI: Reformat code of `package-info.java` ( #1820 )
2 years ago
Donghyeon Kim
cdf4c31dd6
Fix CI: Add license header to `package-info.java` ( #1817 )
...
Co-authored-by: Marvin Froeder <velo@users.noreply.github.com>
2 years ago
Marvin Froeder
5b47791a63
Add missing header
2 years ago
Marvin Froeder
17188acde3
Add some javadoc to example-github-with-coroutine
2 years ago
Marvin Froeder
88f3d9e039
[ci skip] updating versions to next development iteration 12.1-SNAPSHOT
2 years ago
Marvin Froeder
d4b0282624
prepare release 12.0
2 years ago
Marvin Froeder
68c77c89be
Fix case for Java ( #1816 )
2 years ago
Manoel Stilpen
aad353ecfa
improve doc about using @Param on @QueryMap pojos ( #1803 )
...
Co-authored-by: Manoel Stilpen <manoel@stilingue.com.br>
Co-authored-by: Marvin Froeder <velo@users.noreply.github.com>
2 years ago
Jared Komoroski
3806c67b4c
Add Unit Test For Json Literals Being Passed as Header Values ( #1800 )
...
Fix Formatting
Co-authored-by: Marvin Froeder <velo@users.noreply.github.com>
2 years ago
Marvin Froeder
0e7335761d
Bump versions ( #1814 )
2 years ago
dependabot[bot]
ce4c520f1c
build(deps): bump maven-shade-plugin from 3.4.0 to 3.4.1 ( #1809 )
...
Bumps [maven-shade-plugin](https://github.com/apache/maven-shade-plugin ) from 3.4.0 to 3.4.1.
- [Release notes](https://github.com/apache/maven-shade-plugin/releases )
- [Commits](https://github.com/apache/maven-shade-plugin/compare/maven-shade-plugin-3.4.0...maven-shade-plugin-3.4.1 )
---
updated-dependencies:
- dependency-name: org.apache.maven.plugins:maven-shade-plugin
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2 years ago
dependabot[bot]
9ea3195197
build(deps-dev): bump jackson-databind from 2.14.0-rc2 to 2.14.0-rc3 ( #1813 )
...
Bumps [jackson-databind](https://github.com/FasterXML/jackson ) from 2.14.0-rc2 to 2.14.0-rc3.
- [Release notes](https://github.com/FasterXML/jackson/releases )
- [Commits](https://github.com/FasterXML/jackson/commits )
---
updated-dependencies:
- dependency-name: com.fasterxml.jackson.core:jackson-databind
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2 years ago
dependabot[bot]
f8a46ae58b
build(deps): bump gson from 2.9.1 to 2.10 ( #1806 )
...
Bumps [gson](https://github.com/google/gson ) from 2.9.1 to 2.10.
- [Release notes](https://github.com/google/gson/releases )
- [Changelog](https://github.com/google/gson/blob/master/CHANGELOG.md )
- [Commits](https://github.com/google/gson/compare/gson-parent-2.9.1...gson-parent-2.10 )
---
updated-dependencies:
- dependency-name: com.google.code.gson:gson
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2 years ago
dependabot[bot]
cb8894a378
build(deps): bump versions-maven-plugin from 2.12.0 to 2.13.0 ( #1805 )
...
Bumps [versions-maven-plugin](https://github.com/mojohaus/versions-maven-plugin ) from 2.12.0 to 2.13.0.
- [Release notes](https://github.com/mojohaus/versions-maven-plugin/releases )
- [Changelog](https://github.com/mojohaus/versions-maven-plugin/blob/master/ReleaseNotes.md )
- [Commits](https://github.com/mojohaus/versions-maven-plugin/compare/versions-maven-plugin-2.12.0...2.13.0 )
---
updated-dependencies:
- dependency-name: org.codehaus.mojo:versions-maven-plugin
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2 years ago
dependabot[bot]
0ab07ee103
build(deps): bump mockito-core from 4.8.0 to 4.8.1 ( #1804 )
...
Bumps [mockito-core](https://github.com/mockito/mockito ) from 4.8.0 to 4.8.1.
- [Release notes](https://github.com/mockito/mockito/releases )
- [Commits](https://github.com/mockito/mockito/compare/v4.8.0...v4.8.1 )
---
updated-dependencies:
- dependency-name: org.mockito:mockito-core
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2 years ago
Cheng Da
ca761ae2b3
Exchange "Produces" and "Consumes" ( #1772 )
...
* Exchange "Produces" and "Consumes"
* Added 'handleProducesAnnotation' and 'handleConsumesAnnotation' in the register of the method annotation 'RequestMapping'. And created a test case.
* Reformatted the codes
Co-authored-by: chengda <chengda@joysfintech.com>
Co-authored-by: Marvin Froeder <velo@users.noreply.github.com>
2 years ago
Donghyeon Kim
853ae4cffb
Fix false negative test case for AsyncFeign Retry feature ( #1795 )
...
False negative test case is added in PR #1757
Co-authored-by: Marvin Froeder <velo@users.noreply.github.com>
2 years ago
dependabot[bot]
5922b9636b
build(deps): bump handlebars from 4.3.0 to 4.3.1 ( #1797 )
...
Bumps [handlebars](https://github.com/jknack/handlebars.java ) from 4.3.0 to 4.3.1.
- [Release notes](https://github.com/jknack/handlebars.java/releases )
- [Commits](https://github.com/jknack/handlebars.java/compare/v4.3.0...v4.3.1 )
---
updated-dependencies:
- dependency-name: com.github.jknack:handlebars
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2 years ago
dependabot[bot]
a157129aa5
build(deps): bump reactor.version from 3.4.23 to 3.4.24 ( #1794 )
...
Bumps `reactor.version` from 3.4.23 to 3.4.24.
Updates `reactor-core` from 3.4.23 to 3.4.24
- [Release notes](https://github.com/reactor/reactor-core/releases )
- [Commits](https://github.com/reactor/reactor-core/compare/v3.4.23...v3.4.24 )
Updates `reactor-test` from 3.4.23 to 3.4.24
- [Release notes](https://github.com/reactor/reactor-core/releases )
- [Commits](https://github.com/reactor/reactor-core/compare/v3.4.23...v3.4.24 )
---
updated-dependencies:
- dependency-name: io.projectreactor:reactor-core
dependency-type: direct:production
update-type: version-update:semver-patch
- dependency-name: io.projectreactor:reactor-test
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2 years ago
dependabot[bot]
594770c3f6
build(deps): bump netty.version from 4.1.82.Final to 4.1.84.Final ( #1793 )
...
Bumps `netty.version` from 4.1.82.Final to 4.1.84.Final.
Updates `netty-bom` from 4.1.82.Final to 4.1.84.Final
- [Release notes](https://github.com/netty/netty/releases )
- [Commits](https://github.com/netty/netty/compare/netty-4.1.82.Final...netty-4.1.84.Final )
Updates `netty-handler` from 4.1.82.Final to 4.1.84.Final
- [Release notes](https://github.com/netty/netty/releases )
- [Commits](https://github.com/netty/netty/compare/netty-4.1.82.Final...netty-4.1.84.Final )
Updates `netty-codec-http` from 4.1.82.Final to 4.1.84.Final
- [Release notes](https://github.com/netty/netty/releases )
- [Commits](https://github.com/netty/netty/compare/netty-4.1.82.Final...netty-4.1.84.Final )
---
updated-dependencies:
- dependency-name: io.netty:netty-bom
dependency-type: direct:production
update-type: version-update:semver-patch
- dependency-name: io.netty:netty-handler
dependency-type: direct:production
update-type: version-update:semver-patch
- dependency-name: io.netty:netty-codec-http
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2 years ago
Donghyeon Kim
2b141a00ec
Eliminates unnecessary overhead ( #1786 )
...
* Refactor AsyncResponseHandler
* Extract ResponseHandler from AsyncResponseHandler
* Use ResponseHandler on SynchronousMethodHandler
Eliminates unnecessary overhead caused by CompletableFutre on synchronous operation.
* Modify `AsyncResponseHandler.handleResponse` method signature
* Fix code format
Co-authored-by: Marvin Froeder <velo@users.noreply.github.com>
Co-authored-by: Marvin Froeder <marvin.froeder@dovetailstudios.com>
2 years ago
Donghyeon Kim
542312e616
Refactor AsyncFeign ( #1789 )
...
* Refactor to supply defaultContext on ReflectiveFeign
* Move target specification verification logic
* Refactor TargetSpecificationVerifier
Co-authored-by: Marvin Froeder <velo@users.noreply.github.com>
2 years ago
Donghyeon Kim
f8c57dabe4
Change some access modifier ( #1784 )
...
Revert the public access modifier changed in PR #1706
Co-authored-by: Marvin Froeder <velo@users.noreply.github.com>
2 years ago
dependabot[bot]
ce706ec3f6
build(deps-dev): bump jackson-databind from 2.14.0-rc1 to 2.14.0-rc2 ( #1791 )
...
Bumps [jackson-databind](https://github.com/FasterXML/jackson ) from 2.14.0-rc1 to 2.14.0-rc2.
- [Release notes](https://github.com/FasterXML/jackson/releases )
- [Commits](https://github.com/FasterXML/jackson/commits )
---
updated-dependencies:
- dependency-name: com.fasterxml.jackson.core:jackson-databind
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2 years ago
Donghyeon Kim
6378ae2e83
Remove the unused code from the MethodInfo ( #1785 )
...
The MethodInfo.configKey field is not more used since PR #1757 removing AsyncInvocation
Co-authored-by: Marvin Froeder <velo@users.noreply.github.com>
2 years ago
dependabot[bot]
6f263a3a97
build(deps): bump micrometer-core from 1.9.4 to 1.9.5 ( #1792 )
...
Bumps [micrometer-core](https://github.com/micrometer-metrics/micrometer ) from 1.9.4 to 1.9.5.
- [Release notes](https://github.com/micrometer-metrics/micrometer/releases )
- [Commits](https://github.com/micrometer-metrics/micrometer/compare/v1.9.4...v1.9.5 )
---
updated-dependencies:
- dependency-name: io.micrometer:micrometer-core
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2 years ago
dependabot[bot]
9db01a0025
build(deps): bump jackson-databind.version from 2.14.0-rc1 to 2.14.0-rc2 ( #1790 )
...
Bumps `jackson-databind.version` from 2.14.0-rc1 to 2.14.0-rc2.
Updates `jackson-databind` from 2.14.0-rc1 to 2.14.0-rc2
- [Release notes](https://github.com/FasterXML/jackson/releases )
- [Commits](https://github.com/FasterXML/jackson/commits )
Updates `jackson-core` from 2.14.0-rc1 to 2.14.0-rc2
- [Release notes](https://github.com/FasterXML/jackson-core/releases )
- [Commits](https://github.com/FasterXML/jackson-core/compare/jackson-core-2.14.0-rc1...jackson-core-2.14.0-rc2 )
Updates `jackson-annotations` from 2.14.0-rc1 to 2.14.0-rc2
- [Release notes](https://github.com/FasterXML/jackson/releases )
- [Commits](https://github.com/FasterXML/jackson/commits )
Updates `jackson-jr-objects` from 2.14.0-rc1 to 2.14.0-rc2
- [Release notes](https://github.com/FasterXML/jackson-jr/releases )
- [Commits](https://github.com/FasterXML/jackson-jr/compare/jackson-jr-parent-2.14.0-rc1...jackson-jr-parent-2.14.0-rc2 )
Updates `jackson-jr-annotation-support` from 2.14.0-rc1 to 2.14.0-rc2
- [Release notes](https://github.com/FasterXML/jackson-jr/releases )
- [Commits](https://github.com/FasterXML/jackson-jr/compare/jackson-jr-parent-2.14.0-rc1...jackson-jr-parent-2.14.0-rc2 )
Updates `jackson-jaxrs-json-provider` from 2.14.0-rc1 to 2.14.0-rc2
---
updated-dependencies:
- dependency-name: com.fasterxml.jackson.core:jackson-databind
dependency-type: direct:development
update-type: version-update:semver-patch
- dependency-name: com.fasterxml.jackson.core:jackson-core
dependency-type: direct:production
update-type: version-update:semver-patch
- dependency-name: com.fasterxml.jackson.core:jackson-annotations
dependency-type: direct:production
update-type: version-update:semver-patch
- dependency-name: com.fasterxml.jackson.jr:jackson-jr-objects
dependency-type: direct:production
update-type: version-update:semver-patch
- dependency-name: com.fasterxml.jackson.jr:jackson-jr-annotation-support
dependency-type: direct:development
update-type: version-update:semver-patch
- dependency-name: com.fasterxml.jackson.jaxrs:jackson-jaxrs-json-provider
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2 years ago
Marvin Froeder
a20fe957bb
Bump jackson version to fix security issue ( #1783 )
...
https://github.com/OpenFeign/feign/security/dependabot/5
2 years ago
Artur Magomedov
caa30649c0
Issue #1606 Customize the length of the body in FeignException builder ( #1767 )
...
Co-authored-by: Witalij Berdinskich <radio_rogal@keemail.me>
Co-authored-by: Marvin Froeder <velo@users.noreply.github.com>
2 years ago
Donghyeon Kim
368818ab9a
Add retry feature to async feign ( #1757 )
...
* Define MethodHandler.Factory interface
* Extract AsynchronousMethodHandler from SynchronousMethodHandler
* Genericize AsynchronousMethodHandler for receive requestContext
* Pass requestContext to AsynchronousMethodHandler
* Add retry feature to AsyncFeign
* Remove ReflectiveAsyncFeign
Co-authored-by: Marvin Froeder <velo@users.noreply.github.com>
2 years ago
Marvin Froeder
58d49da0eb
Create example that uses springboot ( #1782 )
2 years ago
Jared Komoroski
a39c0ea9c3
Implement a Regex based Check on Expressions ( #1776 )
...
Co-authored-by: Kevin Davis <kdavisk6@gmail.com>
2 years ago
Alexey Venderov
b596abe348
Set empty request body if it was null ( #1778 )
...
Co-authored-by: Kevin Davis <kdavisk6@gmail.com>
2 years ago
Kevin Davis
92b2f511a9
[GH-1464] Add appendHeader that supports Literals ( #1781 )
...
This change adds a new `appendHeader` internal method to `RequestTemplate`
allowing for already resolved headers to be added to the resolved `RequestTemplate`
preventing duplicate expression processing by using another new method
`HeaderTemplate.literal` and `HeaderTemplate.appendLiteral` respectively.
I chose this route as it isolates the change to be applied only after the
original `HeaderTemplate` has been resolved. While it does expose new
public `HeaderTemplate` APIs, I feel that is an OK trade off, allowing
a new escape-hatch for situations where URI template processing is not
acceptable for Header values.
2 years ago
dependabot[bot]
9a60ea6099
build(deps): bump asm from 9.3 to 9.4 ( #1777 )
...
Bumps asm from 9.3 to 9.4.
---
updated-dependencies:
- dependency-name: org.ow2.asm:asm
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2 years ago
dependabot[bot]
ca2f200382
build(deps): bump kotlin.version from 1.7.10 to 1.7.20 ( #1771 )
...
Bumps `kotlin.version` from 1.7.10 to 1.7.20.
Updates `kotlin-stdlib-jdk8` from 1.7.10 to 1.7.20
- [Release notes](https://github.com/JetBrains/kotlin/releases )
- [Changelog](https://github.com/JetBrains/kotlin/blob/v1.7.20/ChangeLog.md )
- [Commits](https://github.com/JetBrains/kotlin/compare/v1.7.10...v1.7.20 )
Updates `kotlin-reflect` from 1.7.10 to 1.7.20
- [Release notes](https://github.com/JetBrains/kotlin/releases )
- [Changelog](https://github.com/JetBrains/kotlin/blob/v1.7.20/ChangeLog.md )
- [Commits](https://github.com/JetBrains/kotlin/compare/v1.7.10...v1.7.20 )
Updates `kotlin-maven-plugin` from 1.7.10 to 1.7.20
---
updated-dependencies:
- dependency-name: org.jetbrains.kotlin:kotlin-stdlib-jdk8
dependency-type: direct:production
update-type: version-update:semver-patch
- dependency-name: org.jetbrains.kotlin:kotlin-reflect
dependency-type: direct:production
update-type: version-update:semver-patch
- dependency-name: org.jetbrains.kotlin:kotlin-maven-plugin
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2 years ago
dependabot[bot]
d9c1325f71
build(deps): bump slf4j.version from 2.0.2 to 2.0.3 ( #1769 )
...
Bumps `slf4j.version` from 2.0.2 to 2.0.3.
Updates `slf4j-simple` from 2.0.2 to 2.0.3
- [Release notes](https://github.com/qos-ch/slf4j/releases )
- [Commits](https://github.com/qos-ch/slf4j/compare/v_2.0.2...v_2.0.3 )
Updates `slf4j-nop` from 2.0.2 to 2.0.3
- [Release notes](https://github.com/qos-ch/slf4j/releases )
- [Commits](https://github.com/qos-ch/slf4j/compare/v_2.0.2...v_2.0.3 )
Updates `slf4j-api` from 2.0.2 to 2.0.3
- [Release notes](https://github.com/qos-ch/slf4j/releases )
- [Commits](https://github.com/qos-ch/slf4j/compare/v_2.0.2...v_2.0.3 )
Updates `slf4j-jdk14` from 2.0.2 to 2.0.3
- [Release notes](https://github.com/qos-ch/slf4j/releases )
- [Commits](https://github.com/qos-ch/slf4j/compare/v_2.0.2...v_2.0.3 )
---
updated-dependencies:
- dependency-name: org.slf4j:slf4j-simple
dependency-type: direct:development
update-type: version-update:semver-patch
- dependency-name: org.slf4j:slf4j-nop
dependency-type: direct:production
update-type: version-update:semver-patch
- dependency-name: org.slf4j:slf4j-api
dependency-type: direct:production
update-type: version-update:semver-patch
- dependency-name: org.slf4j:slf4j-jdk14
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2 years ago
dependabot[bot]
37d8ff03df
build(deps): bump json from 20220320 to 20220924 ( #1768 )
...
Bumps [json](https://github.com/douglascrockford/JSON-java ) from 20220320 to 20220924.
- [Release notes](https://github.com/douglascrockford/JSON-java/releases )
- [Changelog](https://github.com/stleary/JSON-java/blob/master/docs/RELEASES.md )
- [Commits](https://github.com/douglascrockford/JSON-java/commits )
---
updated-dependencies:
- dependency-name: org.json:json
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2 years ago
Marvin Froeder
45fe10a0e3
Preparing for next development version
2 years ago
Marvin Froeder
bbab392a3c
Merge branch 'master' of github.com:OpenFeign/feign
2 years ago
Marvin Froeder
cd242693a9
[ci skip] updating versions to next development iteration 11.11-SNAPSHOT
2 years ago
Marvin Froeder
b0c5db0ddf
prepare release 11.10
2 years ago
dependabot[bot]
659eeb44cb
build(deps): bump slf4j.version from 2.0.1 to 2.0.2 ( #1763 )
...
Bumps `slf4j.version` from 2.0.1 to 2.0.2.
Updates `slf4j-simple` from 2.0.1 to 2.0.2
- [Release notes](https://github.com/qos-ch/slf4j/releases )
- [Commits](https://github.com/qos-ch/slf4j/commits )
Updates `slf4j-nop` from 2.0.1 to 2.0.2
- [Release notes](https://github.com/qos-ch/slf4j/releases )
- [Commits](https://github.com/qos-ch/slf4j/commits )
Updates `slf4j-api` from 2.0.1 to 2.0.2
- [Release notes](https://github.com/qos-ch/slf4j/releases )
- [Commits](https://github.com/qos-ch/slf4j/commits )
Updates `slf4j-jdk14` from 2.0.1 to 2.0.2
- [Release notes](https://github.com/qos-ch/slf4j/releases )
- [Commits](https://github.com/qos-ch/slf4j/commits )
---
updated-dependencies:
- dependency-name: org.slf4j:slf4j-simple
dependency-type: direct:development
update-type: version-update:semver-patch
- dependency-name: org.slf4j:slf4j-nop
dependency-type: direct:production
update-type: version-update:semver-patch
- dependency-name: org.slf4j:slf4j-api
dependency-type: direct:production
update-type: version-update:semver-patch
- dependency-name: org.slf4j:slf4j-jdk14
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2 years ago
dependabot[bot]
de421639c7
build(deps-dev): bump jaxb-core from 4.0.0 to 4.0.1 ( #1765 )
...
Bumps jaxb-core from 4.0.0 to 4.0.1.
---
updated-dependencies:
- dependency-name: org.glassfish.jaxb:jaxb-core
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2 years ago
Donghyeon Kim
d42fcef2bc
Add methodInfoResolver attribute to Coroutinebuilder ( #1762 )
...
* Add methodInfoResolver attribute to Coroutinebuilder
Work on the [feedback](https://github.com/OpenFeign/feign/pull/1754#discussion_r974700238 ) of PR #1754
2 years ago
Donghyeon Kim
7d1cf7ced7
Refactor async feign ( #1755 )
...
* Add MethodInfoResolver to customize MethodInfo creation logic
* Add methodInfoResolver setter to AsyncBuilder
* Refactor CoroutineFeign to use AsyncFeignBuilder instead of FeignBuilder
* Deprecate CoroutineFeign.coBuilder
* Change AsyncFeign to not inherit Feign
* Deprecate AsyncFeign.asyncBuilder
* Refactor AsyncBuilder to build Feign directly
Co-authored-by: Marvin Froeder <velo@users.noreply.github.com>
2 years ago
dependabot[bot]
333782514b
build(deps-dev): bump spring-context from 5.3.22 to 5.3.23 ( #1753 )
...
Bumps [spring-context](https://github.com/spring-projects/spring-framework ) from 5.3.22 to 5.3.23.
- [Release notes](https://github.com/spring-projects/spring-framework/releases )
- [Commits](https://github.com/spring-projects/spring-framework/compare/v5.3.22...v5.3.23 )
---
updated-dependencies:
- dependency-name: org.springframework:spring-context
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2 years ago
dependabot[bot]
f5e878d70f
build(deps): bump maven-jar-plugin from 3.2.2 to 3.3.0 ( #1759 )
...
Bumps [maven-jar-plugin](https://github.com/apache/maven-jar-plugin ) from 3.2.2 to 3.3.0.
- [Release notes](https://github.com/apache/maven-jar-plugin/releases )
- [Commits](https://github.com/apache/maven-jar-plugin/compare/maven-jar-plugin-3.2.2...maven-jar-plugin-3.3.0 )
---
updated-dependencies:
- dependency-name: org.apache.maven.plugins:maven-jar-plugin
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2 years ago
dependabot[bot]
113b3cc305
build(deps-dev): bump slf4j-jdk14 from 2.0.0 to 2.0.1 ( #1749 )
...
* build(deps-dev): bump slf4j-jdk14 from 2.0.0 to 2.0.1
Bumps [slf4j-jdk14](https://github.com/qos-ch/slf4j ) from 2.0.0 to 2.0.1.
- [Release notes](https://github.com/qos-ch/slf4j/releases )
- [Commits](https://github.com/qos-ch/slf4j/compare/v_2.0.0...v_2.0.1 )
---
updated-dependencies:
- dependency-name: org.slf4j:slf4j-jdk14
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
* Update pom.xml
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Marvin Froeder <velo@users.noreply.github.com>
2 years ago