You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@geode.apache.org by GitBox <gi...@apache.org> on 2020/07/07 16:19:04 UTC

[GitHub] [geode] Bill edited a comment on pull request #5344: GEODE-8330: Structural Improvements to Versioning

Bill edited a comment 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 defaultKnownVersion)
   ```
   


----------------------------------------------------------------
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:
users@infra.apache.org