gromspys
e9b0765995
Java 11 HTTP client incorrectly reports 'invalid URI' exception message when cause is thread interruption ( #2191 )
1 year ago
Vitalij Berdinskih
be25759e93
Retryer: replace an instance of Date with an epoch millisecond ( #2170 )
...
* Retryer: replace an instance of Date with an epoch millisecond
* Style issue: unnecessary explicit casting
* Add another check to RetryableException's test
* Update serialization ID. Resolve some deprecation issues of Integer.
* Remove obsolete Date
* Remove obsolete Date 2
* Resolve issue with overrided method of a mock class
1 year ago
Marvin Froeder
c39376fde3
Preparing for next development version
1 year ago
Marvin Froeder
edb6759649
[ci skip] updating versions to next development iteration 12.6-SNAPSHOT
1 year ago
Marvin Froeder
c9cbea6fa7
prepare release 12.5
1 year ago
Marvin Froeder
2cb72cf3fa
[ci skip] updating versions to next development iteration 12.5-SNAPSHOT
1 year ago
Marvin Froeder
602f588ca5
prepare release 12.4
1 year ago
Marvin Froeder
ef2b6153f1
[ci skip] updating versions to next development iteration 12.4-SNAPSHOT
2 years ago
Marvin Froeder
68c92775a2
prepare release 12.3
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
599d100dda
Revert "Adds explicit module descriptors to a subset of modules ( #1943 )" ( #1946 )
...
This reverts commit bac0dd4e08
.
2 years ago
Andres Almiray
bac0dd4e08
Adds explicit module descriptors to a subset of modules ( #1943 )
...
Fixes #1357
2 years ago
Marvin Froeder
1c5c6e1e70
Update all license headers to 2023
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
f-cramer
950935d593
Allow usage of GET with body in java11 Module ( #1819 )
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
Alexey Venderov
b596abe348
Set empty request body if it was null ( #1778 )
...
Co-authored-by: Kevin Davis <kdavisk6@gmail.com>
2 years ago
Marvin Froeder
45fe10a0e3
Preparing for next development version
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
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
Marvin Froeder
b4491b5a77
Preparing for next development version
2 years ago
Marvin Froeder
7d288b8761
[ci skip] updating versions to next development iteration 11.9.2-SNAPSHOT
2 years ago
Marvin Froeder
0a3dbeff39
prepare release 11.9.1
2 years ago
Marvin Froeder
8b7cf81bba
Preparing for bugfix release of 11.9
2 years ago
Marvin Froeder
9613adb7b8
Update license headers on releases
2 years ago
Marvin Froeder
78d7e845a9
[ci skip] updating versions to next development iteration 12.0-SNAPSHOT
2 years ago
Marvin Froeder
0cbd577237
prepare release 11.9
2 years ago
Witalij Berdinskich
04a85e6961
All decoders follow rule: if a status is 404 it returns empty or null value ( #1597 )
...
* All decoders follow rule: if status 404 it returns empty or null value
* Replace decode404 with dismiss404
3 years ago
Hakan Altındağ
f71849d387
Fixed dangling javadoc comment warning by applying new mapping ( #1568 )
...
* Fixed dangling javadoc comment warning by applying new mapping
* Apply comment header formatter
Co-authored-by: Marvin Froeder <velo.br@gmail.com>
3 years ago
Marvin Froeder
05bed38d38
[ci skip] updating versions to next development iteration 11.9-SNAPSHOT
3 years ago
Marvin Froeder
71fb2f57e9
prepare release 11.8
3 years ago
Witalij Berdinskich
1f7ca4c74c
Reason is optional in HTTP2 ( #1550 )
3 years ago
Witalij Berdinskich
470631be50
HTTP protocol version on the logging ( #1543 )
...
* [HTTP version] Add HTTP version to Response, the default client; Update SLF4J unit-test
* [HTTP version] Mock client
* [HTTP version] Apache HTTP Client
* [HTTP version] protocol -> protocolVersion; Replace protocol number with full name
* [HTTP version] Code style, rollback to old one
* [HTTP version] Google HTTP Client
* [HTTP version] HTTP_PROTOCOL -> HTTP_PROTOCOL_VERSION
* [HTTP version] HC5
* [HTTP version] Java11 Client
* [HTTP version] OkHttpClient
* [HTTP version] Code style, rollback to old one
* [HTTP version] Make some required changes: restore log messages for back compatibility, replace string protocol version with enum, replace fragile conversion of alien enums by string case-insensitive comparision
* [HTTP version] Code style, rollback to old one; Remove unused constants
* [HTTP version] Update imports
* [HTTP version] Test coverage
* [HTTP version] Fix license issue
* [HTTP version] Beatify and simplify the unit-test
3 years ago
Hyeonmin Park
79ba510199
docs: Change Java11 New HTTP/2 Client link to JEP 321 ( #1540 )
3 years ago
Witalij Berdinskich
3a351fa071
[java11] Add default timeout value as Request.Options uses ( #1532 )
3 years ago
Marvin Froeder
3491dcb3bd
[ci skip] updating versions to next development iteration 11.8-SNAPSHOT
3 years ago
Marvin Froeder
1d9533af86
prepare release 11.7
3 years ago
Marvin Froeder
8089bb9b80
Fix license header
3 years ago
UzimakiNaruto
b06f47acf9
JDK 11 HttpClient async implement for AsyncFeign. ( #1330 )
...
* 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>
3 years ago
Marvin Froeder
5965098e6c
[ci skip] updating versions to next development iteration 11.7-SNAPSHOT
3 years ago
Marvin Froeder
46baca8e64
prepare release 11.6
3 years ago
Marvin Froeder
3fa3e1a3c0
[ci skip] updating versions to next development iteration 11.6-SNAPSHOT
3 years ago
Marvin Froeder
6eb44e29ea
prepare release 11.5
3 years ago
Kevin Davis
f47ce52269
[ci skip] updating versions to next development iteration 11.5-SNAPSHOT
3 years ago
Kevin Davis
fa3eb04ebe
prepare release 11.4
3 years ago
Marvin Froeder
8e02dc47bd
[ci skip] updating versions to next development iteration 11.4-SNAPSHOT
3 years ago