Deprecated features
This article lists the most impacting deprecated features of ActivePivot so you can plan your migrations ahead of time. Deprecated features can be removed in a future minor version (5.X.0).
For a more complete list of deprecations, please read the changelog.
Deprecated features in 5.11
- PIVOT-4249 Deprecate the ability to filter an ActivePivotSchema with a condition (
IActivePivotInstanceDescription.setFilterDescription
and thewithFilter
method on the schema builder). - PIVOT-4653
CopperMeasure.map(SerializableFunction<I, Object>)
is deprecated for memory performance reasons. - PIVOT-4653
CopperMeasureCombination.map(SerializableFunction<IArrayReader, Object>)
is deprecated for memory performance reasons. - PIVOT-4653
IEvaluator
is deprecated in favor ofIEvaluatorV2
. It will be removed in 5.12.0, andIEvaluatorV2
will be renamedIEvaluator
. - PIVOT-4653
AAdvancedPostProcessor
is deprecated in favor ofAAdvancedPostProcessorV2
. It will be removed in 5.12.0, andAAdvancedPostProcessorV2
will be renamedAAdvancedPostProcessor
. - PIVOT-4653
ABasicPostProcessor
is deprecated in favor ofABasicPostProcessorV2
. It will be removed in 5.12.0, andABasicPostProcessorV2
will be renamedABasicPostProcessor
. - PIVOT-4653
ADynamicAggregationPostProcessor
is deprecated in favor ofADynamicAggregationPostProcessorV2
. It will be removed in 5.12.0, andADynamicAggregationPostProcessorV2
will be renamedADynamicAggregationPostProcessor
. - PIVOT-4653
ABaseDynamicAggregationPostProcessor
is deprecated in favor ofABaseDynamicAggregationPostProcessorV2
. It will be removed in 5.12.0, andABaseDynamicAggregationPostProcessorV2
will be renamedABaseDynamicAggregationPostProcessor
. - PIVOT-4655
IExport(Rest)Service
are deprecated in favor ofIDataExport(Rest)Service
. They will be removed in 5.12.0.
Deprecated features in 5.10
- PIVOT-4244 Our web services exposed with SOAP are deprecated. You are encouraged to start using the REST services.
- PIVOT-4244 Configuring a cube with an XML file is deprecated. The feature was removed in 5.11.0.
- PIVOT-4776 The
IMultiMap<K,V>
API was removed in AP 5.11. UseMap<K,Collection<V>>
instead.
Deprecated features in 5.9
- APS-12686 The
JGroupsMessenger
has been deprecated in 5.9 and removed in 5.10. - PIVOT-4070 The transaction log and the datastore replication has been deprecated in 5.9 and removed in 5.10.
- PIVOT-4217 Configuring your application with Spring XML configuration files is deprecated.