You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@geode.apache.org by pi...@apache.org on 2018/04/04 15:24:17 UTC

[geode] branch develop updated: GEODE-4911: Deprecate DataSerializer.TRACE_SERIALIZABLE. (#1722)

This is an automated email from the ASF dual-hosted git repository.

pivotalsarge pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/geode.git


The following commit(s) were added to refs/heads/develop by this push:
     new 6fa521e  GEODE-4911: Deprecate DataSerializer.TRACE_SERIALIZABLE. (#1722)
6fa521e is described below

commit 6fa521eaae747a2fbcc340cd3800ed8315749713
Author: Michael "Sarge" Dodge <md...@pivotal.io>
AuthorDate: Wed Apr 4 08:24:11 2018 -0700

    GEODE-4911: Deprecate DataSerializer.TRACE_SERIALIZABLE. (#1722)
---
 geode-core/src/main/java/org/apache/geode/DataSerializer.java | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/geode-core/src/main/java/org/apache/geode/DataSerializer.java b/geode-core/src/main/java/org/apache/geode/DataSerializer.java
index 8093ffd..1b67e22 100644
--- a/geode-core/src/main/java/org/apache/geode/DataSerializer.java
+++ b/geode-core/src/main/java/org/apache/geode/DataSerializer.java
@@ -186,6 +186,10 @@ public abstract class DataSerializer {
   /** The originator of this <code>DataSerializer</code> */
   private ClientProxyMembershipID context;
 
+  /**
+   * @deprecated Use Boolean.getBoolean("DataSerializer.TRACE_SERIALIZABLE") instead.
+   */
+  @Deprecated
   protected static final boolean TRACE_SERIALIZABLE =
       Boolean.getBoolean("DataSerializer.TRACE_SERIALIZABLE");
 

-- 
To stop receiving notification emails like this one, please contact
pivotalsarge@apache.org.