Added deprecation annotation
This commit is contained in:
parent
c7540455d8
commit
7c0c1b1c90
|
@ -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
|
||||
|
|
2
pom.xml
2
pom.xml
|
@ -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>
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue