Open paulbakker opened 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.
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.
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.