Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

GEODE-3923 Document the 2 new properties serializable-object-filter #1166

Merged

Conversation

karensmolermiller
Copy link
Contributor

No description provided.

@@ -753,6 +760,12 @@ See <a href="../../developing/distributed_regions/how_region_versioning_works.ht
<td>S</td>
<td><em>not set</em></td>
</tr>
<tr class="even">
<td>validate-serializable-objects</td>
<td>A boolean that defaults to false. When true, all internal <%=vars.product_name%> classes and the objects defined by the property serializable-object-filter will be serialized. An <code>IncompatibleClassException</code> is thrown for objects not listed. JDK 8 build 121 or a later build must be installed to use this property. Servers and clients that do not meet this requirement will throw an exception upon startup.</td>
Copy link
Contributor

@bschuchardt bschuchardt Dec 14, 2017

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think this should say "instances of classes that are not internal to <%=vars.product_name%> and whose class name is not allowed by the serializable-object-filter will not be permitted to be deserialized."

The property controls what is allowed to be deserialized, not what is allowed to be serialized.

@karensmolermiller karensmolermiller merged commit eff77bb into apache:develop Dec 15, 2017
PivotalSarge pushed a commit to upthewaterspout/geode that referenced this pull request Dec 15, 2017
…pache#1166)

* GEODE-3923 Document the 2 new properties serializable-object-filter
and validate-serializable-objects

* GEODE-3923 Revise validate-serializable-objects property defn
PurelyApplied pushed a commit to PurelyApplied/geode that referenced this pull request Dec 18, 2017
…pache#1166)

* GEODE-3923 Document the 2 new properties serializable-object-filter
and validate-serializable-objects

* GEODE-3923 Revise validate-serializable-objects property defn
This pull request was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants