Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id C4CBB200B22 for ; Wed, 1 Jun 2016 08:37:14 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id C2AFC160A1B; Wed, 1 Jun 2016 06:37:14 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id 0E1A2160A3A for ; Wed, 1 Jun 2016 08:37:13 +0200 (CEST) Received: (qmail 45713 invoked by uid 500); 1 Jun 2016 06:37:13 -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 45646 invoked by uid 99); 1 Jun 2016 06:37:13 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 01 Jun 2016 06:37:13 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id DFBC22C1F5D for ; Wed, 1 Jun 2016 06:37:12 +0000 (UTC) Date: Wed, 1 Jun 2016 06:37:12 +0000 (UTC) From: "Gary Gregory (JIRA)" To: issues@commons.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (BEANUTILS-435) Use java.util.concurrent facilities to improve caching MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 archived-at: Wed, 01 Jun 2016 06:37:14 -0000 [ https://issues.apache.org/jira/browse/BEANUTILS-435?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15309391#comment-15309391 ] Gary Gregory commented on BEANUTILS-435: ---------------------------------------- Patches welcome! > Use java.util.concurrent facilities to improve caching > ------------------------------------------------------ > > Key: BEANUTILS-435 > URL: https://issues.apache.org/jira/browse/BEANUTILS-435 > Project: Commons BeanUtils > Issue Type: Improvement > Affects Versions: 1.8.3 > Reporter: Benedikt Ritter > Fix For: 2.0 > > > After updating to Java 1.5 we can make use of the facilities introduced in the java.util.concurrent package. This could improve the internal caching. -- This message was sent by Atlassian JIRA (v6.3.4#6332)