coherence-community / oracle-bedrock

Oracle Bedrock
Other
54 stars 31 forks source link

CoherenceNamedCache should be configurable to use Coherence serializers #452

Closed jfialli closed 2 years ago

jfialli commented 2 years ago

When testing rolling restart between different revisions of Coherence (12.2.1.3 and 14.1.1, for example), when performing an aggregator across com.oracle.bedrock.runtime.coherence.CoherenceNamedCache, there was a serialVersionUID mismatch between the version for AbstractExtractor. AbstractExtractor should only be serialized using ExternalizableLite or POF, not Java serialization.

Request is to enable configuring Oracle Bedrock to use native Coherence serializers to verify cross version compatibility in a distributed qa test environment.

jfialli commented 2 years ago

not implementable