Nineya
Home
Blog
Spring Optimize initialization size of temporary ArrayLists in ReflectionUtils
2025-01-08 04:32:53
867
I feel that there is no need to specify the initial size for this ArrayList, just use the default initial size is enough...
Spring Support MySQL safe updates mode in MySQLMaxValueIncrementer
2025-01-08 04:32:50
3756
Affects: allHi~ I found a small problem while using Spring Batch. I , it would be better that spring-jdbc's MySQLMaxVa...
Spring "No converter ..." for wildcard ResponseEntity with StreamingResponseBody as body
2025-01-08 04:32:47
2370
Affects: 2.2.4That controller works perfectly:@GetMapping("/test")public ResponseEntity<StreamingResponseBo...
Spring Add optional path parameter to @Controller
2025-01-08 04:32:45
1461
I type @RequestMapping and @Controller before almost all my Controllers.@RequestMapping("/clients")@Controller...
Spring WebFlux with Java 11 HttpClient unexpected slow performance comparing with WebClient
2025-01-08 04:32:41
9463
Environment: Spring Boot 2.1.2.RELEASE, Java 11(OpenJDK/Oracle)So, I have RestConrtoller that sends an incoming request ...
Spring PropertyResolver extension getProperty with default value
2025-01-08 04:32:29
847
This convenient metod will return non null value with reified typeComment From: kkocel@sdeleuze I've created a tiny PR w...
Spring Fix SpEL selection description in ref docs
2025-01-08 04:32:26
301
Chapter 4. Spring Expression Language(SpEL), section 4.3.16. Collection Selection of official documentation contains inc...
Spring Fix aspect autodetection description
2025-01-08 04:32:23
282
Chapter 5. Aspect Oriented Programming with Spring, section 5.4.2. Declaring an Aspect of official documentation contain...
Spring SPR-14953: Provide shortcut methods for routing
2025-01-08 04:32:21
5028
This PR make the route declaration shorter and more readable, for example for Reactor website:Instead of:private static ...
Spring Fix AbstractJackson2Encoder#canEncode and make writer type resolution more consistent
2025-01-08 04:32:18
9854
This PR contains 2 commits intended to address SPR-15910 raised by @wilkinsona. The type resolution consistency change i...
Spring Fix MessageSource doc description
2025-01-08 04:32:15
194
Chapter 1. The IoC Container, section 1.15.1. Internationalization using MessageSource contains incorrect description of...
Spring Add "data:" prefix for multi-line SSE data field with Jackson
2025-01-08 04:32:13
3022
@rstoyanchev Based on the Jackson PrettyPrinter based trick with discussed + Jackson capabilities to specify such Pretty...
Spring Add RedirectView to Spring Web Reactive
2025-01-08 04:32:11
2298
Main differences with the Spring MVC original implementation: - Default redirect HTTP code is 303 See Other since we can...
Spring Treat Kotlin nullable as non-required
2025-01-08 04:32:08
455
Superseeds #1060@jhoeller Could you please review the polished version of this pull request, since this is the first tim...
Spring Router without generics
2025-01-08 04:32:05
395
To be discussed ...Comment From: sdeleuzeAs discussed during the meeting, there is maybe something to rethink about filt...
Spring Add HttpHeaders#get/setContentDisposition()
2025-01-08 04:32:03
2354
As requested in SPR-14408, this PR adds a method to get the filename parameter of the Content-Disposition header.@bcloze...
Spring Update reactive tests according to latest reactor-test changes
2025-01-08 04:32:00
557
To be merged in master when https://github.com/reactor/reactor-addons/pull/31 will be merged.These changes discussed in ...
Spring Add FormHttpMessageReader/Writer
2025-01-08 04:31:57
1693
Only the commit Add Form and Multipart HttpMessageReader/Writer is expected to be reviewed in this PR, since the other o...
Spring Better encapsulation for CORS default permit configuration
2025-01-08 04:31:54
950
This PR allows better encapsulation for CORS user-level configuration, and improve the CorsRegistration Javadoc as discu...
Spring Add Reactive CORS support
2025-01-08 04:31:52
2769
This is a draft PR not ready yet to be merged, only here for review and discussion.It implements CORS support by creatin...
上一页
下一页
1
…
1504
1505
1506
1507
1508
…
2246
.