jmnarloch / rxjava-spring-boot-starter

RxJava Spring MVC integration
Apache License 2.0
182 stars 46 forks source link

Add support for rxjava 2 #9

Closed brianchung808 closed 8 years ago

brianchung808 commented 8 years ago

The scope of this pull request is to add support for the existing types (Observable, Single) for rxjava 2.

There are no additions for the new Maybe and Flowable types.

coveralls commented 8 years ago

Coverage Status

Coverage remained the same at 83.908% when pulling 9801e27153dda90d3d4b756da8c6db03733218fd on brianchung808:upgrade-to-rxjava2 into 1125a8e21c9a1c5e51e0c9de354dae52a6b488c3 on jmnarloch:master.

jmnarloch commented 8 years ago

Really interesting, let me take a look at the code and play with it a bit. It's likely that I will make a release by the end of the week.

coveralls commented 8 years ago

Coverage Status

Coverage remained the same at 83.908% when pulling 07c73d380c890ba32b7d3571b046b78b1fc36a47 on brianchung808:upgrade-to-rxjava2 into 1125a8e21c9a1c5e51e0c9de354dae52a6b488c3 on jmnarloch:master.

jmnarloch commented 8 years ago

Merged after minor changes: https://github.com/jmnarloch/rxjava-spring-boot-starter/commit/b3d0303f32140ca24ca65f4bcc10d8769a99a7cd

Thank you for the pull request!

jmnarloch commented 8 years ago

I've released version 2.0.0. Later today it should be available from maven central.

I will also prepare a blog post about it ;)

brianchung808 commented 8 years ago

👍 great, thanks!