This is an automated email from the ASF dual-hosted git repository.
danhaywood pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/isis.git
from 414d902e0b ISIS-3172: remove shallow ChoiceProviders
new 06c96d2335 ISIS-2965: improves javadoc, is all.
new 9200870c3b ISIS-2965: cosmetic: hide logicalTypeName of
DomainChangeRecord (audit trail, command, execution log) in tables (we can
still see the target bookmark, so almost the same info)
new f69dc8f272 ISIS-3176: adds missing @ObjectSupport everywhere to allow
usage under ENCAPSULATED_ENABLED introspection.
new cd0b38bedd ISIS-3177: fixes defaults is all.
new 95140465ac ISIS-3135: adds missing call to 'initializeIfRequired'
new e2f9969f34 ISIS-3110 : audit trail cosmetic UI improvements - show pre
and post value in tables.
new 7907e9cb8c ISIS-3178: handles logout event within transaction
new 6015ad2a2a ISIS-3179: catches PersistenceException thrown for
application-defined composite PK for JPA and load-time weaving.
new b30033cf2a ISIS-3180 - removes badge for outer div of one of the
scalar panel values
The 9 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:
.../isis/applib/annotation/Introspection.java | 69 ++++++++++++++----
.../applib/mixins/system/DomainChangeRecord.java | 3 +
.../services/appfeat/ApplicationFeatureId.java | 5 +-
.../services/appfeatui/ApplicationFeatureMenu.java | 3 +-
.../appfeatui/ApplicationFeatureViewModel.java | 3 +-
.../isis/core/config/EclipselinkConfiguration.java | 6 +-
.../isis/core/metamodel/inspect/model/MMNode.java | 3 +-
.../ApplicationFeatureRepositoryDefault.java | 1 +
.../demoapp/dom/domain/_changes/ChangesVm.java | 3 +-
.../progmodel/assoc/AssociatedActionDemo.java | 3 +-
.../progmodel/depargs/DependentArgsActionDemo.java | 2 +-
.../viewmodels/jaxbrefentity/JaxbRefEntity.java | 3 +-
.../PropertyLayout/navigable/FileNodeVm.java | 3 +-
.../commandlog/applib/dom/CommandLogEntry.java | 3 +-
.../BulkUpdateLineItemForDemoToDoItem.java | 3 +-
.../BulkUpdateManagerForDemoToDoItem.java | 3 +-
.../demoapp/todomodule/dom/ExcelDemoToDoItem.java | 3 +-
.../executionlog/applib/dom/ExecutionLogEntry.java | 3 +-
.../applib/dom/ExecutionOutboxEntry.java | 3 +-
.../applib/restapi/OutboxEvents.java | 3 +-
.../audittrail/applib/dom/AuditTrailEntry.java | 7 +-
.../feature/api/ApplicationFeatureChoices.java | 4 +-
.../tenancy/menu/ApplicationTenancyMenu.java | 3 +-
.../sessionlog/applib/dom/SessionLogEntry.java | 8 +--
.../spiimpl/SessionSubscriberForSessionLog.java | 34 +++++----
.../jpa/integration/entity/JpaEntityFacet.java | 6 +-
.../isis/testdomain/jpa/entities/JpaProduct.java | 3 +-
.../good/ProperMemberInheritanceAbstract.java | 12 ++--
.../scalars/ScalarPanelFormFieldAbstract.html | 84 +++++++++++-----------
29 files changed, 172 insertions(+), 117 deletions(-)