Skip to content

Assembly doesn't like CollectionConverters #669

Open
@etspaceman

Description

Currently, providing the CollectionConverters object manually in the scala.jdk package as a part of Rho causes assembly issues, as projects with dependencies on Rho and the Scala Collection Compat will require conflicts to be resolved.

From what I understand, this was originally done to avoid bincompat issues during updates, as the collection compat library broke some rules early on. This has gotten a lot more stable and is pretty widely used now in the Scala ecosystem, so it seems much safer to include this library.

Another option could be to repackage the collection converters under a new namespace. I could work on that if that is preferred.

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions