-
Notifications
You must be signed in to change notification settings - Fork 136
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Java module split package conflict #1053
Comments
We can address the split package issue in version 11, by renaming the packages. @nicolaiparlog do you know away to address a split package issue in non-modularized 3rd party jars? (without having to rely on a code change in the original)? |
If the code can't be changed, there are two ways:
Re
I hope I didn't miss anything... |
Great thanks @nicolaiparlog ! |
Same problem occur here.
Both module contain a cyclops/reactive but the content is different. |
We may need to bring cyclops 11 forward in time to this year, if there is a community demand for this. |
Hi,
I started modularizing a project in which we use cyclops and cyclops-pure extensively. First problem I experienced is that cyclops.data is found in both cyclops and cyclops-pure which results in error
"Module XX reads cyclops.data from both cyclops and cyclops-pure"
.Do you have any advice on how to resolve this?
The text was updated successfully, but these errors were encountered: