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 2022/05/10 23:05:40 UTC

[GitHub] [geode] onichols-pivotal opened a new pull request, #7676: GEODE-10295: fix ambiguous overload

onichols-pivotal opened a new pull request, #7676:
URL: https://github.com/apache/geode/pull/7676

   GEODE-6588 mass cleanup removed an explicit cast to remove a warning, however in JDK11, the cast is necessary to disambiguate against a new overloaded added to an interface this class implements, so might be better to keep it
   


-- 
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: notifications-unsubscribe@geode.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [geode] onichols-pivotal closed pull request #7676: GEODE-10295: fix ambiguous overload

Posted by GitBox <gi...@apache.org>.
onichols-pivotal closed pull request #7676: GEODE-10295: fix ambiguous overload
URL: https://github.com/apache/geode/pull/7676


-- 
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: notifications-unsubscribe@geode.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [geode] onichols-pivotal commented on pull request #7676: GEODE-10295: fix ambiguous overload

Posted by GitBox <gi...@apache.org>.
onichols-pivotal commented on PR #7676:
URL: https://github.com/apache/geode/pull/7676#issuecomment-1123218632

   didn't help with LGTM issue and Geode doesn't support compiling on JDK11 so this is not needed


-- 
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: notifications-unsubscribe@geode.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org