Spring Optimize initialization size of temporary ArrayLists in ReflectionUtils

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

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

Affects: 2.2.4That controller works perfectly:@GetMapping("/test")public ResponseEntity<StreamingResponseBo...

Spring Add optional path parameter to @Controller

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

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

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

Chapter 4. Spring Expression Language(SpEL), section 4.3.16. Collection Selection of official documentation contains inc...

Spring Fix aspect autodetection description

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

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

This PR contains 2 commits intended to address SPR-15910 raised by @wilkinsona. The type resolution consistency change i...

Spring Fix MessageSource doc description

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

@rstoyanchev Based on the Jackson PrettyPrinter based trick with discussed + Jackson capabilities to specify such Pretty...

Spring Add RedirectView to Spring Web Reactive

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

Superseeds #1060@jhoeller Could you please review the polished version of this pull request, since this is the first tim...

Spring Router without generics

To be discussed ...Comment From: sdeleuzeAs discussed during the meeting, there is maybe something to rethink about filt...

Spring Add HttpHeaders#get/setContentDisposition()

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

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

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

This PR allows better encapsulation for CORS user-level configuration, and improve the CorsRegistration Javadoc as discu...

Spring Add Reactive CORS support

This is a draft PR not ready yet to be merged, only here for review and discussion.It implements CORS support by creatin...
上一页 下一页
.