Details
-
Sub-task
-
Status: Resolved
-
Minor
-
Resolution: Fixed
-
3.0.0
-
None
Description
Several classes in the code base extend Scala collection classes, like:
- ExternalAppendOnlyMap
- CaseInsensitiveMap
- AttributeMap
- (probably more I haven't gotten to yet)
The collection hierarchy changed in 2.13, and like elsewhere, I don't see that it's possible to use a compat library or clever coding to bridge the difference. I think we need to maintain two implementations in parallel source trees, possibly with a common ancestor with the commonalities.
Attachments
Issue Links
- links to