jinmeiliao commented on a change in pull request #6835:
URL: https://github.com/apache/geode/pull/6835#discussion_r709389421
##########
File path:
geode-core/src/main/java/org/apache/geode/internal/cache/tier/sockets/OldClientSupportService.java
##########
@@ -18,13 +18,16 @@
import java.io.DataInput;
import java.io.DataOutput;
+import org.apache.geode.annotations.Immutable;
import org.apache.geode.internal.cache.CacheService;
import org.apache.geode.internal.serialization.KnownVersion;
/**
* Support for old GemFire clients
*/
public interface OldClientSupportService extends CacheService {
+ @Immutable
+ KnownVersion RE_AUTHENTICATION_START_VERSION = KnownVersion.GEODE_1_15_0;
Review comment:
Good idea!
--
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]