You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@isis.apache.org by "Andi Huber (Jira)" <ji...@apache.org> on 2022/08/09 07:42:00 UTC

[jira] [Updated] (ISIS-3115) Custom IdStringifiers need to declare explicit Precedence

     [ https://issues.apache.org/jira/browse/ISIS-3115?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Andi Huber updated ISIS-3115:
-----------------------------
    Description: 
org.apache.isis.applib.services.bookmark.idstringifiers.IdStringifierForSerializable is 'earlier' than
org.apache.isis.extensions.commandlog.jpa.dom.CommandLogEntryPK$Stringifier
which should be the other way around

(I was not aware that Spring default @Component precedence is Ordered. LOWEST_PRECEDENCE)

  was:
org.apache.isis.applib.services.bookmark.idstringifiers.IdStringifierForSerializable is 'earlier' than
org.apache.isis.extensions.commandlog.jpa.dom.CommandLogEntryPK$Stringifier
which should be the other way around


> Custom IdStringifiers need to declare explicit Precedence
> ---------------------------------------------------------
>
>                 Key: ISIS-3115
>                 URL: https://issues.apache.org/jira/browse/ISIS-3115
>             Project: Isis
>          Issue Type: Bug
>          Components: Isis Core
>            Reporter: Andi Huber
>            Assignee: Andi Huber
>            Priority: Major
>             Fix For: 2.0.0-M8
>
>
> org.apache.isis.applib.services.bookmark.idstringifiers.IdStringifierForSerializable is 'earlier' than
> org.apache.isis.extensions.commandlog.jpa.dom.CommandLogEntryPK$Stringifier
> which should be the other way around
> (I was not aware that Spring default @Component precedence is Ordered. LOWEST_PRECEDENCE)



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