755 Commits (50e5a65b2d76e0b62b262a6caf071698963d75b8)

Author SHA1 Message Date
Rossen Stoyanchev 8a043ae9aa Replace direct use of Validator and ConversionService 8 years ago
Rossen Stoyanchev d87aa40efe Add BindingContext 8 years ago
Rossen Stoyanchev cabb253269 Replace "mvc" in web rective config bean names 8 years ago
Rossen Stoyanchev 1de73b9b4f Polish 8 years ago
Rossen Stoyanchev b28b3e8877 Add WebExchangeDataBinder 8 years ago
Brian Clozel 7ae729480e Resolve absolute resource links in ResourceTransformers 8 years ago
Rossen Stoyanchev 1f6f0dc101 Add getHandler in reactive AbstractHandlerMapping 8 years ago
Rossen Stoyanchev 33c48e7a17 Polish reactive CORS support 8 years ago
Sebastien Deleuze e31a2f778b Add Reactive CORS support 8 years ago
Juergen Hoeller 2fea1f7da3 Upgrade to RxJava 2.0 RC3 (as well as EhCache 3.1.3 and Hibernate ORM 5.2.3) 8 years ago
Juergen Hoeller cfa0f6c84b Consistent final logger fields 8 years ago
Sebastien Deleuze b91c0b3a1a Fix JSON and SSE writer registration 8 years ago
Sebastien Deleuze 44ceecc8b3 Imply text/event-stream when serializing ServerSentEvent 8 years ago
Juergen Hoeller 89717e1783 Reactive setup refinements 8 years ago
Brian Clozel 578af59f0c Polish byte-range resource handling 8 years ago
Juergen Hoeller 129d7bef6e Polishing 8 years ago
Juergen Hoeller d94ce0a1b2 Avoid package dependency cycles 8 years ago
Juergen Hoeller 65e01eabf0 DispatcherHandler.toWebHandler/toHttpHandler convenience methods 8 years ago
Brian Clozel 3596e72050 Add range requests support in ResourceWebHandler 8 years ago
Sebastien Deleuze 857e77eec2 Make ServerHttpMessageReader/Writer more powerful and flexible 8 years ago
Sebastien Deleuze 38f3d12e45 Do not provide hints for can*() methods anymore 8 years ago
Arjen Poutsma b83a6daf4b Javadoc 8 years ago
Rossen Stoyanchev adc69097fa Fix startup exception related to ResourceWebHandler 8 years ago
Arjen Poutsma 753bb854aa Rename Configuration to StrategiesSupplier 8 years ago
Arjen Poutsma 778ef02680 Rename BodyInsertor to BodyInserter 8 years ago
Arjen Poutsma b6035ce9ae Refactor BodyInsertor 8 years ago
Arjen Poutsma 3f55706413 Rename BodyPopulator to BodyInsertor 8 years ago
Arjen Poutsma 1bf75e330c Fix tangle 8 years ago
Rossen Stoyanchev cf2112f539 Update intializer for the reactive servlet adapter 8 years ago
Arjen Poutsma 2b57a4d618 Add WebApplicationInitializers for Web Reactive 8 years ago
Arjen Poutsma b703dbf6ab Polishing 8 years ago
Arjen Poutsma de3e07b320 Move instance methods before static methods 8 years ago
Arjen Poutsma c57beef95e Rename RoutingFunction to RouterFunction 8 years ago
Arjen Poutsma 228a01b298 Polishing 8 years ago
Arjen Poutsma 8072497ce2 Extract body extraction logic in w.r.f 8 years ago
Arjen Poutsma 5e730408fd Extract body population logic in w.r.f 8 years ago
Arjen Poutsma 91bde2e6b2 Refactor Router to RoutingFunctions 8 years ago
Sebastien Deleuze 6cda08e94b Add Jackson @JsonView support 8 years ago
Sebastien Deleuze e74c59bf30 Introduce ServerHttpMessageWriter/Reader to resolve hints 8 years ago
Brian Clozel 084daa7fb5 Document media type registration for appcache files 8 years ago
Juergen Hoeller 6de4b12992 Adapted recent tests to pass on Windows 8 years ago
Rossen Stoyanchev 33d90747a1 Asynchronous ResourceResolver + ResourceTransformer 8 years ago
Juergen Hoeller 915350d0ce Reliable last-modified timestamp tests on Windows 8 years ago
Arjen Poutsma 360ef5f5e3 Remove accidentally added ModelAndView class 8 years ago
Sebastien Deleuze fc52ddcd97 Polish 8 years ago
Arjen Poutsma 61bf6a25b7 Renamed 'and' to 'andSame' and 'andOther' to 'and' 8 years ago
Arjen Poutsma 96ec18a9aa Merged all Response implementations into one 8 years ago
Arjen Poutsma 35b93b2948 Add template rendering support 8 years ago
Sebastien Deleuze aaba53f76a Allow to pass hints parameter in HttpMessageReader/Writer 8 years ago
Sebastien Deleuze b91867cf45 Update Codec API to use Map<String, Object> for hints 8 years ago