Skip to main content

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 the withFilter 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 of IEvaluatorV2. It will be removed in 5.12.0, and IEvaluatorV2 will be renamed IEvaluator.
  • PIVOT-4653 AAdvancedPostProcessor is deprecated in favor of AAdvancedPostProcessorV2. It will be removed in 5.12.0, and AAdvancedPostProcessorV2 will be renamed AAdvancedPostProcessor.
  • PIVOT-4653 ABasicPostProcessor is deprecated in favor of ABasicPostProcessorV2. It will be removed in 5.12.0, and ABasicPostProcessorV2 will be renamed ABasicPostProcessor.
  • PIVOT-4653 ADynamicAggregationPostProcessor is deprecated in favor of ADynamicAggregationPostProcessorV2. It will be removed in 5.12.0, and ADynamicAggregationPostProcessorV2 will be renamed ADynamicAggregationPostProcessor.
  • PIVOT-4653 ABaseDynamicAggregationPostProcessor is deprecated in favor of ABaseDynamicAggregationPostProcessorV2. It will be removed in 5.12.0, and ABaseDynamicAggregationPostProcessorV2 will be renamed ABaseDynamicAggregationPostProcessor.
  • PIVOT-4655 IExport(Rest)Service are deprecated in favor of IDataExport(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-4679 Ability to filter the facts sent to a cube (ActivePivotInstanceDescription.setFilterDescription).
  • PIVOT-4776 The IMultiMap<K,V> API was removed in AP 5.11. Use Map<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.