This is an automated email from the ASF dual-hosted git repository.
danhaywood pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/isis.git
The following commit(s) were added to refs/heads/master by this push:
new b0ea1960d8 ISIS-3267: removes invalid annot, incompatible with
@Domain.Exclude
b0ea1960d8 is described below
commit b0ea1960d84db0f268fe89c047018b12481b5413
Author: Dan Haywood <[email protected]>
AuthorDate: Fri Nov 4 12:41:22 2022 +0000
ISIS-3267: removes invalid annot, incompatible with @Domain.Exclude
---
.../causeway/extensions/commandlog/applib/dom/CommandLogEntry.java | 1 -
.../apache/causeway/extensions/commandlog/jdo/dom/CommandLogEntry.java | 1 -
2 files changed, 2 deletions(-)
diff --git
a/extensions/core/commandlog/applib/src/main/java/org/apache/causeway/extensions/commandlog/applib/dom/CommandLogEntry.java
b/extensions/core/commandlog/applib/src/main/java/org/apache/causeway/extensions/commandlog/applib/dom/CommandLogEntry.java
index fc92c295ac..3334144979 100644
---
a/extensions/core/commandlog/applib/src/main/java/org/apache/causeway/extensions/commandlog/applib/dom/CommandLogEntry.java
+++
b/extensions/core/commandlog/applib/src/main/java/org/apache/causeway/extensions/commandlog/applib/dom/CommandLogEntry.java
@@ -334,7 +334,6 @@ implements Comparable<CommandLogEntry>, DomainChangeRecord,
HasCommandDto {
* @see #getParent()
*/
@Domain.Exclude
- @InteractionId
public abstract UUID getParentInteractionId();
public abstract void setParentInteractionId(UUID parentInteractionId);
diff --git
a/extensions/core/commandlog/persistence-jdo/src/main/java/org/apache/causeway/extensions/commandlog/jdo/dom/CommandLogEntry.java
b/extensions/core/commandlog/persistence-jdo/src/main/java/org/apache/causeway/extensions/commandlog/jdo/dom/CommandLogEntry.java
index 962b006d76..8181966c5f 100644
---
a/extensions/core/commandlog/persistence-jdo/src/main/java/org/apache/causeway/extensions/commandlog/jdo/dom/CommandLogEntry.java
+++
b/extensions/core/commandlog/persistence-jdo/src/main/java/org/apache/causeway/extensions/commandlog/jdo/dom/CommandLogEntry.java
@@ -267,7 +267,6 @@ extends
org.apache.causeway.extensions.commandlog.applib.dom.CommandLogEntry {
@Column(allowsNull = Parent.ALLOWS_NULL, length = InteractionId.MAX_LENGTH)
@Domain.Exclude
- @InteractionId
@Getter @Setter
private UUID parentInteractionId;