972 Commits (25f3aef1ab7aa2b6832dac637cb9d29a014909d7)

Author SHA1 Message Date
Arjen Poutsma e11bb17aa6 Change ServerRequest.attribute(String) to return Object 7 years ago
Rossen Stoyanchev 1d5bd8ef35 Polish 7 years ago
Rossen Stoyanchev eb84547894 Fix MockMvc + HttpPutFormContentFilter issue 7 years ago
Rossen Stoyanchev 9f7d57f933 Encapsulate choice of URI encoding within RequestPath 7 years ago
Juergen Hoeller dd43b6aabe ReflectionTestUtils does not require spring-aop on the classpath 7 years ago
Rossen Stoyanchev 7d747f9645 Deprecate AsyncRestTemplate methods in MockRestServiceServer 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
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
Rossen Stoyanchev aad4916cac WiretapConnector removes exchanges 7 years ago
Arjen Poutsma 74b4c02881 Add ClientRequest attributes 7 years ago
Sam Brannen 75a71accea Upgrade to JUnit Jupiter 5.0 M5 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
Sam Brannen f790337880 Clean up warnings in spring-test 7 years ago
Arjen Poutsma 930f0f1760 Add ServerRequest.cookies() 7 years ago
Juergen Hoeller cc74a2891a @Nullable all the way: null-safety at field level 7 years ago
Rossen Stoyanchev 7de6cfa1df Refactor WebSession#getAttribute options 7 years ago
Rossen Stoyanchev 9253facf02 Refactor ServerWebExchange#getAttribute options 7 years ago
Rossen Stoyanchev 667437e300 Polish 7 years ago
Sebastien Deleuze d728d597f2 Add missing license headers in Kotlin files 7 years ago
Rossen Stoyanchev 5b8f7f503f Deprecate adapter classes for async interceptors 7 years ago
Rossen Stoyanchev 043c0eff4f Same session after mutate for WebTestClient mock server 8 years ago
Rossen Stoyanchev 12850c5fc4 Fix test failure by using the new cloneBuilder method 8 years ago
Rossen Stoyanchev 8fc3b3bc37 Add WebTestClientConfigurer 8 years ago
Rossen Stoyanchev 4db0ce12e1 Add MockServerConfigurer to WebTestClient 8 years ago
Rossen Stoyanchev c37c59f578 Consumer methods for WebHttpHandlerBuilder 8 years ago
Sebastien Deleuze 5c1d8c7c59 Leverage ZonedDateTime in HttpHeaders 8 years ago
Arjen Poutsma a95cf07317 Add WebTestClient.mutate() 8 years ago
Arjen Poutsma 4a0597d612 Replace WebClient.filter with Builder.filter 8 years ago
Juergen Hoeller efb735aa99 SimpleRequestExpectationManager properly handles sequential requests with different count 8 years ago
Sebastien Deleuze 04d5a2951c Remove KClass based Kotlin extensions 8 years ago
diguage 1ef5f61ab2 Refactor iterator of Map with Java8's Map.forEach 8 years ago
Sebastien Deleuze e0e6736bc5 Introduce LocaleContextResolver in WebFlux 8 years ago
Stephane Nicoll 58242f2249 Polish 8 years ago
Stephane Nicoll fc64b8040f Polish "Replace relevant code with lambda" 8 years ago
diguage 4b1478d830 Replace relevant code with lambda 8 years ago
Juergen Hoeller 47ec966757 TargetSource.getTarget() is nullable again (for compatibility with MethodInvocation.getThis) 8 years ago
Juergen Hoeller 3ae84d6dd8 Consistent support for Charset/StandardCharsets in UriUtils etc 8 years ago
Sebastien Deleuze 3373a3f7ef Add Kotlin extensions for WebTestClient API 8 years ago
diguage c1d44d9a34 Use the diamond syntax 8 years ago
Rossen Stoyanchev 38a12ed4ba Expose RequestPath in ServerHttpRequest 8 years ago
Arjen Poutsma 5e954dcba0 Use ParameterizedTypeReference in public-facing WebFlux APIs 8 years ago
Juergen Hoeller fd53d2a51a Consistent use of @Nullable in spring-test 8 years ago
Juergen Hoeller f813712f5b Consistent use of @Nullable across the codebase (even for internals) 8 years ago
Arjen Poutsma 8504084553 Add package-info.java to mock.web.reactive.function.server 8 years ago
Sebastien Deleuze 1f28825f9d Add more @Nullable parameters based on null usage 8 years ago