175 Commits (9436dd74127ff57ed048299af8b23f29f4c24d36)
 

Author SHA1 Message Date
Sebastien Deleuze 9436dd7412 Polish Javadoc 9 years ago
Sebastien Deleuze 398eb0b478 Polish packages documentation 9 years ago
Sebastien Deleuze ae6912086a Add packages documentation 9 years ago
Sebastien Deleuze 2cdce62c3d Update README with the Javadoc link 9 years ago
Sebastien Deleuze 14cb20a9f1 Disable uniqueVersion in order to get a reliable Javadoc link 9 years ago
Sebastien Deleuze 22bea1da01 Add sources and Javadoc to the build 9 years ago
Stephane Maldini 89da87a3e5 Async test case to explore jetty/tomcat issues 9 years ago
Sebastien Deleuze 72e5aa39ec Polish @RestController support 9 years ago
Stephane Maldini 1e28dee608 add streaming test, commented due to issue with a tomcat and jetty 9 years ago
Stephane Maldini 0f432f735a use reactor cookie support 9 years ago
Rossen Stoyanchev da90f03f4c Support type-level @ResponeBody (and @RestController) 9 years ago
Rossen Stoyanchev 437c127b62 Log and handle unresolved exceptions 9 years ago
Brian Clozel cf6ceeed62 Allow Splitting/aggregation operations in Decoders 9 years ago
Sebastien Deleuze 99e51a9101 Replace Reactor Stream by Flux in tests when possible 9 years ago
Sebastien Deleuze d9b67f5e72 Use Mono semantics for JSON object/array serialization 9 years ago
Rossen Stoyanchev c3cde84e6b Polish cookie support 9 years ago
Sebastien Deleuze ae4b35ced7 Add Mono and Flux support in @RequestMapping handler methods 9 years ago
Rossen Stoyanchev 1faeb0ec87 Add HttpCookie + server support through HttpHeaders 9 years ago
Rossen Stoyanchev f8ef2e0220 Add base classes for ServerHttpRequest/Response impls 9 years ago
Rossen Stoyanchev eedc90818f Re-introduce writeHeaders() in ServerHttpResponse 9 years ago
Rossen Stoyanchev 4f614fa0fd Add WebServerExchange 9 years ago
Rossen Stoyanchev 54e4e012b2 Separate out web.server from http.server.reactive 9 years ago
Stephane Maldini 94be412327 Remove last Stream reference 9 years ago
Stephane Maldini b4c3a67d2c Use Stream instead of Streams and uncomment reactor test 9 years ago
Rossen Stoyanchev 97af9998d5 Refine exception handling 9 years ago
Stephane Maldini 70b8848492 fix Streams to Stream in test 9 years ago
Rossen Stoyanchev 9a1492e401 Polish 9 years ago
Rossen Stoyanchev a712f43654 Polish 9 years ago
Rossen Stoyanchev c3a8bf4d17 Revert "Remove mandatory dependency on Reactor Stream" 9 years ago
Sebastien Deleuze 318092cfd0 Use Mono#defaultIfEmpty instead of Flux#defaultIfEmpty 9 years ago
Sebastien Deleuze 327c420409 Remove mandatory dependency on Reactor Stream with JarJar 9 years ago
Sebastien Deleuze 8ef7e2ff77 Use Reactor 2.5 Flux and Mono Rx light API 9 years ago
Rossen Stoyanchev 8ef2ce44f4 Temporarily remove Reactor from integration tests 9 years ago
Rossen Stoyanchev 0aade73c88 Update Servlet + Undertow req & resp implementations 9 years ago
Rossen Stoyanchev 869f6bef40 Polish server request & response implementations 9 years ago
Rossen Stoyanchev 6b05d17248 Response headers always in sync with native response 9 years ago
Rossen Stoyanchev 34eb6d5426 Add support for @ExceptionHandler methods 9 years ago
Rossen Stoyanchev 8c89b478d9 Add operator for deferred writes 9 years ago
Rossen Stoyanchev 9789db23d2 Rename HandlerResult fields from value to result 9 years ago
Rossen Stoyanchev 84e3ad342b Remove @Ignore from 404 status code tests 9 years ago
Rossen Stoyanchev 9eb07b7780 Update package for reactor Signal 9 years ago
Rossen Stoyanchev a12c172ceb Switch to rxnetty-http dependency 9 years ago
Stephane Maldini da4e4aab39 test operator log 9 years ago
Stephane Maldini 15185c75a3 use Publishers.onErrorResumeNext 9 years ago
Rossen Stoyanchev 69973d984d Fix test failure 9 years ago
Rossen Stoyanchev 623874b4d0 Constant HandlerNotFoundException 9 years ago
Rossen Stoyanchev 1b3289d0d5 Add InternalServerErrorExceptionHandler 9 years ago
Rossen Stoyanchev f2cd92a243 Fix imports 9 years ago
Rossen Stoyanchev c13a8c9bb4 DispatcherHandler maps errors to ResponseStatusException 9 years ago
Rossen Stoyanchev 1f15b7e074 Add ResponseStatusException 9 years ago