Return-Path: Delivered-To: apmail-activemq-dev-archive@www.apache.org Received: (qmail 46788 invoked from network); 20 Apr 2010 15:14:38 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 20 Apr 2010 15:14:38 -0000 Received: (qmail 73373 invoked by uid 500); 20 Apr 2010 15:14:37 -0000 Delivered-To: apmail-activemq-dev-archive@activemq.apache.org Received: (qmail 73317 invoked by uid 500); 20 Apr 2010 15:14:37 -0000 Mailing-List: contact dev-help@activemq.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@activemq.apache.org Delivered-To: mailing list dev@activemq.apache.org Received: (qmail 73309 invoked by uid 99); 20 Apr 2010 15:14:37 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 20 Apr 2010 15:14:37 +0000 X-ASF-Spam-Status: No, hits=-1317.4 required=10.0 tests=ALL_TRUSTED,AWL X-Spam-Check-By: apache.org Received: from [140.211.11.22] (HELO thor.apache.org) (140.211.11.22) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 20 Apr 2010 15:14:35 +0000 Received: from thor (localhost [127.0.0.1]) by thor.apache.org (8.13.8+Sun/8.13.8) with ESMTP id o3KFEFoo013825 for ; Tue, 20 Apr 2010 15:14:15 GMT Message-ID: <22763594.8101271776455263.JavaMail.jira@thor> Date: Tue, 20 Apr 2010 11:14:15 -0400 (EDT) From: "Dejan Bosanac (JIRA)" To: dev@activemq.apache.org Subject: [jira] Commented: (AMQ-2702) Localize Spring-related classes in a separate module In-Reply-To: <25812368.8081271775853598.JavaMail.jira@thor> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: ae95407df07c98740808b2ef9da0087c [ https://issues.apache.org/activemq/browse/AMQ-2702?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=58979#action_58979 ] Dejan Bosanac commented on AMQ-2702: ------------------------------------ rev 935952 introduced activemq-spring module and moved a few classes there. Incidentally activemq-pool module doesn't have spring dependency any more. The main question is what should we do with all tests in activemq-core (and other modules), that depends on Spring (and preventing us to do a better separation). IMHO we should move them either in this newly-created activemq-spring module or activemq-all module or even previously created sys test project. It will require some refactoring and probably make debugging a bit harder, but I think it's the move we have to make. > Localize Spring-related classes in a separate module > ---------------------------------------------------- > > Key: AMQ-2702 > URL: https://issues.apache.org/activemq/browse/AMQ-2702 > Project: ActiveMQ > Issue Type: Improvement > Affects Versions: 5.3.1 > Reporter: Dejan Bosanac > > We should try reducing Spring dependency on the broker core (and other modules) and move all Spring-related classes in a separate module. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.