Return-Path: X-Original-To: apmail-camel-commits-archive@www.apache.org Delivered-To: apmail-camel-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 5087517ADC for ; Mon, 4 May 2015 17:15:57 +0000 (UTC) Received: (qmail 45531 invoked by uid 500); 4 May 2015 17:15:57 -0000 Delivered-To: apmail-camel-commits-archive@camel.apache.org Received: (qmail 45399 invoked by uid 500); 4 May 2015 17:15:57 -0000 Mailing-List: contact commits-help@camel.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@camel.apache.org Delivered-To: mailing list commits@camel.apache.org Received: (qmail 45259 invoked by uid 99); 4 May 2015 17:15:57 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 04 May 2015 17:15:57 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id D4633E0986; Mon, 4 May 2015 17:15:56 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: raulk@apache.org To: commits@camel.apache.org Date: Mon, 04 May 2015 17:15:58 -0000 Message-Id: <203fec89a0a748f2ad54fe255ccaced1@git.apache.org> In-Reply-To: <72c9152ddb164d43a0776904e191879f@git.apache.org> References: <72c9152ddb164d43a0776904e191879f@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: [3/5] camel git commit: Merge branch 'fix/CAMEL-8689-camel-dozer-classloading-issue' into camel-2.14.x Merge branch 'fix/CAMEL-8689-camel-dozer-classloading-issue' into camel-2.14.x Project: http://git-wip-us.apache.org/repos/asf/camel/repo Commit: http://git-wip-us.apache.org/repos/asf/camel/commit/08462c14 Tree: http://git-wip-us.apache.org/repos/asf/camel/tree/08462c14 Diff: http://git-wip-us.apache.org/repos/asf/camel/diff/08462c14 Branch: refs/heads/camel-2.14.x Commit: 08462c146e10d5c8665d1e0992ae840c5bd35f9b Parents: 1127a32 bf7e94f Author: Raul Kripalani Authored: Mon May 4 18:10:57 2015 +0100 Committer: Raul Kripalani Committed: Mon May 4 18:10:57 2015 +0100 ---------------------------------------------------------------------- .../dozer/CamelToDozerClassResolverAdapter.java | 46 ----------- .../dozer/DozerThreadContextClassLoader.java | 83 ++++++++++++++++++++ .../converter/dozer/DozerTypeConverter.java | 23 +++++- .../dozer/DozerTypeConverterLoader.java | 28 +++++-- 4 files changed, 126 insertions(+), 54 deletions(-) ----------------------------------------------------------------------