-
Notifications
You must be signed in to change notification settings - Fork 30
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
Avoid split package scala.collection.generic #5
Comments
Yes, they need to be moved before a release. I haven't done anything about them yet because I expect the |
note that |
|
We partially “resolved” this by not bothering with OSGi Also in practice nobody has been bringing up Jigsaw with us in any of the module repos, I guess people either aren't using it or aren't having trouble just exempting our JARs. The 1.0.0 release is now imminent which means we won't be able to change this around anymore without breaking bincompat, but I think our position is: 🤷♂️ — especially since there hasn't been a volunteer to tackle it |
Could we move
CanCombineFrom
and friends toscala.collection.parallel
?This would reduce source compatibility, but give us a better chance at packaging our artifacts as Java 9 modules in the future.
Related discussion:
http://jigsaw-dev.1059479.n5.nabble.com/The-split-package-problem-td5714102.html#a5714115
The text was updated successfully, but these errors were encountered: