15196 Commits (cc3d7d2d487cf18f7234898bd2e16703908a7b8b)
 

Author SHA1 Message Date
Rossen Stoyanchev 1d201a55db Refine PathContainer.Segment value representation 7 years ago
Rossen Stoyanchev 2f17c5f3b6 From static to instance-based PathContainer#subPath 7 years ago
Rossen Stoyanchev 9f7d57f933 Encapsulate choice of URI encoding within RequestPath 7 years ago
Juergen Hoeller 122ee3096c Efficient log checks in STOMP encoder/decoder 7 years ago
Juergen Hoeller dd43b6aabe ReflectionTestUtils does not require spring-aop on the classpath 7 years ago
Juergen Hoeller 3714e7b044 Deprecate FileSystemUtils 7 years ago
Juergen Hoeller 9b5132ce53 LinkedCaseInsensitiveMap exposes its locale for key conversion 7 years ago
Rossen Stoyanchev fac35ebec2 Remove PathPatternRegistry 7 years ago
Juergen Hoeller e7b77cb2b6 Drop legacy DisposableBean declaration on AbstractApplicationContext 7 years ago
Juergen Hoeller 6d55b3a592 Perform onException delegation outside of connection monitor 7 years ago
Rossen Stoyanchev 7d747f9645 Deprecate AsyncRestTemplate methods in MockRestServiceServer 7 years ago
Rossen Stoyanchev 9640cedeae Removing remaining use of PathPattern with String path 7 years ago
Juergen Hoeller 00f4c36d7a Nullability fine-tuning (RequestContext, LocaleResolver) 7 years ago
Sam Brannen 4a3ca17d3f Fix imports 7 years ago
Arjen Poutsma 5f2d2b21d9 Avoid required uri when using WebTestClient w/ base url 7 years ago
Arjen Poutsma 3232cb6260 Avoid required uri when using WebClient w/ base url 7 years ago
Sam Brannen 1c07369406 Verify interoperability w/ JUnit Jupiter's @ParameterizedTest in TCF 7 years ago
Sam Brannen 2b03507894 Polishing wording regarding JUnit Platform and JUnit Jupiter 7 years ago
Sam Brannen ad5f85f8d3 Clean up deprecation warnings in spring-test 7 years ago
Arjen Poutsma e458862849 Reflect recent Reactor changes 7 years ago
Rossen Stoyanchev e0de7754cc Polish 7 years ago
Renato Soppelsa 3dd6069578 Add UTF8 problem+json media type constant 7 years ago
Rossen Stoyanchev aad4916cac WiretapConnector removes exchanges 7 years ago
Rossen Stoyanchev 4e95378fc6 Remove unused imports 7 years ago
Rossen Stoyanchev 5f9f323b12 Add logging to randomly failing websocket test 7 years ago
Rossen Stoyanchev acd6b9df06 Fix failing test 7 years ago
Arjen Poutsma b0ab84657b Disable "failOnServerError" in ReactorClientHttpRequest 7 years ago
Arjen Poutsma 0065bc5ee5 Support null query param values in ServerRequest.queryParam(String) 7 years ago
Arjen Poutsma 625855c00f Add comment indicating path segment combining in UriComponents.normalize 7 years ago
Juergen Hoeller 398322139a StringUtils.uncapitalize is not actually nullable 7 years ago
Juergen Hoeller 59c26f65ba AbstractValueAdaptingCache subclasses may reuse NullValue.INSTANCE 7 years ago
Arjen Poutsma 74b4c02881 Add ClientRequest attributes 7 years ago
Juergen Hoeller eb928ce456 Reliably detect event listener conditions on proxied beans 7 years ago
Juergen Hoeller a6d616d844 Exception handler methods may receive original as well as cause 7 years ago
Juergen Hoeller 45d376b6af Polishing 7 years ago
Juergen Hoeller 1306bb9982 Declare spring-context as optional in web, webflux, messaging, jms 7 years ago
Juergen Hoeller e35b63f813 Latest dependency updates (Kotlin 1.1.3-2, Undertow 1.4.18, JsonPath 2.3) 7 years ago
Juergen Hoeller 6c0ae1ec9b Clarified role of postProcessAfterInstantiation 7 years ago
Sam Brannen 75a71accea Upgrade to JUnit Jupiter 5.0 M5 7 years ago
Brian Clozel 9c93521512 Leverage PathPatternParser in CORS configuration source 7 years ago
Violeta Georgieva fd1859c34c Adapt to the changes in Reactor Netty ClientOptions 7 years ago
Rossen Stoyanchev f7478446b7 Improve Object return type support in WebFlux 7 years ago
Brian Clozel f63b0d720e Update WebFlux reference documentation 7 years ago
Brian Clozel baaa84e90f Include port info in HTTP headers for Netty client 7 years ago
Sebastien Deleuze 7a171c6ae9 Fix Kotlin return types to match @Nullable annotations 7 years ago
Arjen Poutsma de9196bbdc Change from flatMap to map 7 years ago
Brian Clozel 839b6c18d4 Optimize Flux pipeline in ClientHttpRequest 7 years ago
Arjen Poutsma f8589d9eca Return MultiValueMap from ServerRequest.queryParams instead of List 7 years ago
Arjen Poutsma 2ccbc55ffd Use PathContainer in web.reactive.function.server 7 years ago
Sebastien Deleuze 727ca4514a Stream custom types in Jackson2JsonEncoder 7 years ago