Return-Path: X-Original-To: apmail-commons-issues-archive@minotaur.apache.org Delivered-To: apmail-commons-issues-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 0B2EA1043E for ; Mon, 2 Dec 2013 20:40:36 +0000 (UTC) Received: (qmail 52967 invoked by uid 500); 2 Dec 2013 20:40:35 -0000 Delivered-To: apmail-commons-issues-archive@commons.apache.org Received: (qmail 52895 invoked by uid 500); 2 Dec 2013 20:40:35 -0000 Mailing-List: contact issues-help@commons.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: issues@commons.apache.org Delivered-To: mailing list issues@commons.apache.org Received: (qmail 52887 invoked by uid 99); 2 Dec 2013 20:40:35 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 02 Dec 2013 20:40:35 +0000 Date: Mon, 2 Dec 2013 20:40:35 +0000 (UTC) From: "Oliver Heger (JIRA)" To: issues@commons.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Created] (BEANUTILS-455) WrapDynaBeans always use the default PropertyUtilsBean instance MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 Oliver Heger created BEANUTILS-455: -------------------------------------- Summary: WrapDynaBeans always use the default PropertyUtilsBean instance Key: BEANUTILS-455 URL: https://issues.apache.org/jira/browse/BEANUTILS-455 Project: Commons BeanUtils Issue Type: Improvement Components: Bean / Property Utils, DynaBean Affects Versions: 1.8.3 Reporter: Oliver Heger Fix For: 1.9.0 {{WrapDynaClass}} uses {{PropertyUtils}} for introspecting the wrapped bean class. Behind the scenes, this delegates to the standard {{PropertyUtilsBean}} instance. For some use cases it would make sense to hook in another instance of {{PropertyUtilsBean}} for this purpose, e.g. if custom introspection has been configured. The API should be extended to allow the client to specify a {{PropertyUtilsBean}} instance. If none is provided, the default instance should be used. -- This message was sent by Atlassian JIRA (v6.1#6144)