362 Commits (819ca0dbd40cccd4eae0353ff0b9aeaf248d3ab6)

Author SHA1 Message Date
Rossen Stoyanchev 819ca0dbd4 Expose getters for the configured HandlerMapping's 9 years ago
Arjen Poutsma a7617a2641 Introduce WebFluxUriComponentsBuilder 9 years ago
Arjen Poutsma 2fb3eeba6f Introduce ServerRequest.methodName() 9 years ago
Sebastien Deleuze 1bc93e3d0f Revisit nullability annotations 9 years ago
Brian Clozel 81125de697 Fix error responses handling in WebClient 9 years ago
Brian Clozel 98b6491f0c Send error signal also for empty server responses 9 years ago
Brian Clozel aa19912e00 Polish 9 years ago
Rossen Stoyanchev e214d69350 Remove jetbrains annotations inserted by IDE 9 years ago
Rossen Stoyanchev f76ac5bb32 WebFlux support for @SessionAttributes 9 years ago
Rossen Stoyanchev bc470fca30 Polish 9 years ago
Juergen Hoeller fd0132c7e6 Polishing 9 years ago
Juergen Hoeller 496223a927 WebFlux supports field default/marker parameters for data classes as well 9 years ago
Sam Brannen 15ab0ad6e2 Clean up warnings in Gradle build output 9 years ago
Brian Clozel 16f3f8d28f Add close() method on HTTP client response 9 years ago
Arjen Poutsma 02a2c400c7 Move URL transform methods from ServerHttpResponse to ServerWebExchange 9 years ago
Rossen Stoyanchev 03eb6f76db Improve check for actual return value type 9 years ago
Rossen Stoyanchev fc0841c60f Adapt to method name change in Mono 9 years ago
Arjen Poutsma 14af5d941a Javadoc 9 years ago
Sebastien Deleuze d2c1b284f3 Polish Kotlin API contracts and documentation 9 years ago
Stephane Nicoll 5a51351fa4 Relax test assertion when Jacoco is enabled 9 years ago
Sebastien Deleuze 9abe77670c Sync with reactor-core when() -> zip() change 9 years ago
Stephane Nicoll f6e7fef236 Polish 9 years ago
Juergen Hoeller 47a7475898 Resolve remaining nullability warnings 9 years ago
Sebastien Deleuze 73cf07e9a4 Fix overridden methods nullability 9 years ago
Rossen Stoyanchev 645e3492db Use URLDecoder for query params in WebFlux 9 years ago
Sebastien Deleuze f57e5584af Add a reference to KT-18833 in JDK 9 ignored tests 9 years ago
Juergen Hoeller adeb521ce4 Polishing 9 years ago
Rossen Stoyanchev 08dfce2cb5 Dedicated specificity comparator in PathPattern 9 years ago
Rossen Stoyanchev 62fa20fd6f PathPattern#matchAndExtract minor refactoring 9 years ago
Rossen Stoyanchev dccedd5ad5 Minor refactoring in PathPattern 9 years ago
Rossen Stoyanchev c060f4f615 Polish PathPattern and parser 9 years ago
Arjen Poutsma 5394cc0c63 WebClientException should allow access to status code of the response 9 years ago
Rossen Stoyanchev b1440b6816 Remove ParsingPathMatcher 9 years ago
Rossen Stoyanchev 4fc0ce1206 Properly detect null value params in params conditions 9 years ago
Rossen Stoyanchev f813a63fd8 PathContainer parses URL paths only 9 years ago
Arjen Poutsma 0b3ea405ab Remove BodyInserters.fromServerSentEvent variants 9 years ago
Rossen Stoyanchev 6855a85c41 Move RequestPath to parent server package 9 years ago
Sebastien Deleuze 6583f9f754 Use ParameterizedTypeReference instead of Class in Kotlin extensions 9 years ago
Arjen Poutsma 1d86c9c3d1 Use Credentials object instead of 2 attributes for Basic Authentication 9 years ago
Sebastien Deleuze 3cef5a1294 Add RouterFunctions#toWebHandler(RouterFunction<?>) 9 years ago
Arjen Poutsma eb435f5947 Add ParameterizedTypeReference method variants to ServerRequest/ServerResponse 9 years ago
Arjen Poutsma f3975776d4 Use list of HttpMessage[Reader|Writer]s instead of CodecConfigurer 9 years ago
Sebastien Deleuze ed6fe2b723 Upgrade to Kotlin 1.1.4-eap-33 9 years ago
Sebastien Deleuze d8a80fc0db Rename RouterFunction Kotlin DSL files 9 years ago
Sebastien Deleuze 0720f9e978 Fix an eventual IndexOutOfBoundsException in RequestPredicates 9 years ago
Rossen Stoyanchev 378c72e9b6 Polish + minor refactoring of ResourceUrlProvider 9 years ago
Juergen Hoeller ac1d3b22c9 Polishing 9 years ago
Juergen Hoeller 46eba3dbfa Nullability fine-tuning around declaration inconsistencies 9 years ago
Rossen Stoyanchev 147368eccc Proactively reject URLs without target address 9 years ago
Juergen Hoeller 9fc4fb10b0 Nullability fine-tuning around bean properties 9 years ago