Olga Maciaszek-Sharma
6ddb081f70
Merge remote-tracking branch 'origin/4.1.x' into 4.2.x
2025-04-11 17:16:55 +02:00
Olga Maciaszek-Sharma
a83b194e30
Fix checkstyle.
2025-04-11 17:16:36 +02:00
Olga Maciaszek-Sharma
ffbec66c23
Merge remote-tracking branch 'origin/4.1.x' into 4.2.x
2025-03-18 14:57:15 +01:00
TI-Bombo
219dbb7f1c
docs: Add references to Feign QueryMapEncoder and FeignClientsConfiguration In SpringQueryMap ( #1173 )
...
- Added @see references to feign.QueryMapEncoder and FeignClientsConfiguration
- Improved documentation for better discoverability
Signed-off-by: Bombo-Dev <bombo96@chungwoon.ac.kr >
2025-03-18 14:56:19 +01:00
Olga Maciaszek-Sharma
d8ca662bf6
Merge remote-tracking branch 'origin/4.1.x' into 4.2.x
2025-03-13 13:43:57 +01:00
Olga Maciaszek-Sharma
535cdc0137
Simplify private method signatures and checks.
2025-03-13 13:43:34 +01:00
Olga Maciaszek-Sharma
3c0c10fe11
Ignore negated params. Fixes gh-1134.
2025-03-13 13:30:34 +01:00
Olga Maciaszek-Sharma
79a78d0fa3
Revert "Merge remote-tracking branch 'origin/4.2.x'"
...
This reverts commit b822670fdc .
2025-03-13 13:27:44 +01:00
Olga Maciaszek-Sharma
b822670fdc
Merge remote-tracking branch 'origin/4.2.x'
2025-03-13 13:26:13 +01:00
Olga Maciaszek-Sharma
4367c9629f
Reformat.
2024-10-31 13:18:52 +01:00
Olga Maciaszek-Sharma
ffd0c372e7
Update deprecations.
2024-10-11 15:21:06 +02:00
Olga Maciaszek-Sharma
0f55e2d303
Allow removing trailing slashes ( #1100 )
2024-10-10 15:13:34 +02:00
Jinho Lee
1c00226950
polishing FeignClientsRegistrar ( #1038 )
...
* polishing feignClientsRegistrar
* update the date in the license and add author
2024-09-26 12:16:21 +02:00
AndreTeigler
362b2a5fd3
Make Content-Encoding configurable ( #1071 )
...
* Make Content-Encoding configurable
A new configuration property was added to make the Content-Encoding
configurable when using the feign request compression. The default
values are the same as the previous hardcoded values.
Closes issue 1048
2024-09-25 13:25:37 +02:00
AndreTeigler
ee9f34f9e1
Make Content-Encoding configurable ( #1071 )
...
* Make Content-Encoding configurable
A new configuration property was added to make the Content-Encoding
configurable when using the feign request compression. The default
values are the same as the previous hardcoded values.
Closes issue 1048
2024-09-25 13:23:39 +02:00
Gokalp Kuscu
fec17ae521
Adds ignorecase field to pageable spring ( #1047 )
2024-09-12 16:30:15 +02:00
Olga Maciaszek-Sharma
a11a44223b
Merge remote-tracking branch 'origin/4.1.x'
...
# Conflicts:
# docs/package.json
2024-09-06 15:30:31 +02:00
buildmaster
4fe08c0bbf
Bumping versions
2024-09-05 16:56:13 +00:00
Olga Maciaszek-Sharma
73af4601a8
Merge remote-tracking branch 'origin/4.1.x'
2024-09-05 18:21:23 +02:00
Philipp Meier
c1988b824c
Authorize with anonymous principal if principal name is null ( #1050 )
...
The authorizedClientManager.authorize method requires
a non-null principal name or it will usually throw
an exception in practice like "principalName cannot be empty".
Using the anonymous principal in this case like for
a null principal handles the situation more gracefully.
Fixes #1049
2024-09-05 18:20:08 +02:00
Olga Maciaszek-Sharma
220faecc8f
Merge remote-tracking branch 'origin/4.1.x'
...
# Conflicts:
# pom.xml
2024-09-04 14:18:59 +02:00
dowenliu-xyz
027a7b7e8b
fix: defaultValue for spring.cloud.openfeign.circuitbreaker.alphanumeric-ids.enabled is true since version 4.0.0 ( #1041 )
2024-09-04 12:20:25 +02:00
Ryan Baxter
f0dbdc9629
Fixing compile errors for new Boot and Spring Framework versions
2024-08-07 11:22:06 -04:00
buildmaster
eab1283046
Bumping versions
2024-07-22 16:16:27 +00:00
XiaotianZha
b4dafcbac0
Update additional-spring-configuration-metadata.json ( #1036 )
...
Starting with Spring Cloud OpenFeign 4, the Feign Apache HttpClient 4 is no longer supported
2024-06-25 16:04:34 +02:00
Olga Maciaszek-Sharma
3b2242a273
Fix docs. Reformat.
2024-05-16 15:02:00 +02:00
Olga Maciaszek-Sharma
8551f8c977
Add TODO.
2024-05-15 11:52:15 +02:00
Olga Maciaszek-Sharma
46d8b03f3f
Register hints for superinterface methods. ( #1030 )
2024-05-13 16:56:35 +02:00
Puppy4C
c276f1c6d4
SpringMvcContract support parse params ( #1016 )
2024-05-13 14:45:57 +02:00
Pasichenko Maksym
596f9b391d
Add support for custom HTTP status codes ( #1012 )
2024-04-18 14:46:20 +02:00
Olga MaciaszekSharma
2cd1f169e6
Register hints for all methods in @FeignClient interfaces. Fixes gh-1021.
2024-04-12 18:34:13 +02:00
Olga MaciaszekSharma
c0d8177b78
Override default dismiss404 config with client-specific config. Fixes gh-1005.
2024-03-21 14:35:13 +01:00
Olga MaciaszekSharma
d2a7d4f088
Merge remote-tracking branch 'origin/main'
2024-03-20 19:02:38 +01:00
Olga MaciaszekSharma
0ee8de21c1
Fix merging default headers and params. Fixes gh-1001.
2024-03-20 19:02:29 +01:00
buildmaster
3eb6937bcf
Bumping versions
2024-03-20 16:16:01 +00:00
Luís Duarte
ff7f755033
Make JDK HttpClient customizable ( #1000 )
2024-03-20 13:19:02 +01:00
Uno Kim
6ff55e3bde
Fix simple typo on Configuration Properties page ( #993 )
2024-03-20 11:45:43 +01:00
Olga MaciaszekSharma
60b70c9afb
Check for null response body in SpringDecoder. Fixes gh-972.
2024-02-16 17:35:35 +01:00
buildmaster
7645eb4274
Bumping versions
2024-02-14 16:16:11 +00:00
Olga Maciaszek-Sharma
b58d578f77
Fix deserialising from Pageable. ( #984 )
2024-02-14 15:37:16 +01:00
Olga MaciaszekSharma
744dc9e535
Add more reflection hints. Fixes gh-959.
2024-01-17 18:37:47 +01:00
Olga MaciaszekSharma
d091afe93d
Merge remote-tracking branch 'origin/4.0.x'
2023-12-15 16:56:08 +01:00
Olga MaciaszekSharma
2b07f213c8
Override default request headers and query param from default client config with specific client config. Fixes gh-715.
2023-12-15 16:55:45 +01:00
Olga MaciaszekSharma
377125beb0
Merge remote-tracking branch 'origin/4.0.x'.
2023-12-14 19:01:19 +01:00
Olga MaciaszekSharma
86fb2f8a26
Fix HC5 docs. Fixes gh-887.
2023-12-14 18:54:54 +01:00
Olga MaciaszekSharma
fcc04f8599
Merge remote-tracking branch 'origin/4.0.x'
2023-12-13 13:04:04 +01:00
Olga MaciaszekSharma
93116c8507
Only customise message converters once. Fixes gh-951.
2023-12-13 13:03:14 +01:00
Olga MaciaszekSharma
cdc66e78a2
Merge remote-tracking branch 'origin/4.0.x'
2023-12-04 18:25:59 +01:00
Olga MaciaszekSharma
09cd39f267
Merge remote-tracking branch 'origin/3.1.x' into 4.0.x
2023-12-04 18:23:38 +01:00
Olga MaciaszekSharma
c03f78af46
Improve url validation. Fixes gh-873.
2023-12-04 18:23:04 +01:00