[
https://issues.apache.org/jira/browse/ARTEMIS-904?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15996979#comment-15996979
]
ASF subversion and git services commented on ARTEMIS-904:
---------------------------------------------------------
Commit f82623a20c3bcd7acdfd01f7ee75b1de4a7d2e96 in activemq-artemis's branch
refs/heads/master from [~bennetelli]
[ https://git-wip-us.apache.org/repos/asf?p=activemq-artemis.git;h=f82623a ]
ARTEMIS-904 Remove cyclic dependencies from artemis-cli
move classes and methods to their correct location to avoid cyclic dependencies
between packages and classes.
ARTEMIS-904 Remove cyclic dependencies from artemis-cli
move classes and methods to their correct location to avoid cyclic dependencies
between packages and classes.
ARTEMIS-904 Remove cyclic dependencies from artemis-cli
move classes and methods to their correct location to avoid cyclic dependencies
between packages and classes.
> Remove cyclic dependencies from artemis-cli
> -------------------------------------------
>
> Key: ARTEMIS-904
> URL: https://issues.apache.org/jira/browse/ARTEMIS-904
> Project: ActiveMQ Artemis
> Issue Type: Improvement
> Reporter: Bennet Schulz
>
> The project needs some smaller refactorings. Some methods should be moved to
> another class which is responsible it (e.g. printBanner() in Artemis class
> should be moved to PrintData class.
> In addition to this simple case there are lots of other classes/packages
> which have cyclic dependencies.
> I already did such a refactoring for artemis-jdbc. (ARTEMIS-830 Remove cyclic
> dependencies from artemis-jdbc-store)
> We should track all our dependencies between classes and packages as the
> Spring guys do since quite a while
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)