| Issue 77: | FuncitoRxJava class depends on rx.util.functions package which is moved by 0.18.0 rxjava-core |
1 of 52
Next ›
|
| 1 person starred this issue and may be notified of changes. | Back to list |
What steps will reproduce the problem? 1. add dependency on rxjava-core 0.18.0 2. make reference to FuncitoRxJava.func1For 3. compile error: cannot access rx.util.functions.Func1 class file for rx.util.functions.Func1 not found What is the expected output? What do you see instead? no compile error What version of the product are you using? On what operating system? 1.3.0, linux Please provide any additional information below. rx.util.functions.Func1 and Action1 have been moved to rx.functions. Deprecation period is over and the classes no longer exist in 0.18.0 rxjava-core.
Apr 29, 2014
Project Member
#1
kandpwel...@gmail.com
Status:
Accepted
May 30, 2014
rxjava-core now at 0.18.4 and would be nice to see a matching funcito release. Any possibility of it being soon? I'd like to bring https://github.com/davidmoten/functional-jpa up to the latest rxjava-core to get bug fixes.
Jul 29, 2014
Sorry it took me this long to start. It should be pretty easy, but... new PC, had to re-setup my developer environment, tweak a few things, etc. Code change is done, but it may still be a little bit before I can release it.
Status:
Started
Aug 17, 2014
Source is checked in. I made some tweaks in the build for Maven staging, so I am testing that out before I call this officially closed. But you can download the source and use it if you want it immediately.
Status:
Fixed
Aug 19, 2014
(No comment was entered for this change.)
Status:
Done
Labels: Milestone-R1.3.1 |