You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@causeway.apache.org by da...@apache.org on 2023/01/31 07:18:33 UTC

[causeway-app-simpleapp] 04/04: Merge branch 'jpa-SNAPSHOT' into jdo-SNAPSHOT

This is an automated email from the ASF dual-hosted git repository.

danhaywood pushed a commit to branch jdo-SNAPSHOT
in repository https://gitbox.apache.org/repos/asf/causeway-app-simpleapp.git

commit 436e911450685a768f3ab52cf7799d19b796403f
Merge: 2d59b48 e65523a
Author: danhaywood <da...@haywood-associates.co.uk>
AuthorDate: Tue Jan 31 07:14:36 2023 +0000

    Merge branch 'jpa-SNAPSHOT' into jdo-SNAPSHOT

 .../src/main/java/domainapp/modules/simple/dom/so/SimpleObject.java    | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --cc module-simple/src/main/java/domainapp/modules/simple/dom/so/SimpleObject.java
index bd5b9f6,7661580..4147083
--- a/module-simple/src/main/java/domainapp/modules/simple/dom/so/SimpleObject.java
+++ b/module-simple/src/main/java/domainapp/modules/simple/dom/so/SimpleObject.java
@@@ -99,10 -108,9 +99,9 @@@ public class SimpleObject implements Co
          return simpleObject;
      }
  
-     @Inject @NotPersistent
-     RepositoryService repositoryService;
 -    @Inject @Transient RepositoryService repositoryService;
 -    @Inject @Transient TitleService titleService;
 -    @Inject @Transient MessageService messageService;
++    @Inject @NotPersistent RepositoryService repositoryService;
 +    @Inject @NotPersistent TitleService titleService;
 +    @Inject @NotPersistent MessageService messageService;