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
Augustine Cui
841f5ef029
Fixed flaky tests in `feign.json.JsonEncoderTest` ( #1538 )
...
fixed format
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
f66d888f6d
Get build compatible with jdk 16 ( #1519 )
3 years ago
Witalij Berdinskich
ebd8eee933
Move hamcrest dependency to the parent, upgrade it to 2.2 ( #1476 )
...
* Move hamcrest dependency to the parent, upgrade it to 2.2
* hamcrest-library is deprecated
* organise properties in parent: move the hamcrest version next to other test tools
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
Marvin Froeder
76372cf4b2
prepare release 11.3
3 years ago
Witalij Berdinskich
5087bd83a6
Add JSON-java decoder and encoder ( #1387 )
...
* Provides decoder and encoder for JSON-java
* Rename feign-json to feign-org.json, add link to JSON web-site to README, use instanceof instead of references (JsonEncoder)
* Return back feign-json, JSON-java
* Fix parent version
* Added JSON-java decoder to decoders list
* Increase coverage: empty response body, parsing exception is caused by another exception
* Use isAssignableFrom to allow methods return extended JSONObject and JSONArray classes
Co-authored-by: Marvin Froeder <marvin.froeder@dovetailstudios.com>
3 years ago