Kevin Davis
44d76840b8
prepare release 10.4.0
5 years ago
Kevin Davis
e0efcdb68f
Updating versions to 10.4.0-SNAPSHOT
...
Updating versions to 10.4.0-SNAPSHOT in preparation for
10.4.0 release.
5 years ago
Blake Smith
6dbc22ee73
GH-1053: Add Google HTTP Client support ( #1057 )
...
Fixes #1053
Add Google HTTP Client submodule
5 years ago
Max Syachin
976e2c1f2c
GH-985: Correct unexpected behavior when using JavaLogger ( #1047 )
...
Fixes #985
* JavaLogger(String name) added. Workaround for JavaLogger() provided
* JavaLogger() marked as deprecated. Workaround for JavaLogger() removed
* Little fix for note in README
* One more little fix for note in README
* JavaLogger(Class<?>) constructor added
5 years ago
Kevin Davis
964ae798f5
Correct Reactive Examples ( #1055 )
...
Fixes #1023
Removed unnecessary `map` statement in the examples.
5 years ago
Kevin Davis
051b276967
GH-1021: Add Request Line override documentation ( #1056 )
...
Fixes : #1021
Adding documentation on how to override a target's host through the use of a URI.
5 years ago
Kevin Davis
d0106e37f5
Add Roadmap to Readme ( #1054 )
...
* Add Roadmap to Readme
Propsed roadmap is now included in the readme.
* Make clear which changes are breaking
Added additional context to Retry and Async tasks to indicate
that these features will be breaking changes.
5 years ago
Max Syachin
d3665e45d6
GH-845: Add Request to Feign Exception ( #1039 )
...
Fixes #845
This change allows Feign Exceptions to be created with the original request as an optional parameter.
Changes include:
* Request field added to FeignException
* New constructors are defended from null in request argument
* Tests to check null instead of request, null message updated
5 years ago
Kevin Davis
91e9882a00
GH-801: Adding support for JDK Proxy ( #1045 )
...
Fixes #801
Adding a `Proxied` client implementation that extends the `Default`
client allowing for a JDK Proxy, along with explict credential support.
5 years ago
Kevin Davis
9a4b21bc0e
[travis skip] updating versions to next development iteration 10.3.1-SNAPSHOT
5 years ago
Kevin Davis
3d2d8d76c5
prepare release 10.3.0
5 years ago
Snyk bot
1bb850707c
fix: pom.xml to reduce vulnerabilities ( #1031 )
...
The following vulnerabilities are fixed with an upgrade:
- https://snyk.io/vuln/SNYK-JAVA-COMFASTERXMLJACKSONCORE-455617
5 years ago
Alex Simkin
23abb5075d
Added configuration for reactive scheduler ( #1032 )
...
* Added configuration for reactive scheduler
* make final things explicitly final.
5 years ago
igor
e282510c22
fix: typo ( #1030 )
5 years ago
Snyk bot
2f40a7a692
fix: pom.xml to reduce vulnerabilities ( #1024 )
...
The following vulnerabilities are fixed with an upgrade:
- https://snyk.io/vuln/SNYK-JAVA-COMFASTERXMLJACKSONCORE-455617
5 years ago
Tom Daly
0a0ff3f192
Fix Response.InputStreamBody missing toString implementation ( #1022 )
...
Fixes #981
5 years ago
Snyk bot
3477a0461d
fix: pom.xml to reduce vulnerabilities ( #1025 )
...
The following vulnerabilities are fixed with an upgrade:
- https://snyk.io/vuln/SNYK-JAVA-COMFASTERXMLJACKSONCORE-455617
5 years ago
Max Barkley
aa565e4156
Maintain user-given order for header values ( #1009 )
...
Fixes bug where HeaderTemplate stored values in a HashSet which
caused the following issues:
* Header values could be written in wrong order
* Order was not stable between JVM instances
Fixes #1007
5 years ago
Dharmesh Jogadia
5c57213b34
Respect decode404 flag and decode 404 response body ( #1012 )
...
* decode 404 response body
* fix SOAPCodecTest
5 years ago
Alex Simkin
a2904ad189
Fixes 1003: Do not wrap exceptions in RuntimeException ( #1004 )
5 years ago
ranjitc5
028ae86753
Avoided url appending with slash when matrix parameter exists ( #999 )
...
* Avoided url appending with slash when matrix parameter exists
* Added UT to cover url appending with slash when matrix parameter exists
5 years ago
Snyk bot
d3af6a9b5e
[Snyk] Fix for 2 vulnerable dependencies ( #1011 )
...
* fix: pom.xml to reduce vulnerabilities
The following vulnerabilities are fixed with an upgrade:
- https://snyk.io/vuln/SNYK-JAVA-COMFASTERXMLJACKSONCORE-450207
- https://snyk.io/vuln/SNYK-JAVA-COMFASTERXMLJACKSONCORE-450917
* Corrected Databind versions in Jackson projects
5 years ago
Snyk bot
48966abcee
[Snyk] Fix for 2 vulnerable dependencies ( #1010 )
...
* fix: pom.xml to reduce vulnerabilities
The following vulnerabilities are fixed with an upgrade:
- https://snyk.io/vuln/SNYK-JAVA-COMFASTERXMLJACKSONCORE-450207
- https://snyk.io/vuln/SNYK-JAVA-COMFASTERXMLJACKSONCORE-450917
* Separated Jackson Databind from Core Version
5 years ago
Snyk bot
031b386f35
fix: httpclient/pom.xml to reduce vulnerabilities ( #997 )
...
The following vulnerabilities are fixed with an upgrade:
- https://snyk.io/vuln/SNYK-JAVA-ORGAPACHEHTTPCOMPONENTS-31517
5 years ago
David Schlosnagle
2a8ee35b48
JacksonEncoder avoids intermediate String request body ( #989 )
...
* JacksonEncoder avoids intermediate String request body
Serialize Jackson request object directly to UTF-8 byte array without
intermediate String representation.
See https://github.com/FasterXML/jackson-docs/wiki/Presentation:-Jackson-Performance#basics-things-you-should-do-anyway
* Use Util.UTF_8
5 years ago
Kevin Davis
a24580e99f
Fixing Pull Request Builds ( #992 )
...
This change skips the `sign` script when building a pull request.
There is no need for us to sign component until the pull request
is accepted.
5 years ago
Marcus Eisele
0ed5008f08
Add POST example to README.md and example-github ( #986 )
...
Fixes : #978
5 years ago
Meifans Zhao
23ee09ef88
Adds support for per request timeout options. Fixes #562 ( #970 )
...
* Add Options UT
* Ignore Options when set bodyIndex
6 years ago
jerzykrlk
2ee3f99624
Fine-grained HTTP error exceptions with client and server errors ( #854 )
6 years ago
Kevin Davis
29df3e40bf
Migrating to Sonatype OSSRH from JCenter ( #968 )
...
Fixes #697
This change replaces JCenter with Sonatype OSSRH for snapshot and
release management. To complete this change, we will need to add
additional information to Travis, specifically the GPG information
to sign the artifacts during a release.
It's my opinion that those values should be in Travis directly and
not here in this repository. I'm open to other suggestions and
feedback on this approach.
Additional changes include:
* Updating BOM template to include SCM per OSSRH rules.
* Removed Bintray and GitHub credentials, they are no longer needed.
* Adding GPG Signing Values
* Code Signing Paths
6 years ago
Richard Wallis
5bc04de160
Parse Retry-After header responses that include decimal points ( #980 )
...
rfc7231 section 7.1.3 states that the Retry-After header can return delay-seconds value
that is a non-negative decimal integer, representing time in seconds.
Some servers return the second delay with a decimal point. Eg instead of 2 they return 2.0
This patch handles this case where the server has included a decimal point in their response.
6 years ago
Emre Savcı
ad86f22524
This pr resolves QueryMap inheritance issue #927 ( #960 )
...
* This pr resolves issue #927
add apache commons lang3 as mvn dependency to get inherited fields of given class
change type.getDeclaredFields() to FieldUtils.getAllFieldsList(type) on FieldQueryMapEncoder
* format
* remove apache common langs dependency
add logic for finding fields which comes via inheritance
6 years ago
Snyk bot
4ddc12e34a
fix: pom.xml to reduce vulnerabilities ( #976 )
...
The following vulnerabilities are fixed with an upgrade:
- https://snyk.io/vuln/SNYK-JAVA-COMFASTERXMLJACKSONCORE-174736
6 years ago
Snyk bot
17eab05ab1
fix: pom.xml & jackson-jaxb/pom.xml to reduce vulnerabilities ( #975 )
...
The following vulnerabilities are fixed with an upgrade:
- https://snyk.io/vuln/SNYK-JAVA-COMFASTERXMLJACKSONCORE-174736
6 years ago
Marvin Froeder
3cfda4fc1b
Missing dep ( #969 )
...
* Next development version
* mimepull:1.9.8 is missing from maven central #935
6 years ago
尹吉峰
f8d16cf492
simplify valuesOrEmpty ( #938 )
...
there are 3 lookups in the map, and one should be sufficient
6 years ago
Marvin Froeder
bf9d292871
Testing feign-example-github jar ( #953 )
...
* Running GitHubExample as unit test
* Testing feign-example-github jar
* Rename packages to cross module boundary
* Adding github token
6 years ago
Davis, Kevin
87dfff81db
[travis skip] updating versions to next development iteration 10.3.0-SNAPSHOT
6 years ago
Davis, Kevin
c69fec7036
Updating Snapshot Condition to Skip when Master has been updated from a Release
6 years ago
Davis, Kevin
9d731a2c86
[travis skip] updating versions to next development iteration 10.2.4-SNAPSHOT
6 years ago
Davis, Kevin
78df531842
prepare release 10.2.3
6 years ago
Davis, Kevin
9c76b203c7
[travis skip] Corrected issue where prepare commit was triggering a build
6 years ago
Davis, Kevin
143cfef62b
Correcting Tag Regex in Travis
6 years ago
Davis, Kevin
5dce949d46
[travis skip] updating versions to next development iteration 10.2.3-SNAPSHOT
6 years ago
Davis, Kevin
3dd7f7888d
prepare release 10.2.2
6 years ago
Davis, Kevin
53aee95e4c
Corrected Travis Builds for Releses
6 years ago
Davis, Kevin
44a794068e
[travis skip] updating versions to next development iteration 10.2.2-SNAPSHOT
6 years ago
Davis, Kevin
8b198bf300
[travis skip] prepare release 10.2.1
6 years ago
Davis, Kevin
f28b9eabf9
Made release script executable
6 years ago
Davis, Kevin
927faad2b2
[travis skip] updating versions to previous snapshot 10.2.1-SNAPSHOT
6 years ago