ReactiveX / RxJavaJoins

Apache License 2.0
100 stars 11 forks source link

Split package #9

Open paulbakker opened 8 years ago

paulbakker commented 8 years ago

The "observables" package is contained both by rx itself and rx-joins. This causes a split package which is specially problematic when using OSGi. The best solution to avoid this would be to rename the observables package to something else.

paulbakker commented 8 years ago

Although not a problem today yet, this is also going to be an issue with Java 9 modules, because split packages are simply not allowed/supported.