You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openmeetings.apache.org by "ASF subversion and git services (JIRA)" <ji...@apache.org> on 2019/03/22 09:33:00 UTC

[jira] [Commented] (OPENMEETINGS-1867) Code-clean-up

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

ASF subversion and git services commented on OPENMEETINGS-1867:
---------------------------------------------------------------

Commit 6d54639e4087329fee2560af15113bdb26d226ed in openmeetings's branch refs/heads/master from Maxim Solodovnik
[ https://gitbox.apache.org/repos/asf?p=openmeetings.git;h=6d54639 ]

[OPENMEETINGS-1867] Room clients are held in LoadableDetachableModel


> Code-clean-up
> -------------
>
>                 Key: OPENMEETINGS-1867
>                 URL: https://issues.apache.org/jira/browse/OPENMEETINGS-1867
>             Project: Openmeetings
>          Issue Type: Improvement
>          Components: UI
>    Affects Versions: 5.0.0
>            Reporter: Maxim Solodovnik
>            Assignee: Maxim Solodovnik
>            Priority: Major
>             Fix For: 5.0.0
>
>
> # isEnabled/isVisible/Wizard need to be improved as described in (https://issues.apache.org/jira/browse/WICKET-6541)
>  # Switch to Wicket9 and
>  ## remove V3() explicit call
>  ## switch to JUnit5
>  # Labels can be dynamically updated using {{getApplication().getResourceSettings().getPropertiesFactory().clearCache()}}
>  # Room clients should be hold in LoadableDetachableModel to avoid serialization and ConcurrentModification exceptions
>  # Indicies to DB columns need to be added
>  # -`openmeetings-db` -> remove `spring-test` as compile time dependency-
>  # -`openmeetings-web` -> remove `spring-test` as dependency-
>  # -Use `changeSessionId()` instead of `replaceSession`-
>  # -{{Model.of(getString("..."))}} should be replaced with {{new ResourceModel("...)}}-



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)