You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@isis.apache.org by da...@apache.org on 2021/04/05 14:24:16 UTC

[isis-app-simpleapp] branch jpa-SNAPSHOT updated (d17467e -> 239b774)

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

danhaywood pushed a change to branch jpa-SNAPSHOT
in repository https://gitbox.apache.org/repos/asf/isis-app-simpleapp.git.


    from d17467e  Merge branch 'jpa' into jpa-SNAPSHOT
     add b0c4c28  adds quartz example
     new 56a2ac8  Merge branch 'jdo' into jpa
     new c2b97ed  Merge branch 'jpa' into jpa-SNAPSHOT
     add e299f00  Merge branch 'jdo' into jdo-SNAPSHOT
     new 239b774  Merge branch 'jdo-SNAPSHOT' into jpa-SNAPSHOT

The 3 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 webapp/pom.xml                                     | 20 ++++++++++
 .../main/java/domainapp/webapp/AppManifest.java    |  2 +
 .../java/domainapp/webapp/quartz/QuartzModule.java | 45 ++++++++++++++++++++++
 .../job/SampleJob.java}                            | 28 ++++++++++----
 4 files changed, 88 insertions(+), 7 deletions(-)
 create mode 100644 webapp/src/main/java/domainapp/webapp/quartz/QuartzModule.java
 copy webapp/src/main/java/domainapp/webapp/{custom/restapi/CustomController.java => quartz/job/SampleJob.java} (70%)

[isis-app-simpleapp] 03/03: Merge branch 'jdo-SNAPSHOT' into jpa-SNAPSHOT

Posted by da...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

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

commit 239b774b93df7232d6b67a873bab68c760698ae4
Merge: c2b97ed e299f00
Author: danhaywood <da...@haywood-associates.co.uk>
AuthorDate: Mon Apr 5 15:23:20 2021 +0100

    Merge branch 'jdo-SNAPSHOT' into jpa-SNAPSHOT


[isis-app-simpleapp] 02/03: Merge branch 'jpa' into jpa-SNAPSHOT

Posted by da...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

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

commit c2b97ed869ba0deb371f30def5e05a57e4e889a9
Merge: d17467e 56a2ac8
Author: danhaywood <da...@haywood-associates.co.uk>
AuthorDate: Mon Apr 5 15:23:13 2021 +0100

    Merge branch 'jpa' into jpa-SNAPSHOT

 webapp/pom.xml                                     | 20 +++++++
 .../main/java/domainapp/webapp/AppManifest.java    |  2 +
 .../java/domainapp/webapp/quartz/QuartzModule.java | 45 ++++++++++++++++
 .../domainapp/webapp/quartz/job/SampleJob.java     | 63 ++++++++++++++++++++++
 4 files changed, 130 insertions(+)

[isis-app-simpleapp] 01/03: Merge branch 'jdo' into jpa

Posted by da...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

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

commit 56a2ac87bf787d6efd0ada986ceac68a082de594
Merge: eb503d6 b0c4c28
Author: danhaywood <da...@haywood-associates.co.uk>
AuthorDate: Mon Apr 5 15:22:47 2021 +0100

    Merge branch 'jdo' into jpa

 webapp/pom.xml                                     | 20 +++++++
 .../main/java/domainapp/webapp/AppManifest.java    |  2 +
 .../java/domainapp/webapp/quartz/QuartzModule.java | 45 ++++++++++++++++
 .../domainapp/webapp/quartz/job/SampleJob.java     | 63 ++++++++++++++++++++++
 4 files changed, 130 insertions(+)