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.setFilterDescriptionand thewithFiltermethod 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
IEvaluatoris deprecated in favor ofIEvaluatorV2. It will be removed in 5.12.0, andIEvaluatorV2will be renamedIEvaluator. - PIVOT-4653
AAdvancedPostProcessoris deprecated in favor ofAAdvancedPostProcessorV2. It will be removed in 5.12.0, andAAdvancedPostProcessorV2will be renamedAAdvancedPostProcessor. - PIVOT-4653
ABasicPostProcessoris deprecated in favor ofABasicPostProcessorV2. It will be removed in 5.12.0, andABasicPostProcessorV2will be renamedABasicPostProcessor. - PIVOT-4653
ADynamicAggregationPostProcessoris deprecated in favor ofADynamicAggregationPostProcessorV2. It will be removed in 5.12.0, andADynamicAggregationPostProcessorV2will be renamedADynamicAggregationPostProcessor. - PIVOT-4653
ABaseDynamicAggregationPostProcessoris deprecated in favor ofABaseDynamicAggregationPostProcessorV2. It will be removed in 5.12.0, andABaseDynamicAggregationPostProcessorV2will be renamedABaseDynamicAggregationPostProcessor. - PIVOT-4655
IExport(Rest)Serviceare 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
JGroupsMessengerhas 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.