Bill commented on pull request #5344: URL: https://github.com/apache/geode/pull/5344#issuecomment-654963614
The DistributedTestOpenJD11 failure is due to https://issues.apache.org/jira/browse/GEODE-7710 @bschuchardt to your point about `getKnownVersion()` calls not being understandable: what if the signature was changed to be more like the JDK's `Map.getOrDefault(Object key, V defaultValue)`? Something like: ```java getKnownVersionOrDefault(final short ordinal, final Version default) ``` ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected]
