Return-Path: X-Original-To: apmail-cxf-commits-archive@www.apache.org Delivered-To: apmail-cxf-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 53F7710F6A for ; Thu, 11 Jul 2013 20:48:22 +0000 (UTC) Received: (qmail 65559 invoked by uid 500); 11 Jul 2013 20:48:22 -0000 Delivered-To: apmail-cxf-commits-archive@cxf.apache.org Received: (qmail 65511 invoked by uid 500); 11 Jul 2013 20:48:22 -0000 Mailing-List: contact commits-help@cxf.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@cxf.apache.org Delivered-To: mailing list commits@cxf.apache.org Received: (qmail 65504 invoked by uid 99); 11 Jul 2013 20:48:22 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 11 Jul 2013 20:48:22 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO eris.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 11 Jul 2013 20:48:21 +0000 Received: from eris.apache.org (localhost [127.0.0.1]) by eris.apache.org (Postfix) with ESMTP id 2C0B62388BF1; Thu, 11 Jul 2013 20:48:01 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1502356 - in /cxf/trunk/api/src: main/java/org/apache/cxf/configuration/spring/ test/java/org/apache/cxf/configuration/spring/ Date: Thu, 11 Jul 2013 20:48:01 -0000 To: commits@cxf.apache.org From: dkulp@apache.org X-Mailer: svnmailer-1.0.9 Message-Id: <20130711204801.2C0B62388BF1@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: dkulp Date: Thu Jul 11 20:48:00 2013 New Revision: 1502356 URL: http://svn.apache.org/r1502356 Log: Remove the ancient spring maps we created for delayed lookup of objects that is no longer used with the new bus extension mechanisms Removed: cxf/trunk/api/src/main/java/org/apache/cxf/configuration/spring/AbstractSpringBeanMap.java cxf/trunk/api/src/main/java/org/apache/cxf/configuration/spring/SpringBeanMap.java cxf/trunk/api/src/main/java/org/apache/cxf/configuration/spring/SpringBeanQNameMap.java cxf/trunk/api/src/test/java/org/apache/cxf/configuration/spring/Person.java cxf/trunk/api/src/test/java/org/apache/cxf/configuration/spring/PersonImpl.java cxf/trunk/api/src/test/java/org/apache/cxf/configuration/spring/PersonQNameImpl.java cxf/trunk/api/src/test/java/org/apache/cxf/configuration/spring/SpringBeanMapTest.java cxf/trunk/api/src/test/java/org/apache/cxf/configuration/spring/SpringBeanQNameMapTest.java cxf/trunk/api/src/test/java/org/apache/cxf/configuration/spring/beanMap.xml cxf/trunk/api/src/test/java/org/apache/cxf/configuration/spring/beanQNameMap.xml