玖涯软件开发
Home
Blog
Spring Add Javadoc since tags for GraphQL constants
2025-01-08 05:38:37
107
This PR adds Javadoc @since tag for GraphQL constants.See gh-28271Comment From: snicollThanks again @izeye
Spring Add native hints for core annotations
2025-01-08 05:38:33
79
In order to support native applications we need hints for our core annotations.
Spring Content type multipart/mixed not supported / 415 UNSUPPORTED_MEDIA_TYPE (after Spring + Spring Boot upgrade)
2025-01-08 05:38:31
12396
Affects: 5.2.4.RELEASEI was previously using the following versions of Spring + Spring Boot:<springVersion>5.0.16....
Spring Polishing regarding JDK baseline upgrade
2025-01-08 05:38:29
519
Comment From: pivotal-cla@aooohan Please sign the Contributor License Agreement!Click here to manually synchronize the s...
Spring Introduce token-based consumption of multipart requests in WebFlux
2025-01-08 05:38:25
12192
In version 5.3, Spring Framework introduced the DefaultPartHttpMessageReader as a fully reactive way to handle multipart...
Spring Enable access to an RFC 7807 ProblemDetail formatted error response from the client side
2025-01-08 05:38:22
480
Currently WebClientResponseException exposes the body as a byte[] or String and so does RestClientResponseException. It ...
Spring Make inner classes static when feasible
2025-01-08 05:38:20
867
A static nested class does not keep an implicit reference to its enclosing instance.This prevents a common cause of memo...
Spring spring webflux gets http header data
2025-01-08 05:38:18
208
Use the following method to get the header information as null@RequestHeader(TenantContext.ATTRIBUTES) String tenantBut ...
Spring Caching HttpStatus/Series instances by int key
2025-01-08 05:38:16
790
Reusing same solution of org.springframework.web.socket.sockjs.transport.TransportType to avoid a loop and allocations o...
Spring Accept BCP 47 language tags in LocaleEditor
2025-01-08 05:38:13
1242
Affects: 5.3.18org.springframework.beans.propertyeditors.LocaleEditor should accept BCP 47 language tags too, like org.s...
Spring Polish Javadoc and inline comments
2025-01-08 05:38:11
455
Fix some typos and polish trivial stuff.Comment From: pivotal-cla@yuhangbin Please sign the Contributor License Agreemen...
Spring Support "application/problem+json" as the response Content-Type
2025-01-08 05:38:08
1510
Once #28187 provides ProblemDetail along with the ErrorResponse hierarchy of exceptions that encapsulate HTTP status, h...
Spring Upgrade to Reactor 2022.0.0-M2
2025-01-08 05:38:05
277
This PR ensures that Spring Framework uses newly released M2 milestoneof Reactor 2022.0.0: - Reactor-Core 3.5.0-M2 - Rea...
Spring request(converters): allow RequestParam conversion from null values.
2025-01-08 05:38:02
1602
Affects: Spring 5.3. 16 and belowCurrently in Spring, there is only one class Optional<T> that can be populated b...
Spring RequestInfo combine not working if either info is null
2025-01-08 05:37:58
5286
Affects: 5.3.XMotivationI am currently trying to implement a feature, which allows to use nested RequestMapping classes ...
Spring @RequestParam with defaultValue of empty string on String parameter gives null but not empty String
2025-01-08 05:37:55
1937
I'm using a @RequestParam on a String parameter, gives defaultValue = "". When I call the api without this parameter, I ...
Spring Why required request headers e.g. strings - are not treated as missing if they are blank?
2025-01-08 05:37:53
1779
HelloWhen I read the below comments I understand that if a header is blank it is treated as missing regardless of thinki...
Spring Support to Create a Proxy From an Annotated HTTP Service Interface
2025-01-08 05:37:50
1065
This has been raised before, see #16747 and related (duplicate) issues, but was done under Spring Cloud instead, first a...
Spring Use Arrays.toString for initMethodNames and destroyMethodNames arrays in AbstractBeanDefinition#toString
2025-01-08 05:37:48
290
Default array toString implementation will not produce a readable result, Arrays.toString should be used insteadComment ...
Spring Option to toggle off CSRF token as url parameter
2025-01-08 05:37:45
357
When activating CSRF protection you have the option to send in the token as either a header or a URL parameter.It should...
上一页
下一页
1
…
1434
1435
1436
1437
1438
…
2246
.