You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@isis.apache.org by "ASF subversion and git services (Jira)" <ji...@apache.org> on 2022/07/12 12:44:00 UTC

[jira] [Commented] (ISIS-3002) Bring in extensions/core/outbox-publisher (from incode-platform)

    [ https://issues.apache.org/jira/browse/ISIS-3002?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17565451#comment-17565451 ] 

ASF subversion and git services commented on ISIS-3002:
-------------------------------------------------------

Commit f799756156483d7db288df5b4796a917c4f4d06b in isis's branch refs/heads/ISIS-3002 from Dan Haywood
[ https://gitbox.apache.org/repos/asf?p=isis.git;h=f799756156 ]

ISIS-3002: wip, adding executionlog and scaffolding for executionoutbox

also
- renames HasTransactionId -> HasInteractionAndSequence; docs to disambiguate usages
- introduces HasInteractionDto, similar to HasCommandDto
- rename DomainChangeRecord.ChangeType's PUBLISHED_INTERACTION -> EXECUTION
- removes most of @PropertyLayout for Command; rely on .layout.xml
- renames commandlog's jpa -> persistence-jpa, jdo -> persistence-jdo
- renames vw/exceldownload/ui -> vw/exceldownload/wicket-ui
- duplicate <dependencyManagement> for each of the extension modules so user can import either top-level extensions pom or more specific extension module pom
- adds AttributeConverters for JPA to mirror those we have for JDO (in particular, CommandDto and InteractionDto etc).
- fixes schema for CommandLog
- moves some default impls into DomainChangeRecord (preValue, postValue etc)
- global change
  - "o.a.i.persistence.jdo.datanucleus5" -> "o.a.i.persistence.jdo.datanucleus"
  - "o.a.i.xxx.xxx.persistence.jdo.dn5" -> "o.a.i.xxx.xxx.persistence.jdo.dn"


> Bring in extensions/core/outbox-publisher (from incode-platform)
> ----------------------------------------------------------------
>
>                 Key: ISIS-3002
>                 URL: https://issues.apache.org/jira/browse/ISIS-3002
>             Project: Isis
>          Issue Type: New Feature
>          Components: Isis Extensions
>    Affects Versions: 2.0.0-M7
>            Reporter: Daniel Keir Haywood
>            Assignee: Daniel Keir Haywood
>            Priority: Major
>             Fix For: 2.0.0-M8
>
>
> and then remove mappings entirely, cf ISIS-2999



--
This message was sent by Atlassian Jira
(v8.20.10#820010)