rstoyanchev
d8503daa1f
Revise how bodyType is set for 7.0 codebase
...
See gh-34793
2025-04-25 21:41:11 +01:00
rstoyanchev
fed6e9b3c3
Merge branch '6.2.x'
2025-04-25 21:33:03 +01:00
rstoyanchev
c48ff357dc
HTTP Service proxy sets body type
...
Closes gh-34793
2025-04-25 21:03:00 +01:00
Sébastien Deleuze
ead76b6317
Merge branch '6.2.x'
2025-04-24 10:39:39 +02:00
Sébastien Deleuze
56eb135608
Fix AbstractJackson2HttpMessageConverter nullness
...
This commit makes AbstractJackson2HttpMessageConverter#getObjectMappersForType
return value non nullable as an empty map is returned in case of no
registrations.
Closes gh-34811
2025-04-24 10:37:30 +02:00
rstoyanchev
2a3e7ea3f9
Merge branch '6.2.x'
2025-04-23 12:11:28 +01:00
rstoyanchev
858c2bd270
Polishing contribution
...
Closes gh-34783
2025-04-23 10:54:52 +01:00
whl
124582d910
Fix expansion of query param with same name
...
See gh-34783
Signed-off-by: whl <whlit.cola@gmail.com >
2025-04-23 10:54:52 +01:00
Juergen Hoeller
f2dd7b01cd
Consistent final @Nullable declarations
2025-04-22 12:25:01 +02:00
Olga Maciaszek-Sharma
b24f4edbec
HttpServiceGroupConfigurer extends Ordered
...
Closes gh-34739
Signed-off-by: Olga Maciaszek-Sharma <olga.maciaszek-sharma@broadcom.com >
2025-04-15 17:33:34 +01:00
rstoyanchev
4599ad4168
HttpServiceProxyRegistry Javadoc updates
...
See gh-33992
2025-04-15 17:27:48 +01:00
rstoyanchev
40853825dc
Add HttpRequestValues.Processor
...
Closes gh-34699
2025-04-15 17:25:34 +01:00
Stéphane Nicoll
88e773ae24
Add AOT support for Registry of HTTP Interface Proxies
...
This commit adds AOT support for restoring the state of the
HttpServiceProxyRegistry. This generates code for the groupsMetadata
as well as for the creation of the client proxies.
Closes gh-34750
2025-04-15 17:29:43 +02:00
Sam Brannen
5fb37e3133
Polishing
2025-04-15 15:19:34 +02:00
rstoyanchev
76ba02ec3e
Update HttpServiceProxyRegistry
...
See gh-33992
2025-04-14 17:45:49 +01:00
Sam Brannen
23aea5c402
Merge branch '6.2.x'
2025-04-14 11:32:48 +02:00
Sam Brannen
7095f4cb66
Use proper casing for parameter and variable names
2025-04-14 11:25:40 +02:00
Sam Brannen
a22d204681
Remove duplicate words in Java source code
...
Discovered using regular expression: \b(\w+)\s+\1\b[^(}]
2025-04-14 11:24:55 +02:00
Sam Brannen
df4868bf83
Merge branch '6.2.x'
2025-04-10 16:49:43 +02:00
Sam Brannen
cd987fc104
Update Javadoc to stop mentioning 5.3.x as the status quo
...
Closes gh-34740
2025-04-10 16:40:04 +02:00
Sébastien Deleuze
eee45c3583
Refine CORS preflight requests handling with no configuration
...
This commit makes CORS preflight requests handling more flexible
by just skipping setting CORS response headers when no
configuration is defined instead of rejecting them.
That will have the same effect on user agent side (the preflight
request will be considered as not authorized and the actual
request not performed) but is more flexible and more efficient.
Closes gh-31839
2025-04-04 21:32:38 +02:00
Sam Brannen
a9cab2a3f1
Polishing
2025-04-03 11:19:53 +02:00
Sam Brannen
d10d8e98c2
Remove default value for Container annotation
2025-04-03 10:59:33 +02:00
Sam Brannen
6576c52ed3
Remove unused code
2025-04-03 10:58:51 +02:00
Sam Brannen
71b6dcfa7e
Merge branch '6.2.x'
2025-04-03 10:48:28 +02:00
Sam Brannen
8f9cbcd86d
Add @since tags
...
See gh-34692
2025-04-03 10:33:19 +02:00
Sébastien Deleuze
e9c4665a80
Merge branch '6.2.x'
2025-04-02 18:05:04 +02:00
Taeik Lim
a946fe2bf8
Fix broken link for Server-Sent Events
...
Signed-off-by: Taeik Lim <sibera21@gmail.com >
Closes gh-34705
2025-04-02 17:43:42 +02:00
Sébastien Deleuze
b94ab90eb2
Merge branch '6.2.x'
2025-04-02 17:10:56 +02:00
Sébastien Deleuze
671d972454
Add RestClient.RequestHeadersSpec#exchangeForRequiredValue
...
This commit adds a variant to RestClient.RequestHeadersSpec#exchange
suitable for functions returning non-null values.
Closes gh-34692
2025-04-02 17:10:01 +02:00
Sébastien Deleuze
d9047d39e6
Refine ExchangeFunction Javadoc
...
See gh-34692
2025-04-02 17:10:01 +02:00
Sébastien Deleuze
4db12806d1
Revert "Add a requiredExchange extension to RestClient"
...
This reverts commit dcb9383ba1 .
See gh-34692
2025-04-02 17:10:01 +02:00
Sébastien Deleuze
dd888ed813
Refine StringUtils#uriDecode and update documentation
...
This commit adds another optimization mainly for the use case where
there is no encoded sequence, and updates the Javadoc of both
StringUtils#uriDecode and UriUtils#decode to match the implementation.
Closes gh-34673
2025-04-02 14:46:10 +02:00
Patrick Strawderman
7f1bc20688
Refine StringUtils#uriDecode
...
Refine the StringUtils#uriDecode method in the following ways:
- Use a StringBuilder instead of ByteArrayOutputStream, and only decode
%-encoded sequences.
- Use HexFormat.fromHexDigits to decode hex sequences.
- Decode to a byte array that is only allocated if encoded sequences are
encountered.
Signed-off-by: Patrick Strawderman <pstrawderman@netflix.com >
See gh-34673
2025-04-02 14:33:51 +02:00
rstoyanchev
c35aac0c52
Merge branch '6.2.x'
2025-04-02 09:06:06 +01:00
rstoyanchev
290c9c4a19
Use form charset in ServletServerHttpRequest
...
Closes gh-34675
2025-04-02 09:05:52 +01:00
rstoyanchev
e01ad5a08d
Polishing in ServletServerHttpRequest
...
See gh-34675
2025-04-02 09:05:52 +01:00
rstoyanchev
7bf628c827
Client support for API versioning
...
Closes gh-34567
2025-04-01 17:04:15 +01:00
rstoyanchev
483abd96a4
Polishing in client adapter tests
2025-04-01 17:02:48 +01:00
rstoyanchev
10e32c92e6
Make container annotation for ImportHttpServices nested
...
See gh-33992
2025-03-31 18:29:24 +01:00
rstoyanchev
ebdebbbd06
Rename HttpServiceGroups to ImportHttpServiceGroups
...
See gh-33992
2025-03-31 15:21:00 +01:00
Sam Brannen
18645022e9
Merge branch '6.2.x'
2025-03-31 12:13:23 +02:00
Sam Brannen
36d9357f94
Fix Kotlin compilation errors
2025-03-31 12:02:51 +02:00
Sébastien Deleuze
dcb9383ba1
Add a requiredExchange extension to RestClient
...
Closes gh-34692
2025-03-31 11:55:41 +02:00
rstoyanchev
87fa9a5acb
Polishing in GroupsMetadata
...
See gh-33992
2025-03-31 10:23:57 +01:00
Sébastien Deleuze
85bc6350ce
Merge branch '6.2.x'
2025-03-31 11:16:01 +02:00
Sébastien Deleuze
d771d02119
Add a requiredExchange extension to RestClient
...
Closes gh-34692
2025-03-31 11:15:40 +02:00
rstoyanchev
302f04ecf3
Replace Map argument with GroupsMetadata
...
In preparation for HTTP Service registry AOT support.
See gh-33992
2025-03-31 10:11:42 +01:00
rstoyanchev
1c0bcba587
Add HTTP Service registrar tests
...
Closes gh-33992
2025-03-31 10:11:42 +01:00
rstoyanchev
42409e21fa
Lazy loading of HTTP Service classes
...
To help with AOT support, update AbstractHttpServiceRegistrar to store
HTTP Service types by name, and avoid loading classes during the bean
definition registration phase.
See gh-33992
2025-03-31 10:11:42 +01:00