Skip to content

JDK 11 HttpClient async implement for AsyncFeign.#1330

Merged
velo merged 23 commits into
OpenFeign:masterfrom
xrayw:asyncfeign-java11-impl
Oct 17, 2021
Merged

JDK 11 HttpClient async implement for AsyncFeign.#1330
velo merged 23 commits into
OpenFeign:masterfrom
xrayw:asyncfeign-java11-impl

Conversation

@xrayw

@xrayw xrayw commented Dec 19, 2020

Copy link
Copy Markdown
Contributor

The test case i was copy from AsyncApacheHttp5ClientTest and some code was changed ..

thanks.

@xrayw

xrayw commented Dec 22, 2020

Copy link
Copy Markdown
Contributor Author

I run mvn clean install on my local, but no issue found, so what's about the continuous error??

@kdavisk6

Copy link
Copy Markdown
Member

@UzimakiNaruto Looks like you have some formatting issues. Please run ./mvnw install locally to format the files then rebase this branch against the most recent master. Once the checks are green, we'll review.

@kdavisk6 kdavisk6 added the waiting for feedback Issues waiting for a response from either to the author or other maintainers label Dec 29, 2020
@xrayw

xrayw commented Dec 30, 2020

Copy link
Copy Markdown
Contributor Author

@kdavisk6 Hi, I fixed the format. the check looks fine now. Thanks.

@velo velo requested a review from kdavisk6 July 23, 2021 02:51
@velo velo added the ready to merge Will be merged if no other member ask for changes label Jul 23, 2021
@velo velo merged commit b06f47a into OpenFeign:master Oct 17, 2021
velo added a commit that referenced this pull request Oct 7, 2024
* java11 async http client for AsyncFeign

* java 11 httpclient not allow some header

* add unit test

* add license

* remove unused annotation

* Merge branch 'master' of https://github.com/OpenFeign/feign into asyncfeign-java11-impl

� Conflicts:
�	java11/src/main/java/feign/http2client/Http2Client.java

* port connectionTimeout feature of Http2Client to AsyncHttpClient

* fix format

* Combined Sync and Async clients into a single class

Co-authored-by: UzimakiNaruto <ff578505546@qq.com>
Co-authored-by: Kevin Davis <kdavisk6@gmail.com>
Co-authored-by: Marvin Froeder <velo@users.noreply.github.com>
Co-authored-by: Marvin Froeder <marvin.froeder@dovetailstudios.com>
velo added a commit that referenced this pull request Oct 8, 2024
* java11 async http client for AsyncFeign

* java 11 httpclient not allow some header

* add unit test

* add license

* remove unused annotation

* Merge branch 'master' of https://github.com/OpenFeign/feign into asyncfeign-java11-impl

� Conflicts:
�	java11/src/main/java/feign/http2client/Http2Client.java

* port connectionTimeout feature of Http2Client to AsyncHttpClient

* fix format

* Combined Sync and Async clients into a single class

Co-authored-by: UzimakiNaruto <ff578505546@qq.com>
Co-authored-by: Kevin Davis <kdavisk6@gmail.com>
Co-authored-by: Marvin Froeder <velo@users.noreply.github.com>
Co-authored-by: Marvin Froeder <marvin.froeder@dovetailstudios.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

ready to merge Will be merged if no other member ask for changes waiting for feedback Issues waiting for a response from either to the author or other maintainers

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants