359 Commits (f76ac5bb32c5e5529ca036f44cae4bd25f4f6b9a)

Author SHA1 Message Date
Rossen Stoyanchev 24034447f6 Polish ExceptionHandler initialization 8 years ago
Rossen Stoyanchev d8b150e83d Refactor BindingContext initialization 8 years ago
Rossen Stoyanchev c1086f4114 Polish BindingContext 8 years ago
Juergen Hoeller 2b3fb2f5cc Polishing 8 years ago
Arjen Poutsma 56d669f849 Add permanent/temporary redirect to ServerResponse 8 years ago
Rossen Stoyanchev 5237e47e66 Polish 8 years ago
Rossen Stoyanchev 226c9f9a73 Add WebFlux redirect integration test case 8 years ago
Sebastien Deleuze 40ae8d41a4 Introduce ServerResponse Kotlin extensions 8 years ago
Sebastien Deleuze 710702acdc Polish Kotlin routing DSL 8 years ago
stonio 7d062df992 Use String#isEmpty() 8 years ago
Juergen Hoeller d2cc97af47 Polishing 8 years ago
Juergen Hoeller 6242e30539 Polishing 8 years ago
Arjen Poutsma 7582adc0bc Fix trailing slash in nested path 8 years ago
Juergen Hoeller 1ddf8ec625 Polishing 8 years ago
Juergen Hoeller 73493bc490 Revised imports in tests (org.jetbrains.annotations.NotNull etc) 8 years ago
Arjen Poutsma 4221a344dc Treat empty Accept header as "*/*" 8 years ago
Arjen Poutsma 1efcf26559 Defer evaluation of right-hand route in composed route 8 years ago
Arjen Poutsma 9ab8bd046c Improved logging in functional web framework 8 years ago
Sebastien Deleuze 4d48fde795 Fix RequestPredicate.route() implementation 8 years ago
Sebastien Deleuze 305f303d46 Rename RouterDsl to Routes 8 years ago
Sebastien Deleuze 03f34e24ca Add nested route support to Kotlin DSL 8 years ago
Arjen Poutsma 0922943c12 Rename RouterFunctions.subroute() to nest() 8 years ago
Arjen Poutsma 1d589eb639 Add pathPrefix predicate 8 years ago
Arjen Poutsma 36db6b2753 Removed json(), html() and xml() predicates 8 years ago
Sebastien Deleuze 7dd0f358ed Avoid using callable reference to stay Kotlin 1.0 compatible 8 years ago
Arjen Poutsma bb9d3e1680 Renamed RouterFunction composition methods 8 years ago
Arjen Poutsma fcaf42507a Synchronise PathPatternParser access 8 years ago
Sebastien Deleuze f380ab9d90 Polish RouterFunctionExtensions 8 years ago
Rossen Stoyanchev 6f68af6860 Uncomment test following fix in reactor-netty 8 years ago
Arjen Poutsma febed19bf4 Use PathPatternParser in function.server 8 years ago
Arjen Poutsma a31429be2b Add json, html, and xml RequestPredicates 8 years ago
Arjen Poutsma dff9b3b85c Expose BodyInserter in EntityResponse 8 years ago
Sebastien Deleuze ef550c43d6 Flush JSON stream after each element 8 years ago
Arjen Poutsma 45770d73ed Remove parameterisation from ClientRequest 8 years ago
Brian Clozel 1901cc65fd Use ParsingPathMatcher by default in WebFlux 8 years ago
Brian Clozel fa4202f1bd Revert Path Pattern changes in WebFlux 8 years ago
Juergen Hoeller e9019cd7d1 Polishing 8 years ago
Brian Clozel 8d43f45515 Reduce API Surface in PathPatternRegistry 8 years ago
Arjen Poutsma 6dd0e6bfac Reverse "Correct generic type in BodyExtractor for form data" 8 years ago
Arjen Poutsma 11efbaead9 Ignore JsonStreamingIntegrationTests 8 years ago
Brian Clozel 09d18f2ef5 Refactor HandlerMapping path match configuration 8 years ago
Arjen Poutsma da4af6157e Added ClientResponse.cookies() 8 years ago
Arjen Poutsma 2a512d7b9f Introduce EntityResponse 8 years ago
Brian Clozel 18c04815a7 Add PathPatternRegistry 8 years ago
Andy Clement f58ffad939 Introduce PathPatternParser for optimized path matching 8 years ago
Brian Clozel 6f029392c7 Move response status processing in InvocableHandlerMethod 8 years ago
Rossen Stoyanchev 9efa976d31 Correct generic type in BodyExtractor for form data 8 years ago
Rossen Stoyanchev f2967467e0 Improve writing in mock reactive request and response 8 years ago
Sebastien Deleuze fe05d35292 Polish SseIntegrationTests 8 years ago
Sebastien Deleuze 6b9b0230c4 Introduce JSON streaming support 8 years ago