501 Commits (6d91d54fc9e93bbecbfb2778cf4d1fed1a39b7f6)

Author SHA1 Message Date
Rossen Stoyanchev 5d1b542698 Move spring-web-reactive classes to spring-web 8 years ago
Rossen Stoyanchev 2e8326220b Move spring-web-reactive classes to spring-core 8 years ago
Rossen Stoyanchev 1022683d1c Fix compiler warnings 8 years ago
Rossen Stoyanchev cb798726bd Update build for spring-web-reactive module 8 years ago
Arjen Poutsma 56e50d6d68 Moved body processor to writeWithInternal() 8 years ago
Arjen Poutsma 7519d1de41 Moved log4j config to test tree 8 years ago
Arjen Poutsma f82f17d7f7 Moved Servlet Publisher and Processor 8 years ago
Arjen Poutsma 392a1660a4 Polishing 8 years ago
Arjen Poutsma e64907eed8 Removed ServletAsyncContextSynchronizer 8 years ago
Arjen Poutsma d2fce24eb4 Introduced ResponseBodyWriteResultPublisher 8 years ago
Brian Clozel e906a78e0f Move server testing infrastructure to test sources 8 years ago
Arjen Poutsma d736245f28 Changed from interval() to intervalMillis() 8 years ago
Stephane Maldini c2c7e3b596 Polish timed operators and remove useTimer() 8 years ago
Rossen Stoyanchev aa47616be2 Split TestRestController into use-case sub-classes 8 years ago
Rossen Stoyanchev 7e07fb16d8 Split RequestMappingIntegrationTests into sub-classes 8 years ago
Rossen Stoyanchev 35f791acf8 Extract base class for RequestMappingIntegrationTests 8 years ago
Rossen Stoyanchev 6fde86903d Declare HTTP method mappings TestRestController 8 years ago
Rossen Stoyanchev aa1397b8ba Polish method order in RequestMappingIntegrationTests 8 years ago
Rossen Stoyanchev 407715b89e Helpers for get/post in RequestMappingIntegrationTests 8 years ago
Brian Clozel 99697118d8 Add RxJava1 support for request building/extracting 8 years ago
Brian Clozel 4892436efe Refactor HTTP client contracts 8 years ago
Brian Clozel b5bce1f017 Update after `reactor.core.converter.Converters` changes 8 years ago
Violeta Georgieva d68232c880 Refactor AbstractRequestBodyPublisher states 8 years ago
Rossen Stoyanchev d7a43d2003 Polish tests 8 years ago
Rossen Stoyanchev 7534092ef3 Comprensive support for empty request body 8 years ago
Rossen Stoyanchev a584311178 Fix StringDecoder#decodeToMono issue with empty input 8 years ago
Rossen Stoyanchev 1e1e2f8b1b Support HttpEntity method arguments 8 years ago
Brian Clozel 4c3c54463c Upgrade build to Spring 5.0.0-BUILD-SNAPSHOT 8 years ago
Rossen Stoyanchev 9cc01fc185 Add @RequestBody tests 8 years ago
Rossen Stoyanchev 54bfbbc607 Rename decodeOne->decodeToMono and readOne->readMono 8 years ago
Rossen Stoyanchev 6525504e17 Restore local vars in JacksonJsonEncoder 8 years ago
Rossen Stoyanchev 9ee4f6ee30 Polish tests 8 years ago
Arjen Poutsma b0de99bc8c Refactor ResponseBodySubscriber to Processor 8 years ago
Violeta Georgieva 7763391e84 AbstractResponseBodySubscriber improvements 8 years ago
Rossen Stoyanchev 55193194c2 Polish tests 8 years ago
Rossen Stoyanchev 9c438a8f78 Fix failing test 8 years ago
Rossen Stoyanchev 33b6dca2a6 Polish tests 8 years ago
Rossen Stoyanchev 7af7a55ede Polish and simplify JacksonJsonEncoder 8 years ago
Rossen Stoyanchev 2068f667f3 Expose getStatusCode from ServerHttpResponse 8 years ago
Rossen Stoyanchev 7401d10f91 Polish AbstractServerHttpResponse 8 years ago
Sebastien Deleuze 8690464a9b Remove @Ignore on streamResult() test 8 years ago
Sebastien Deleuze 7ed03d01c6 Fix JacksonJsonEncoder for streams with more than 2 elements 8 years ago
Sebastien Deleuze c1518c3fde Avoid exception while setting the status code of a committed response 8 years ago
Sebastien Deleuze b7b6704c7e Support rx.Completable 8 years ago
Sebastien Deleuze a1d4fe6938 Upgrade dependencies 8 years ago
Sebastien Deleuze f254680f29 Remove unused imports 8 years ago
Sebastien Deleuze 0f01729b27 Allow to configure Tomcat baseDir 8 years ago
Sebastien Deleuze b7b0313c21 Speed up RequestMappingIntegrationTests 8 years ago
Rossen Stoyanchev 8c76581442 Provide rich type information to ConversionService 8 years ago
Rossen Stoyanchev fb2e796048 HandlerResult now requires MethodParameter as input 8 years ago