Olga Maciaszek-Sharma
14eb8a7bb1
Merge remote-tracking branch 'origin/2.2.x'
...
# Conflicts:
# docs/src/main/asciidoc/_configprops.adoc
4 years ago
Olga Maciaszek-Sharma
a79d82584e
Update docs.
4 years ago
Olga Maciaszek-Sharma
ae3e3efb26
Add license link to README.
4 years ago
Marcin Grzejszczak
e32b10b60f
Added support for Spring Cloud CircuitBreaker
...
fixes gh-279
4 years ago
Olga Maciaszek-Sharma
89fb98daf7
Upgrade protobuf-java.
4 years ago
Olga Maciaszek-Sharma
1a7917e2bb
Add information about decodeSlash property to docs.
4 years ago
Olga Maciaszek-Sharma
49d3830276
Remove unnecessary keyword from recently modified class.
4 years ago
Ram Anaswara
d419826ca0
Fix for Path variables with / are not url encoded
...
# Conflicts:
# spring-cloud-openfeign-core/src/main/java/org/springframework/cloud/openfeign/FeignClientProperties.java
# spring-cloud-openfeign-core/src/main/java/org/springframework/cloud/openfeign/support/SpringMvcContract.java
# spring-cloud-openfeign-core/src/test/java/org/springframework/cloud/openfeign/support/SpringMvcContractIntegrationTests.java
# spring-cloud-openfeign-core/src/test/java/org/springframework/cloud/openfeign/support/SpringMvcContractTests.java
4 years ago
Olga Maciaszek-Sharma
64d3f05e70
Allow overriding creating requests. Fixes gh-423.
4 years ago
Olga Maciaszek-Sharma
4d021fd3f8
Do not throw exceptions from `@PreDestroy` methods. Fixes gh-435.
4 years ago
matt62king
a8bcda0b5b
add customizer for feign builder ( #289 ).
...
Fixes gh-436.
* add customizer for feign builder
* support @Order for customizers
* switch to annotation aware comparator for @Order support
* remove intermediate instances
* removed default feign builder customizer
# Conflicts:
# spring-cloud-openfeign-core/src/main/java/org/springframework/cloud/openfeign/FeignClientFactoryBean.java
4 years ago
buildmaster
1b42820c3a
Bumping versions to 2.2.7.BUILD-SNAPSHOT after release
4 years ago
buildmaster
e31defb2dd
Going back to snapshots
4 years ago
buildmaster
f4ca971253
Update SNAPSHOT to 2.2.6.RELEASE
4 years ago
Michal Domagala
a8a2a0155f
Fix for @EnableFeignClients(clients) scans classes in nested packages ( #422 )
...
* Test to verify sub level client error
Error is described in https://github.com/spring-cloud/spring-cloud-openfeign/issues/331
Application fails when one Feign client is `org.TopClient` and second is in subpackage: `org.sub.SubClient`
The error reason is that `SubClient` is registered twice
* Fix for @EnableFeignClients(clients) scans classes in nested packages twice
https://github.com/spring-cloud/spring-cloud-openfeign/issues/331
(cherry picked from commit fe62b0db90
)
# Conflicts:
# spring-cloud-openfeign-core/src/main/java/org/springframework/cloud/openfeign/FeignClientsRegistrar.java
* delete unused code
(cherry picked from commit 4df865d1d6
)
* add file header
* Apply review
Co-authored-by: michal <michal@michal-desktop>
4 years ago
Nikolas Charalambidis
cf4fa54ac8
Fixes gh-391 timeout handling documentation ( #421 )
...
* Fixes gh-391
* Fixes gh-391 sentence reworded
* Fixes gh-391 fixed spelling
* Fixes gh-391 fixed code format
* Fixes gh-391 fixed sentence
* Fixes gh-391 fixed code
* Fixes gh-391 word deletion
4 years ago
Ilia Ilinykh
93327fcace
Ability to configure client to send default headers #284 at 2.2.x ( #420 )
...
* Implemented ability to provide default query parameters and headers to feign clients.
Issue was mentioned in №284
* Removed wrong names of test data. Replaced with correct ones.
* Thread sleep was repalced with more verbose TimeUnit sleep
* Fixed more names of the clients.
4 years ago
Olga Maciaszek-Sharma
bc6c3b7bf2
Sort request interceptors. ( #419 )
4 years ago
Olga Maciaszek-Sharma
f410385237
Upgrade jackson to 2.11.3.
4 years ago
Olga Maciaszek-Sharma
a5ab3383c9
Rename new class.
4 years ago
Olga Maciaszek-Sharma
dd518a812b
Add support for load-balanced retries. ( #408 )
4 years ago
Olga Maciaszek-Sharma
c3dcb1f376
Remove maven compiler plugin version to use the one provided by Boot instead.
4 years ago
Olga Maciaszek-Sharma
27e2775c5f
Upgrade protobuf-java.
4 years ago
Olga Maciaszek-Sharma
83ef242406
Upgrade vavr.
4 years ago
Olga Maciaszek-Sharma
6534950ed2
Upgrade jakson.
4 years ago
Olga Maciaszek-Sharma
e83593651c
Clean up test.
4 years ago
Olga Maciaszek-Sharma
4cbf6da17b
Adjust test to changes in commons.
4 years ago
liuzeyanga
5fea4f3b35
change "Sprig Cloud" to "Spring Cloud"
4 years ago
buildmaster
36c06c97a6
Bumping versions to 2.2.6.BUILD-SNAPSHOT after release
4 years ago
buildmaster
d6b021eaa4
Going back to snapshots
4 years ago
buildmaster
c2430c0e29
Update SNAPSHOT to 2.2.5.RELEASE
4 years ago
Olga Maciaszek-Sharma
b66e08fda8
Fix the docs.
4 years ago
spencergibb
84819e1328
Bumps s-c-build to 2.3.2.BUILD-SNAPSHOT
4 years ago
spencergibb
b6422db8e9
ignores .sdkmanrc
4 years ago
Olga Maciaszek-Sharma
4bf010e810
Ignore InvalidMediaTypeException when verifying if Multipart content. Fixes gh-363. ( #388 )
4 years ago
buildmaster
bd671efed9
Bumping versions to 2.2.5.BUILD-SNAPSHOT after release
4 years ago
buildmaster
bfd473cb8f
Going back to snapshots
4 years ago
buildmaster
2f5d63a061
Update SNAPSHOT to 2.2.4.RELEASE
4 years ago
Olga Maciaszek-Sharma
14929cbfee
Revert "Fix double @RequestMapping with empty value ( #245 )"
...
This reverts commit 0afb60a72a
.
# Conflicts:
# spring-cloud-openfeign-core/src/main/java/org/springframework/cloud/openfeign/support/SpringMvcContract.java
# spring-cloud-openfeign-core/src/test/java/org/springframework/cloud/openfeign/support/SpringMvcContractTests.java
4 years ago
Olga Maciaszek-Sharma
d3da7e16e8
Add CollectionFormat support ( #371 )
...
* Add CollectionFormat support. Fixes gh-146.
* Minor refactoring.
* Fix docs.
4 years ago
Olga Maciaszek-Sharma
4e89dd1523
Annotate @FeignClient with @Inherited . Fixes gh-322. ( #370 )
4 years ago
Olga Maciaszek-Sharma
63ba4d40ff
Fix checkstyle.
4 years ago
Olga Maciaszek-Sharma
06862ab090
Add test for @MockBean . Fixes gh-343.
4 years ago
Olga Maciaszek-Sharma
72784920d8
Fix read timeout ( #369 )
...
* Fix setting readTimeout and connectionTimeout separately from each other. Fixes gh-324.
* Refactor (remove superfluous keywords) and reformat.
4 years ago
Olga Maciaszek-Sharma
bf13ae95c9
Remove superfluous conditional. Fixes gh-323. ( #350 )
5 years ago
Olga Maciaszek-Sharma
af06086c30
Fix docs.
5 years ago
Marcin Grzejszczak
5497f5a37c
Migrated to docs.spring.io & updated sc-build
5 years ago
Olga Maciaszek-Sharma
12084de3a9
Fix docs. Fixes gh-340.
5 years ago
chang-chao
84cf97b391
update doc on default retrying behavior
5 years ago
buildmaster
3002643ee7
Bumping versions to 2.2.4.BUILD-SNAPSHOT after release
5 years ago