Deprecated features in 6.0
- {@jira: PIVOT-4747} The Query API of the Datastore is deprecated as it is superseded by the Query API of the Database.
- {@jira: PIVOT-4747} The usages of
IDatastoreVersionshould be replaced byIDatabaseVersion. - {@jira: PIVOT-5429}
AAnalysisHierarchyis deprecated in favor ofAAnalysisHierarchyV2. - {@jira: PIVOT-8247}
IDatastoreSchemaDescriptionPostProcessorand all the implementations are deprecated. Datastore’s description post-processors are no longer needed. Most of the transformation done in the post processors can be done directly at the schema’s description creation. - {@jira: PIVOT-9303} The
IActivePivotContentServicecan no longer be used to store userIContextValue. Multiple methods surrounding the use of context values are removed, includinggetContextValue,setContextValue,removeContextValue, etc…
Deprecated features in 5.11
- {@jira: PIVOT-4653}
CopperMeasure.map(SerializableFunction<I, Object>)is deprecated for memory performance reasons. It was removed in 6.0.0. - {@jira: PIVOT-4653}
CopperMeasureCombination.map(SerializableFunction<IArrayReader, Object>)is deprecated for memory performance reasons. It was removed in 6.0.0. - {@jira: PIVOT-4653}
IEvaluatoris deprecated in favor ofIEvaluatorV2. It was removed in 6.0.0, andIEvaluatorV2was renamedIEvaluator. - {@jira: PIVOT-4653}
AAdvancedPostProcessoris deprecated in favor ofAAdvancedPostProcessorV2. It was removed in 6.0.0, andAAdvancedPostProcessorV2was renamedAAdvancedPostProcessor. - {@jira: PIVOT-4653}
ABasicPostProcessoris deprecated in favor ofABasicPostProcessorV2. It was removed in 6.0.0, andABasicPostProcessorV2was renamedABasicPostProcessor. - {@jira: PIVOT-4653}
ADynamicAggregationPostProcessoris deprecated in favor ofADynamicAggregationPostProcessorV2. It was removed in 6.0.0, andADynamicAggregationPostProcessorV2was renamedADynamicAggregationPostProcessor. - {@jira: PIVOT-4653}
ABaseDynamicAggregationPostProcessoris deprecated in favor ofABaseDynamicAggregationPostProcessorV2. It was removed in 6.0.0, andABaseDynamicAggregationPostProcessorV2was renamedABaseDynamicAggregationPostProcessor. - {@jira: PIVOT-4655}
IExport(Rest)Serviceare deprecated in favor ofIDataExport(Rest)Service. They were removed in 6.0.0.
Deprecated features in 5.10
- {@jira: PIVOT-4244} Our web services exposed with SOAP are deprecated. They were removed in 6.0.0.
- {@jira: PIVOT-4244} Configuring a cube with an XML file is deprecated. The feature was removed in 5.11.0.
- {@jira: PIVOT-4776} The
IMultiMap<K,V>API was removed in AP 5.11. UseMap<K,Collection<V>>instead.
Deprecated features in 5.9
- {@jira: APS-12686} The
JGroupsMessengerhas been deprecated in 5.9 and removed in 5.10. - {@jira: PIVOT-4070} The transaction log and the datastore replication has been deprecated in 5.9 and removed in 5.10.
- {@jira: PIVOT-4217} Configuring your application with Spring XML configuration files is deprecated.