RFR: 8264859: Implement Context-Specific Deserialization Filters [v3]

Chris Hegarty chegar at openjdk.java.net
Mon May 24 08:15:12 UTC 2021


On Fri, 21 May 2021 17:25:07 GMT, Roger Riggs <rriggs at openjdk.org> wrote:

> The static is intended to distinguish that single filter from the others. The static vs current distinction is part of JEP 290 from which this evolved. 

I can kinda grok that now, I see "current filter" in JEP 290. I think that the new terms "JVM-wide filter" and "stream-specific filter", are more accurate and straightforward to follow.

> The migration to "de-serialization" from the previous "serialization" is as yet incomplete.

Ok. I assume that will be completed as part of this PR.

-------------

PR: https://git.openjdk.java.net/jdk/pull/3996


More information about the core-libs-dev mailing list