Return-Path: X-Original-To: apmail-cxf-dev-archive@www.apache.org Delivered-To: apmail-cxf-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id D1A2810475 for ; Wed, 25 Jun 2014 14:41:41 +0000 (UTC) Received: (qmail 29973 invoked by uid 500); 25 Jun 2014 14:41:41 -0000 Delivered-To: apmail-cxf-dev-archive@cxf.apache.org Received: (qmail 29913 invoked by uid 500); 25 Jun 2014 14:41:41 -0000 Mailing-List: contact dev-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 dev@cxf.apache.org Received: (qmail 29893 invoked by uid 99); 25 Jun 2014 14:41:41 -0000 Received: from tyr.zones.apache.org (HELO tyr.zones.apache.org) (140.211.11.114) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 25 Jun 2014 14:41:41 +0000 Received: by tyr.zones.apache.org (Postfix, from userid 65534) id BB16D93A7F5; Wed, 25 Jun 2014 14:41:38 +0000 (UTC) From: cehser To: dev@cxf.apache.org Reply-To: dev@cxf.apache.org Message-ID: Subject: [GitHub] cxf pull request: Fix for [CXF-5822]. Content-Type: text/plain Date: Wed, 25 Jun 2014 14:41:38 +0000 (UTC) GitHub user cehser opened a pull request: https://github.com/apache/cxf/pull/8 Fix for [CXF-5822]. Checks classLoader for null and sets it to PropertiesLoaderUtils.class.getClassLoader() in case. You can merge this pull request into a Git repository by running: $ git pull https://github.com/cehser/cxf 2.6.x-fixes Alternatively you can review and apply these changes as the patch at: https://github.com/apache/cxf/pull/8.patch To close this pull request, make a commit to your master/trunk branch with (at least) the following in the commit message: This closes #8 ---- commit b84b9b2569a9616396fa22c112662a2dddc98f1e Author: Christoph Eßer Date: 2014-06-25T14:39:49Z Fix for [CXF-5822]. Checks classLoader for null and sets it to PropertiesLoaderUtils.class.getClassLoader() in case. ---- --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is enabled but not working, please contact infrastructure at infrastructure@apache.org or file a JIRA ticket with INFRA. ---