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

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


    from 259bec1535 ISIS-3172: minor secman/demo domain fixes
     add 06c96d2335 ISIS-2965: improves javadoc, is all.
     add 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)
     add f69dc8f272 ISIS-3176: adds missing @ObjectSupport everywhere to allow 
usage under ENCAPSULATED_ENABLED introspection.
     add cd0b38bedd ISIS-3177: fixes defaults is all.
     add 95140465ac ISIS-3135: adds missing call to 'initializeIfRequired'
     add e2f9969f34 ISIS-3110 : audit trail cosmetic UI improvements - show pre 
and post value in tables.
     add 7907e9cb8c ISIS-3178: handles logout event within transaction
     add 6015ad2a2a ISIS-3179: catches PersistenceException thrown for 
application-defined composite PK for JPA and load-time weaving.
     add b30033cf2a ISIS-3180 - removes badge for outer div of one of the 
scalar panel values
     add 56080c8805 ISIS-3176: demo build fix
     add aeb7b45ac0 Bump datanucleus-* from 6.0.0-release to 6.0.1
     add 4509857d7c Bump joda-time from 2.11.0 to 2.11.1
     add 35cde180d7 Merge pull request #1069 from 
apache/dependabot/maven/master/joda-time-joda-time-2.11.1
     add a03cd44332 Merge remote-tracking branch 'origin/master' into 
3172-select2

No new revisions were added by this update.

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 +-
 bom/pom.xml                                        | 12 ++--
 .../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 |  3 +-
 .../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 ++--
 starters/pom.xml                                   |  6 +-
 .../scalars/ScalarPanelFormFieldAbstract.html      | 84 +++++++++++-----------
 31 files changed, 182 insertions(+), 126 deletions(-)

Reply via email to