648 Commits (5.0.x)

Author SHA1 Message Date
Juergen Hoeller 6242e30539 Polishing 9 years ago
Arjen Poutsma 7582adc0bc Fix trailing slash in nested path 9 years ago
Juergen Hoeller 1ddf8ec625 Polishing 9 years ago
Juergen Hoeller 73493bc490 Revised imports in tests (org.jetbrains.annotations.NotNull etc) 9 years ago
Arjen Poutsma 4221a344dc Treat empty Accept header as "*/*" 9 years ago
Arjen Poutsma 1efcf26559 Defer evaluation of right-hand route in composed route 9 years ago
Arjen Poutsma 9ab8bd046c Improved logging in functional web framework 9 years ago
Sebastien Deleuze 4d48fde795 Fix RequestPredicate.route() implementation 9 years ago
Sebastien Deleuze 305f303d46 Rename RouterDsl to Routes 9 years ago
Sebastien Deleuze 03f34e24ca Add nested route support to Kotlin DSL 9 years ago
Arjen Poutsma 0922943c12 Rename RouterFunctions.subroute() to nest() 9 years ago
Arjen Poutsma 1d589eb639 Add pathPrefix predicate 9 years ago
Arjen Poutsma 36db6b2753 Removed json(), html() and xml() predicates 9 years ago
Sebastien Deleuze 7dd0f358ed Avoid using callable reference to stay Kotlin 1.0 compatible 9 years ago
Arjen Poutsma bb9d3e1680 Renamed RouterFunction composition methods 9 years ago
Arjen Poutsma fcaf42507a Synchronise PathPatternParser access 9 years ago
Sebastien Deleuze f380ab9d90 Polish RouterFunctionExtensions 9 years ago
Rossen Stoyanchev 6f68af6860 Uncomment test following fix in reactor-netty 9 years ago
Arjen Poutsma febed19bf4 Use PathPatternParser in function.server 9 years ago
Arjen Poutsma a31429be2b Add json, html, and xml RequestPredicates 9 years ago
Arjen Poutsma dff9b3b85c Expose BodyInserter in EntityResponse 9 years ago
Sebastien Deleuze ef550c43d6 Flush JSON stream after each element 9 years ago
Arjen Poutsma 45770d73ed Remove parameterisation from ClientRequest 9 years ago
Brian Clozel 1901cc65fd Use ParsingPathMatcher by default in WebFlux 9 years ago
Brian Clozel fa4202f1bd Revert Path Pattern changes in WebFlux 9 years ago
Juergen Hoeller e9019cd7d1 Polishing 9 years ago
Brian Clozel 8d43f45515 Reduce API Surface in PathPatternRegistry 9 years ago
Arjen Poutsma 6dd0e6bfac Reverse "Correct generic type in BodyExtractor for form data" 9 years ago
Arjen Poutsma 11efbaead9 Ignore JsonStreamingIntegrationTests 9 years ago
Brian Clozel 09d18f2ef5 Refactor HandlerMapping path match configuration 9 years ago
Arjen Poutsma da4af6157e Added ClientResponse.cookies() 9 years ago
Arjen Poutsma 2a512d7b9f Introduce EntityResponse 9 years ago
Brian Clozel 18c04815a7 Add PathPatternRegistry 9 years ago
Andy Clement f58ffad939 Introduce PathPatternParser for optimized path matching 9 years ago
Brian Clozel 6f029392c7 Move response status processing in InvocableHandlerMethod 9 years ago
Rossen Stoyanchev 9efa976d31 Correct generic type in BodyExtractor for form data 9 years ago
Rossen Stoyanchev f2967467e0 Improve writing in mock reactive request and response 9 years ago
Sebastien Deleuze fe05d35292 Polish SseIntegrationTests 9 years ago
Sebastien Deleuze 6b9b0230c4 Introduce JSON streaming support 9 years ago
Arjen Poutsma 7796c4db14 Introduce RenderingResponse 9 years ago
Eitan Adler 59bba3763d Polish javadoc 9 years ago
Sebastien Deleuze 02c4aff4ce Upgrade to Kotlin 1.1.0-beta-38 9 years ago
Rossen Stoyanchev 1466c82f53 Better support for overriding base URI in WebClient 9 years ago
Rossen Stoyanchev 82a34f4b24 Update WebClient builder 9 years ago
Rossen Stoyanchev 7399956708 Rename classes and methods containing "WebReactive" 9 years ago
Sebastien Deleuze 123ee5f2da Add WebClient create() and build() static methods 9 years ago
Rossen Stoyanchev 080a3d6a41 Replace use of "Spring MVC" in spring-webflux module 9 years ago
Rossen Stoyanchev fafd2d20e1 Rename spring-web-reactive to spring-webflux 9 years ago