sageserpent-open / plutonium

CQRS providing bitemporal object modelling for Java POJOs and Scala too.
MIT License
5 stars 0 forks source link

Cutover use of multisets to maintained library. #62

Closed sageserpent-open closed 3 years ago

sageserpent-open commented 5 years ago

As the multiset implementation here: https://github.com/nicolasstucki/multisets has been archived as read only, and has not published a binary that includes the latest bug fixes, consider using this one instead: https://github.com/mcanlas/multiset .

sageserpent-open commented 3 years ago

Unfortunately the alternative library for multisets doesn't currently publish artifacts to Maven/ Bintray etc, so it would be a case of maintaining a private build / use of shading or whatever.

As of commit 88b9a3cdd264e04069a31a273a67eaaf51a6bf62 the use of multisets in Plutonium has been removed, so this issue will be closed.