You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@isis.apache.org by ah...@apache.org on 2020/12/22 12:55:25 UTC

[isis] branch master updated (988fd90 -> d28de2d)

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

ahuber pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/isis.git.


    from 988fd90  ISIS-2033: more 'runtime' cleaning up
     add d296991  ISIS-2033: more 'runtime' cleaning up (2)
     add d28de2d  ISIS-2033: remove IsisContext, also update sys overview (adoc)

No new revisions were added by this update.

Summary of changes:
 .../HasHtml.adoc => query/AllInstancesQuery.adoc}  |   6 +-
 .../NamedQuery.adoc}                               |  12 +-
 .../generated/pages/index/applib/query/Query.adoc  |  12 +-
 .../index/applib/query/QueryFindAllInstances.adoc  |  18 -
 .../services/command/CommandOutcomeHandler.adoc    |   4 +-
 .../applib/services/xactn/TransactionService.adoc  |  14 +-
 .../pages/index/applib/util/JaxbUtil.adoc          |   8 +-
 .../pages/index/commons/functional/Result.adoc     |  60 +++
 .../changetracking/EntityChangeTrackerDefault.adoc |   0
 .../jpa/applib/services/JpaSupportService.adoc}    |  32 +-
 .../modules/generated/pages/system-overview.adoc   | 444 +++++++++++++++++----
 core/runtime/pom.xml                               |   3 +
 .../isis/core/runtime/IsisModuleCoreRuntime.java   |   4 +-
 .../isis/core/runtime/context/IsisContext.java     |  59 ---
 ...tService.java => AppLifecycleEventService.java} |   2 +-
 .../session/InteractionFactoryDefault.java         |   4 +-
 .../lifecycles/DataNucleusLifeCycleHelper.java     |   4 +-
 .../JdoStoreLifecycleListenerForIsis.java          |   4 +-
 .../DataNucleusApplicationComponents5.java         |   4 +-
 .../wicket/ui/panels/FormExecutorDefault.java      |   4 +-
 20 files changed, 489 insertions(+), 209 deletions(-)
 copy antora/components/system/modules/generated/pages/index/applib/{value/HasHtml.adoc => query/AllInstancesQuery.adoc} (92%)
 copy antora/components/system/modules/generated/pages/index/applib/{value/NamedWithMimeType.adoc => query/NamedQuery.adoc} (76%)
 delete mode 100644 antora/components/system/modules/generated/pages/index/applib/query/QueryFindAllInstances.adoc
 create mode 100644 antora/components/system/modules/generated/pages/index/commons/functional/Result.adoc
 rename antora/components/system/modules/generated/pages/index/core/{runtime/persistence => transaction}/changetracking/EntityChangeTrackerDefault.adoc (100%)
 copy antora/components/system/modules/generated/pages/index/{applib/services/xml/XmlService.adoc => persistence/jpa/applib/services/JpaSupportService.adoc} (54%)
 delete mode 100644 core/runtime/src/main/java/org/apache/isis/core/runtime/context/IsisContext.java
 rename core/runtime/src/main/java/org/apache/isis/core/runtime/events/{RuntimeEventService.java => AppLifecycleEventService.java} (98%)