dependabot[bot]
67465d910a
build(deps): bump really-executable-jar-maven-plugin from 2.1.0 to 2.1.1 ( #1974 )
...
Bumps [really-executable-jar-maven-plugin](https://github.com/brianm/really-executable-jar-maven-plugin ) from 2.1.0 to 2.1.1.
- [Release notes](https://github.com/brianm/really-executable-jar-maven-plugin/releases )
- [Commits](https://github.com/brianm/really-executable-jar-maven-plugin/commits )
---
updated-dependencies:
- dependency-name: org.skife.maven:really-executable-jar-maven-plugin
dependency-type: direct:production
update-type: version-update:semver-patch
...
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]
811b42272a
build(deps): bump really-executable-jar-maven-plugin from 2.0.0 to 2.1.0 ( #1969 )
...
Bumps [really-executable-jar-maven-plugin](https://github.com/brianm/really-executable-jar-maven-plugin ) from 2.0.0 to 2.1.0.
- [Release notes](https://github.com/brianm/really-executable-jar-maven-plugin/releases )
- [Commits](https://github.com/brianm/really-executable-jar-maven-plugin/commits )
---
updated-dependencies:
- dependency-name: org.skife.maven:really-executable-jar-maven-plugin
dependency-type: direct:production
update-type: version-update:semver-minor
...
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
b1938101e5
[ci skip] updating versions to next development iteration 12.3-SNAPSHOT
2 years ago
Marvin Froeder
bfc2f37518
prepare release 12.2
2 years ago
Marvin Froeder
83a113eb95
Attempt to simplify build process using maven toolchains ( #1952 )
...
* Attempt to simplify build process using maven toolchains
* Introduce property to hold latest jdk version
---------
Co-authored-by: Marvin Froeder <velobr@gmail.com>
2 years ago
Marvin Froeder
1c5c6e1e70
Update all license headers to 2023
2 years ago
dependabot[bot]
55f9b9021c
build(deps): bump really-executable-jar-maven-plugin from 1.5.0 to 2.0.0 ( #1877 )
...
Bumps [really-executable-jar-maven-plugin](https://github.com/brianm/really-executable-jar-maven-plugin ) from 1.5.0 to 2.0.0.
- [Release notes](https://github.com/brianm/really-executable-jar-maven-plugin/releases )
- [Commits](https://github.com/brianm/really-executable-jar-maven-plugin/commits )
---
updated-dependencies:
- dependency-name: org.skife.maven:really-executable-jar-maven-plugin
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
e2615a9817
[ci skip] updating versions to next development iteration 12.2-SNAPSHOT
2 years ago
Marvin Froeder
10ce9cb66b
prepare release 12.1
2 years ago
Donghyeon Kim
b57ab51464
Fix CI: Reformat code of `package-info.java` ( #1820 )
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
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
Marvin Froeder
45fe10a0e3
Preparing for next development version
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]
123d99a07c
build(deps): bump maven-shade-plugin from 3.3.0 to 3.4.0 ( #1752 )
...
Bumps [maven-shade-plugin](https://github.com/apache/maven-shade-plugin ) from 3.3.0 to 3.4.0.
- [Release notes](https://github.com/apache/maven-shade-plugin/releases )
- [Commits](https://github.com/apache/maven-shade-plugin/compare/maven-shade-plugin-3.3.0...maven-shade-plugin-3.4.0 )
---
updated-dependencies:
- dependency-name: org.apache.maven.plugins:maven-shade-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
Donghyeon Kim
39ed8ef2a7
Support kotlin coroutines ( #1706 )
...
* Support kotlin coroutines
Resolves : #1565
Inspired by https://github.com/PlaytikaOSS/feign-reactive/pull/486
## TODO
- [ ] Separate Kotlin support module
- [ ] Enhance test case
- [ ] Refactoring
- [ ] Clean up pom.xml
* Apply optional dependency to kotlin support related dependency
* Seperate Kotlin support module
* Remove unused code from ClassUtils.java
* Remove unused code from ClassUtils.java
* Refactor KotlinDetector
* Move ClassUtils location into KotlinDetector
* Move KotlinDetector location
* Format code
* First attempt to move kotlin work to it's own isolated module
* Coroutine Feign using AyncFeign
* Coroutine Feign using AyncFeign
* Refactor suspending function detect logic
- Remove KotlinDetector.java
- Add Method.isSuspend extension function
* Cleanup CoroutineFeignTest test code format
* Fix suspend function contract parsing error when using http body
* Rename test names to be meaningful
* Add Github Example With Coroutine
- Copy of GithubExample
* Remove unnecessary dependency
https://github.com/OpenFeign/feign/pull/1706/files#r965389041
Co-authored-by: Marvin Froeder <velo.br@gmail.com>
Co-authored-by: Marvin Froeder <velo@users.noreply.github.com>
2 years ago