pivotal-jbarrett commented on a change in pull request #6702:
URL: https://github.com/apache/geode/pull/6702#discussion_r680261086
##########
File path:
geode-core/src/main/java/org/apache/geode/internal/cache/tier/sockets/command/GatewayReceiverCommand.java
##########
@@ -303,8 +300,7 @@ public void cmdExecute(final Message clientMessage, final
ServerConnection serve
handleMessageRetry(region, clientEvent);
Review comment:
>On line 293 the compiler warning about raw use of parameterized class
can be fixed by using
I have purposely stayed away from VersionTag generics. I went down that
rabbit hole in other places and it is a mess. That type is a mess when it comes
to generics. It relates to several other classes that are also a mess. Often
times the wildcard capture results in all sorts of compile issues that then
have to be resolved with more generic type matches and then ultimately some
unchecked casts. I have a todo on my plate to try and fix this class.
--
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]