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/01/15 10:32:17 UTC

[isis] branch 2263-Update_RO_spec updated (68fa633 -> be46728)

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

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


    from 68fa633  ISIS-2263: adds characteristics to TemporalValueFacet
     add be46728  ISIS-2263: minor code improvement + sync adoc

No new revisions were added by this update.

Summary of changes:
 antora/supplemental-ui/ui.yml                      |   5 +
 .../examples/layout/menubars/MenuBarsAbstract.java |   1 -
 .../examples/mixins/dto/DtoMappingHelper.java      |  19 +--
 .../applib-cm/examples/util/JaxbAdapters.java      | 190 ++++++++++++++++++---
 .../examples/util/schema/ChangesDtoUtils.java      |   2 +-
 .../examples/util/schema/CommandDtoUtils.java      |  12 +-
 .../examples/util/schema/CommonDtoUtils.java       | 109 +++++++++---
 .../examples/util/schema/InteractionDtoUtils.java  |  22 +--
 .../util/schema/MemberExecutionDtoUtils.java       |  10 +-
 .../RepresentsInteractionMemberExecution.java      |   2 +-
 .../background/BackgroundCommandService.java       |   2 +-
 .../examples/services/bookmark/Bookmark.java       |  68 +-------
 .../examples/services/command/Command.java         |   2 +-
 .../services/command/CommandDtoProcessor.java      |   2 +-
 .../CommandDtoProcessorForActionAbstract.java      |   8 +-
 .../CommandDtoProcessorForPropertyAbstract.java    |   4 +-
 .../examples/services/command/CommandWithDto.java  |   2 +-
 .../ContentMappingServiceForCommandDto.java        |   4 +-
 .../ContentMappingServiceForCommandsDto.java       |   4 +-
 .../command/spi/CommandDtoProcessorService.java    |   2 +-
 .../examples/services/hint/HintStore.java          |   3 +-
 .../examples/services/iactn/Interaction.java       |  16 +-
 .../services/metamodel/MetaModelService.java       |   2 +-
 .../services/metamodel/MetaModelServicesMenu.java  |   2 +-
 .../examples/services/metrics/MetricsService.java  |   2 +-
 .../services/publish/PublishedObjects.java         |   2 +-
 .../services/publish/PublisherServiceLogging.java  |   4 +-
 .../UrlEncodingServiceWithCompression.java         |  14 --
 .../xmlsnapshot/XmlSnapshotServiceAbstract.java    |   9 +-
 .../facets/value/temporal/TemporalAdjust.java      |  46 ++++-
 30 files changed, 361 insertions(+), 209 deletions(-)