codeconsole commented on PR #16282: URL: https://github.com/apache/grails-core/pull/16282#issuecomment-5610231815
The Mongo CI failures (BasicCollectionsSpec Currency/BigDecimal maps, MapOfDomainsSpec) were caused by the new Map views: Groovy's `Map == Map` extension compares `self.keySet().equals(other.keySet())`, and the tracking view fell back to identity equality. Fixed in `3ba7fb58d2` by delegating `equals`/`hashCode` on the wrappers to their target — the contract `AbstractPersistentCollection` already implements — with a spec pinning content equality both ways plus the three views. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
