Return-Path: X-Original-To: apmail-cxf-issues-archive@www.apache.org Delivered-To: apmail-cxf-issues-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 38147186F2 for ; Fri, 12 Jun 2015 17:38:01 +0000 (UTC) Received: (qmail 17074 invoked by uid 500); 12 Jun 2015 17:38:01 -0000 Delivered-To: apmail-cxf-issues-archive@cxf.apache.org Received: (qmail 17039 invoked by uid 500); 12 Jun 2015 17:38:01 -0000 Mailing-List: contact issues-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 issues@cxf.apache.org Received: (qmail 16847 invoked by uid 99); 12 Jun 2015 17:38:01 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 12 Jun 2015 17:38:01 +0000 Date: Fri, 12 Jun 2015 17:38:01 +0000 (UTC) From: "John D. Ament (JIRA)" To: issues@cxf.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Created] (CXF-6461) Smarter deactivation of SpringAopClassHelper MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 John D. Ament created CXF-6461: ---------------------------------- Summary: Smarter deactivation of SpringAopClassHelper Key: CXF-6461 URL: https://issues.apache.org/jira/browse/CXF-6461 Project: CXF Issue Type: Improvement Components: Tooling Affects Versions: 3.0.5 Reporter: John D. Ament Improve how ClassHelper activates Spring or default implementation. https://github.com/apache/cxf/blob/3.0.x-fixes/core/src/main/java/org/apache/cxf/common/util/ClassHelper.java#L40 Instead of relying solely on the JVM flag, also check for spring on the classpath. -- This message was sent by Atlassian JIRA (v6.3.4#6332)