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/02/14 12:41:03 UTC

[isis] branch ISIS-2444 updated (5c9fb62 -> 9c84de6)

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

danhaywood pushed a change to branch ISIS-2444
in repository https://gitbox.apache.org/repos/asf/isis.git.


    from 5c9fb62  ISIS-2444: further updates to ref guide (domain services)
     add 3d48349  ISIS-2444: docs for RepositoryService, and move JdoSupportService to services package, for symmetry with JPA
     add 9c84de6  ISIS-2444: fixes compile issue

No new revisions were added by this update.

Summary of changes:
 .../pages/index/applib/query/QueryRange.adoc       |  44 ++-
 .../applib/services/metrics/MetricsService.adoc    |   4 +
 .../queryresultscache/QueryResultsCache.adoc       |  16 +-
 .../QueryResultsCacheControl.adoc                  |  19 +-
 .../applib/services/repository/EntityState.adoc    | 101 ++++++-
 .../services/repository/RepositoryService.adoc     | 124 +++++----
 .../JdoSupportService.adoc                         |   0
 .../modules/generated/pages/system-overview.adoc   |  38 +--
 .../applib-svc/pages/RepositoryService.adoc        | 253 ------------------
 .../hooks/examples_and_usage.adoc                  | 184 ++++++++++++-
 .../RepositoryService/hooks/implementation.adoc    |  22 ++
 .../modules/applib-svc/pages/RoutingService.adoc   |  76 +-----
 .../RoutingService/hooks/examples_and_usage.adoc   |  15 ++
 .../pages/RoutingService/hooks/implementation.adoc |   4 +
 .../adoc/modules/applib-svc/pages/Scratchpad.adoc  |   2 +-
 .../java/org/apache/isis/applib/query/Query.java   |   4 +-
 .../org/apache/isis/applib/query/QueryRange.java   |  63 +++--
 .../services/repository/RepositoryService.java     | 294 +++++++++++++++------
 .../applib/services/routing/RoutingService.java    |  57 +++-
 core/config/generateConfigDocs.groovy              |   7 +
 .../commandlog/impl/jdo/CommandJdoRepository.java  |  36 +--
 .../isis/legacy/applib/DomainObjectContainer.java  |  60 ++---
 .../JdoSupportService.java                         |  41 +--
 .../jdosupport/JdoSupportServiceDefault.java       |   2 +-
 .../mixins/Persistable_downloadJdoMetadata.java    |   2 +-
 .../jdo/metamodel/menu/JdoMetamodelMenu.java       |  16 +-
 .../ExcelDemoToDoItem_tearDown2.java               |   2 +-
 .../teardown/jdo/TeardownFixtureJdoAbstract.java   |   2 +-
 28 files changed, 895 insertions(+), 593 deletions(-)
 rename antora/components/system/modules/generated/pages/index/persistence/jdo/applib/{integration => services}/JdoSupportService.adoc (100%)
 rename persistence/jdo/applib/src/main/java/org/apache/isis/persistence/jdo/applib/{integration => services}/JdoSupportService.java (92%)