nikgoodley-ibboost / funcito

Automatically exported from code.google.com/p/funcito
0 stars 0 forks source link

FuncitoRxJava class depends on rx.util.functions package which is moved by 0.18.0 rxjava-core #77

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
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.

Original issue reported on code.google.com by davidmo...@gmail.com on 29 Apr 2014 at 1:47

GoogleCodeExporter commented 9 years ago

Original comment by kandpwel...@gmail.com on 29 Apr 2014 at 2:37

GoogleCodeExporter commented 9 years ago
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.

Original comment by davidmo...@gmail.com on 30 May 2014 at 12:16

GoogleCodeExporter commented 9 years ago
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.

Original comment by kandpwel...@gmail.com on 30 Jul 2014 at 4:23

GoogleCodeExporter commented 9 years ago
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.

Original comment by kandpwel...@gmail.com on 18 Aug 2014 at 5:15

GoogleCodeExporter commented 9 years ago

Original comment by kandpwel...@gmail.com on 19 Aug 2014 at 5:29