Nineya
Home
Blog
软著申请
Spring Inconsistent Behaviour for @RequestParam MultiValueMap<T, T> and @RequestParam Collection<T> with Delimiter String
2025-01-08 03:05:01
1023
When @RequestParam Collection<T> is used, the DelimitedStringToCollectionConverter class is in the ConverterRegist...
Spring Response body available in both message and exception
2025-01-08 03:04:59
889
ObservationWhen the status code is unknown a message will be constructed but the thrown exception does not contain the b...
Spring Http method interceptor to handle method not allowed [SPR-17227]
2025-01-08 03:04:54
2718
Philip Kaufmann opened SPR-17227 and commentedHello thereIn our daily work with http resources, we found it very useful ...
Spring Fix @Timed annotation (Make it meta-annotation)
2025-01-08 03:04:51
1204
The javadoc of the @Timed annotation says: "This annotation may be used as a meta-annotation to create custom composed a...
Spring Fix meta-annotations: @Timed and @Repeat
2025-01-08 03:04:48
1368
The javadoc of the annotations @Timed & @Repeat says: "This annotation may be used as a meta-annotation to create cu...
Spring Support for byte-range requests in Servlet Functional endpoints
2025-01-08 03:04:46
2216
Right now in Spring MVC and WebFlux we support byte-range requests for Resource response bodies. This is supported by i...
Spring Extend WebClient with createException(HttpStatus code)
2025-01-08 03:04:43
3845
It would be nice if you could extend WebClient with createException(HttpStatus code).Because eg I have an external webse...
Spring ShallowETagHeaderFilter (still) overwrites ETag and Content-Length
2025-01-08 03:04:41
1790
Affects: Spring 5.2.4.RELEASEHello,Despite #22797 and #23775, the ShallowETagHeaderFilter keeps overwriting ETag and Con...
Spring Remove UTF-8 charset parameter from Content-Type in SseEmitter
2025-01-08 03:04:38
2556
SseEmitter is adding header "Content-type:text/event-stream;charset=UTF-8".Golang revproxy is expecting header "Content-...
Spring Avoid unnecessary sorting overhead
2025-01-08 03:04:35
382
Hi,this PR avoids some unnecessary sorting overhead (e.g. if the collection is too small) for methods that are repeatabl...
Spring Multipart/related support in Spring Webclient
2025-01-08 03:04:33
688
HiIs multipart/related supported in spring webclient?I am trying to create multipart/related mime request using webclien...
Spring Fix URL to Spring Tools for Eclipse
2025-01-08 03:04:30
138
The page of the url of Spring Tool Suite is 404.I found that deleting the last string of "/sts", page can reach the Spri...
Spring Polish ReactorResourceFactory
2025-01-08 03:04:26
107
This PR polishes ReactorResourceFactory a bit.Comment From: sbrannenThis has been merged into master.Thanks
Spring CVEs on io.netty dependencies
2025-01-08 03:04:23
2635
Spring Framework version2.2.4.RELEASEHi,I found io.netty 4.1.45/44 that is used in your project has some security proble...
Spring Spring Tools 4 is now!
2025-01-08 03:04:18
131
The website Spring Tool Suite is not found.Comment From: snicollThank you for the PR but we already have one for that, ...
Spring ShallowETagHeaderFilter overwrites ETag
2025-01-08 03:04:16
1835
Affects: 5.2.0.RELEASEInside a @Controller I set the ETag and Cache-control header:String etag = ...if (webRequest.check...
Spring Disable ShallowEtagHeaderFilter when ETag handled in application
2025-01-08 03:04:13
5318
Affects: 5.1.6.RELEASEHello,I am working on a web application that serves some files stored in AWS S3, acting as a proxy...
Spring Release version 5.1.0.RELEASE
2025-01-08 03:04:10
346
create the branch for recording some annotations when reading source code Comment From: pivotal-issuemaster@flasherwang ...
Spring Support multipart/related and multipart/mixed MediaTypes in RestTemplate
2025-01-08 03:04:07
7198
Affects: \At the moment, the RestTemplate posts multipart with Content-Type: multipart/form-data. We have a requirement ...
Spring Improve Javadoc of URI related options in WebClient.Builder
2025-01-08 03:04:04
3445
Affects: \Please see a demo .public static void main(String args[]){ DefaultUriBuilderFactory uriBuilderFactory = new...
上一页
下一页
1
…
1590
1591
1592
1593
1594
…
2246
.