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 4AB12200AC8 for ; Mon, 9 May 2016 08:22:14 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 495BE160A07; Mon, 9 May 2016 06:22: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 C01C6160A06 for ; Mon, 9 May 2016 08:22:13 +0200 (CEST) Received: (qmail 73403 invoked by uid 500); 9 May 2016 06:22: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 73392 invoked by uid 99); 9 May 2016 06:22:12 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 09 May 2016 06:22:12 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id C94F62C14F8 for ; Mon, 9 May 2016 06:22:12 +0000 (UTC) Date: Mon, 9 May 2016 06:22:12 +0000 (UTC) From: "Gary Gregory (JIRA)" To: issues@commons.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Updated] (CSV-181) Make CSVPrinter.print(Object) GC-free MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 archived-at: Mon, 09 May 2016 06:22:14 -0000 [ https://issues.apache.org/jira/browse/CSV-181?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gary Gregory updated CSV-181: ----------------------------- Attachment: csv-181-gg.diff Attached WIP and I am discussing this with [~remkop@yahoo.com] from our Log4j team, of which I am also a member. > Make CSVPrinter.print(Object) GC-free > ------------------------------------- > > Key: CSV-181 > URL: https://issues.apache.org/jira/browse/CSV-181 > Project: Commons CSV > Issue Type: Improvement > Components: Printer > Affects Versions: 1.2 > Environment: Apache Maven 3.3.9 (bb52d8502b132ec0a5a3f4c09453c07478323dc5; 2015-11-10T08:41:47-08:00) > Maven home: E:\Java\apache-maven-3.3.9\bin\.. > Java version: 1.8.0_91, vendor: Oracle Corporation > Java home: C:\Program Files\Java\jdk1.8.0_91\jre > Default locale: en_US, platform encoding: Cp1252 > OS name: "windows 7", version: "6.1", arch: "amd64", family: "dos" > Reporter: Gary Gregory > Assignee: Gary Gregory > Attachments: csv-181-gg.diff > > > Make CSVPrinter.print(Object) GC-free. > One of the goals for Apache Log4j 2.6 is GC-free use cases. Log4j uses Commons CSV for its CSV layout. -- This message was sent by Atlassian JIRA (v6.3.4#6332)