Added deprecation annotation

This commit is contained in:
Luca Frosini 2021-05-06 16:57:56 +02:00
parent c7540455d8
commit 7c0c1b1c90
3 changed files with 6 additions and 1 deletions

View File

@ -2,6 +2,10 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm
# Changelog for Accounting Library
## [v4.2.0-SNAPSHOT]
-
## [v4.1.0]
- Deprecated not needed properties to reduce data and improve aggregation

View File

@ -10,7 +10,7 @@
<groupId>org.gcube.accounting</groupId>
<artifactId>accounting-lib</artifactId>
<version>4.1.0</version>
<version>4.2.0-SNAPSHOT</version>
<name>Accounting Library</name>
<description>Accounting Library</description>

View File

@ -71,6 +71,7 @@ public abstract class AbstractStorageStatusRecord extends BasicUsageRecord {
* KEY for : providerId the identifier of the provider which is the target of a read/write operation
*/
@ValidURI @MoveToProviderURI
@Deprecated
public static final String PROVIDER_ID = "providerId";
@RequiredField @ValidURI