940 Commits (50fc8f4e327078e512f7eb25538a36f7a58a1801)

Author SHA1 Message Date
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
Sebastien Deleuze b47d713e14 Add missing @Nullable annotations on parameters 8 years ago
Rossen Stoyanchev abcc4ac979 Fix composability issue in ExchangeMutatorWebFilter 8 years ago
Rossen Stoyanchev 5dcfd84d3b MockServerHttpRequest and Response set cookie headers 8 years ago
Rossen Stoyanchev 67bcef22e4 Polish MockServerHttpRequest|Response 8 years ago
Arjen Poutsma 42d1ba080d Copy MockServerRequest to spring-test 8 years ago
Sebastien Deleuze 87598f48e4 Introduce null-safety of Spring Framework API 8 years ago
Andy Wilkinson bc2e1b375e Correct the javadoc for ExchangeResult.getUrl() 8 years ago
Rossen Stoyanchev 0287a74d69 ExchangeResult exposes URI template used if any 8 years ago
Rossen Stoyanchev fd51893a44 Refactor exchange mutator 8 years ago
Rossen Stoyanchev 346d5d2fab Refactor WebTestClient consumeWith methods 8 years ago
Rossen Stoyanchev 204a9cf056 Public constant for webtestclient-request-id header 8 years ago
Rossen Stoyanchev 4d4c3d5c0b Replace bindToHttpHandler with bindToWebHandler 8 years ago
Rossen Stoyanchev 246e72ff2f Refactor WebTestClient exchange mutator support 8 years ago
Arjen Poutsma 630fc194f0 Add HttpRequest.getMethodValue 8 years ago
Arjen Poutsma 01e3561db9 Support RouterFunction in @EnableWebFlux 8 years ago
Juergen Hoeller db69a082d9 Avoid java.util.Optional signatures for simple field access 8 years ago
Rossen Stoyanchev 5ac7955de9 More qualified "request-id" header in WebTestClient 8 years ago
Arjen Poutsma b649041976 Add ServerHttpResponse.addCookie method 8 years ago
Rossen Stoyanchev 1c4babd410 Fix minor issue in ExchangeResult 8 years ago
Juergen Hoeller 652266bcc2 Polishing 8 years ago
Rossen Stoyanchev 16901b1497 Add bindToHttpHandler to WebTestClient 8 years ago
Rossen Stoyanchev 4db1eb1e4e Polish 8 years ago
Rossen Stoyanchev 1292bb20f9 WebTestClient supports customer argument resolvers 8 years ago
Sebastien Deleuze 8e272bc5b0 Expose ServerCodecConfigurer as a bean 8 years ago
Juergen Hoeller 04f0f137e6 Aligned exception message for httpOnly 8 years ago
nyo e80de55929 Added httpOnly cookie ResultMatcher 8 years ago
Juergen Hoeller 0479dc96c4 Correct attributeHasNoErrors message in ModelResultMatchers 8 years ago
Sam Brannen 4b1e3df283 Clean up warnings in spring-test 8 years ago
Rossen Stoyanchev 191bbc20dc StandaloneMockMvcBuilder allows custom HandlerMapping 8 years ago
Rossen Stoyanchev 6e71828a35 Add space before cookie attributes 8 years ago
Sebastien Deleuze 20718e682e Polishing 8 years ago
Arjen Poutsma b9dbac7b2c Rename ServerResponse.BodyBuilder.body to syncBody 8 years ago