release for bug on externalManaged filed

This commit is contained in:
lucio.lelii 2021-09-28 12:50:01 +02:00
parent 8e752ec43f
commit ff34c20cc4
2 changed files with 5 additions and 2 deletions

View File

@ -18,7 +18,7 @@
<groupId>org.gcube.common</groupId>
<artifactId>storagehub-model</artifactId>
<version>1.1.0</version>
<version>1.1.1</version>
<name>storagehub-model</name>
<dependencyManagement>

View File

@ -13,6 +13,7 @@ import org.gcube.common.storagehub.model.items.nodes.Accounting;
import org.gcube.common.storagehub.model.items.nodes.Owner;
import org.gcube.common.storagehub.model.types.ItemAction;
import com.fasterxml.jackson.annotation.JsonIgnore;
import com.fasterxml.jackson.annotation.JsonIgnoreProperties;
import lombok.Getter;
@ -27,7 +28,9 @@ public class Item extends RootItem{
boolean trashed;
boolean externalManaged;
//TODO: remove on next release
@JsonIgnore
boolean externalManaged = false;
boolean shared;