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 (6.X.0).

For a more complete list of deprecations, please read the changelog.

Deprecated features in 6.0

  • PIVOT-4747 The Query API of the Datastore is deprecated as it is superseded by the Query API of the Database.
  • PIVOT-4747 The usages of IDatastoreVersion should be replaced by IDatabaseVersion.

Deprecated features in 5.11

  • PIVOT-4653 CopperMeasure.map(SerializableFunction<I, Object>) is deprecated for memory performance reasons. It was removed in 6.0.0.
  • PIVOT-4653 CopperMeasureCombination.map(SerializableFunction<IArrayReader, Object>) is deprecated for memory performance reasons. It was removed in 6.0.0.
  • PIVOT-4653 IEvaluator is deprecated in favor of IEvaluatorV2. It was removed in 6.0.0, and IEvaluatorV2 was renamed IEvaluator.
  • PIVOT-4653 AAdvancedPostProcessor is deprecated in favor of AAdvancedPostProcessorV2. It was removed in 6.0.0, and AAdvancedPostProcessorV2 was renamed AAdvancedPostProcessor.
  • PIVOT-4653 ABasicPostProcessor is deprecated in favor of ABasicPostProcessorV2. It was removed in 6.0.0, and ABasicPostProcessorV2 was renamed ABasicPostProcessor.
  • PIVOT-4653 ADynamicAggregationPostProcessor is deprecated in favor of ADynamicAggregationPostProcessorV2. It was removed in 6.0.0, and ADynamicAggregationPostProcessorV2 was renamed ADynamicAggregationPostProcessor.
  • PIVOT-4653 ABaseDynamicAggregationPostProcessor is deprecated in favor of ABaseDynamicAggregationPostProcessorV2. It was removed in 6.0.0, and ABaseDynamicAggregationPostProcessorV2 was renamed ABaseDynamicAggregationPostProcessor.
  • PIVOT-4655 IExport(Rest)Service are deprecated in favor of IDataExport(Rest)Service. They were removed in 6.0.0.

Deprecated features in 5.10

  • PIVOT-4244 Our web services exposed with SOAP are deprecated. They were removed in 6.0.0.
  • 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. 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.