540 Commits (b703dbf6ab93b58ee842e863eb5b61bf6e73f361)

Author SHA1 Message Date
Arjen Poutsma b703dbf6ab Polishing 10 years ago
Arjen Poutsma de3e07b320 Move instance methods before static methods 10 years ago
Arjen Poutsma c57beef95e Rename RoutingFunction to RouterFunction 10 years ago
Arjen Poutsma 228a01b298 Polishing 10 years ago
Arjen Poutsma 8072497ce2 Extract body extraction logic in w.r.f 10 years ago
Arjen Poutsma 5e730408fd Extract body population logic in w.r.f 10 years ago
Arjen Poutsma 91bde2e6b2 Refactor Router to RoutingFunctions 10 years ago
Sebastien Deleuze 6cda08e94b Add Jackson @JsonView support 10 years ago
Sebastien Deleuze e74c59bf30 Introduce ServerHttpMessageWriter/Reader to resolve hints 10 years ago
Brian Clozel 084daa7fb5 Document media type registration for appcache files 10 years ago
Juergen Hoeller 6de4b12992 Adapted recent tests to pass on Windows 10 years ago
Rossen Stoyanchev 33d90747a1 Asynchronous ResourceResolver + ResourceTransformer 10 years ago
Juergen Hoeller 915350d0ce Reliable last-modified timestamp tests on Windows 10 years ago
Arjen Poutsma 360ef5f5e3 Remove accidentally added ModelAndView class 10 years ago
Sebastien Deleuze fc52ddcd97 Polish 10 years ago
Arjen Poutsma 61bf6a25b7 Renamed 'and' to 'andSame' and 'andOther' to 'and' 10 years ago
Arjen Poutsma 96ec18a9aa Merged all Response implementations into one 10 years ago
Arjen Poutsma 35b93b2948 Add template rendering support 10 years ago
Sebastien Deleuze aaba53f76a Allow to pass hints parameter in HttpMessageReader/Writer 10 years ago
Sebastien Deleuze b91867cf45 Update Codec API to use Map<String, Object> for hints 10 years ago
Brian Clozel 1881aa5b5b Change default appcache manifest file extension 10 years ago
Brian Clozel 4588b6c9f4 Rename ResolvedResource to HttpResource 10 years ago
Arjen Poutsma 5f941c1dd1 Fix using system default charset in view rendering 10 years ago
Arjen Poutsma a746c3c54e Changed View.render method to take Map<String, ?> 10 years ago
Arjen Poutsma ecf5a9f34e Added Response.build(Publisher<Void>) 10 years ago
Arjen Poutsma f4ae831f7f Polishing 10 years ago
Arjen Poutsma 10e157a5a2 Removed unnecessary Driver file 10 years ago
Arjen Poutsma f8ac17f278 Polishing 10 years ago
Arjen Poutsma bebaee9799 Removed attributes() from Request 10 years ago
Brian Clozel ccb3c44dbc Add ResolvedResource in resource handling chain 10 years ago
Brian Clozel 72e4fac28d Fix missing resources in GzipResourceResolverTests 10 years ago
Rossen Stoyanchev 4346d15cb5 Resource handling configuration 10 years ago
Rossen Stoyanchev 1ae64bfbd3 Resource handling support for Spring Web Reactive 10 years ago
Brian Clozel 01bd8b9e01 Fix null body handling in ResponseEntityResultHandler 10 years ago
Rossen Stoyanchev 73752c295d Refactor location of MockServerHttpRequest/Response 10 years ago
Rossen Stoyanchev e17132c217 Polish MockServerHttpRequest 10 years ago
Rossen Stoyanchev 0681519255 Add checkNotModified support for view resolution 10 years ago
Rossen Stoyanchev 638e6cc7f8 Add checkNotModified support for ResponseEntity 10 years ago
Rossen Stoyanchev 9f8791ac01 Add ServerWebExchangeArgumentResolver 10 years ago
Sebastien Deleuze 48d67a245b Add support for RxJava 2 10 years ago
Sebastien Deleuze b4641b2306 Polishing 10 years ago
Arjen Poutsma f1319f58ec Introduce new functional web API 10 years ago
Arjen Poutsma 16b525f698 Refactored SseEvent to ServerSentEvent 10 years ago
Juergen Hoeller e08b1b75b6 @PathVariable supports 'required' attribute (for model attribute methods) 10 years ago
Juergen Hoeller 31c5644691 ResponseStatusExceptionHandler in web.server.handler (plus related polishing) 10 years ago
Rossen Stoyanchev 391752abc2 Polish and update reactive getting started reference 10 years ago
Brian Clozel 960d335c35 Don't wrap resolver exceptions in InvocableHandlerMethod 10 years ago
Sam Brannen d6d05e8ca0 Remove trailing whitespace in Java source code 10 years ago
Rossen Stoyanchev cc288a0c4a Switch back to Reactor 3.0 snapshots 10 years ago
Sebastien Deleuze 5531e80724 Anticipate reactor.test.TestSubscriber removal 10 years ago