477 Commits (b52b56c94e2abb6dfd91a3e322a54eb7adadd6ab)

Author SHA1 Message Date
Juergen Hoeller 99be15f58b Revise encoding steps towards use of JDK Charset and StandardCharsets 8 years ago
Juergen Hoeller adc595b5f1 Avoid dependency on WebUtils for extracting file extension 8 years ago
Juergen Hoeller aaac199e8b Consistently use constructor-based instantiation instead of Class.newInstance / BeanUtils.instantiate 8 years ago
Juergen Hoeller 8bb34bc962 Resource.isFile() and JAF MediaTypeFactory 8 years ago
Rossen Stoyanchev 4b92bf2af1 Split HttpMessageConverter into ~Reader and ~Writer 8 years ago
Rossen Stoyanchev 3e096ce810 Improve javadoc on reactive classes 8 years ago
Rossen Stoyanchev 2029b6e0b7 Disable failing Jetty SSE tests for now 8 years ago
Rossen Stoyanchev 028be2a298 Switch to Reactor 3 snapshots and Netty 4.1.3 8 years ago
Sam Brannen 841480596e Clean up warnings in Gradle build 8 years ago
Rossen Stoyanchev d2e105f28d Add @Since 5.0 and package-info for reactive classes 8 years ago
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
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