This is an automated email from the ASF dual-hosted git repository. danhaywood pushed a commit to branch CAUSEWAY-2485 in repository https://gitbox.apache.org/repos/asf/causeway.git
commit 1d08e5320d59b6184e85841202408ccaf5d40985 Author: danhaywood <[email protected]> AuthorDate: Tue May 23 07:37:43 2023 +0100 CAUSEWAY-2485: fixes some jdo issues --- .../executionPublishing/jpa/PropertyExecutionPublishingEntityImpl.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/demo/domain/src/main/java/demoapp/dom/domain/properties/Property/executionPublishing/jpa/PropertyExecutionPublishingEntityImpl.java b/examples/demo/domain/src/main/java/demoapp/dom/domain/properties/Property/executionPublishing/jpa/PropertyExecutionPublishingEntityImpl.java index 6e0fdf87f1..c43521be5a 100644 --- a/examples/demo/domain/src/main/java/demoapp/dom/domain/properties/Property/executionPublishing/jpa/PropertyExecutionPublishingEntityImpl.java +++ b/examples/demo/domain/src/main/java/demoapp/dom/domain/properties/Property/executionPublishing/jpa/PropertyExecutionPublishingEntityImpl.java @@ -37,7 +37,7 @@ import lombok.Setter; import demoapp.dom.domain.properties.Property.executionPublishing.PropertyExecutionPublishingEntity; -@Profile("demo-jdo") +@Profile("demo-jpa") @Entity @Table( schema = "demo",
