366 Commits (b30f6fd991a2aaa91bf0c4f9f88b6e99fc66f2a2)

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