rxjava-spring-boot-starter icon indicating copy to clipboard operation
rxjava-spring-boot-starter copied to clipboard

RxJava Spring MVC integration

Results 3 rxjava-spring-boot-starter issues
Sort by recently updated
recently updated
newest added

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...