Closed brianchung808 closed 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.
Merged after minor changes: https://github.com/jmnarloch/rxjava-spring-boot-starter/commit/b3d0303f32140ca24ca65f4bcc10d8769a99a7cd
Thank you for the pull request!
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 ;)
👍 great, thanks!
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
andFlowable
types.