rxjava-spring-boot-starter
rxjava-spring-boot-starter copied to clipboard
RxJava Spring MVC integration
If use spring-data-rest and mark Controller with @RepositoryRestController, it throws exception. > 2016-07-13 15:27:20.488 DEBUG 21216 --- [tp1058892307-23] .m.m.a.ExceptionHandlerExceptionResolver : Resolving exception from handler [public rx.Single com.phoneandphone.ws.order.claim.ClaimController.post(com.phoneandphone.ws.user.User,java.lang.Long,com.phoneandphone.ws.order.claim.Claim)]: org.springframework.web.HttpMediaTypeNotAcceptableException: Could not...
The netflix-core uses the same name of the factory method for Single return type, even then when types got different canonical names. For factory methods spring use the method name...
Hi, Great stuff! I'm getting the error below when I call this endpoint. Your thoughts? `@GET @Path("/search") @Produces(MediaType.APPLICATION_JSON) public Observable searchByName() { return service.getAccounts(); }` `com.fasterxml.jackson.databind.JsonMappingException: No serializer found for...