From dev-return-16659-apmail-openjpa-dev-archive=openjpa.apache.org@openjpa.apache.org Fri Jun 11 14:02:39 2010 Return-Path: Delivered-To: apmail-openjpa-dev-archive@www.apache.org Received: (qmail 36714 invoked from network); 11 Jun 2010 14:02:39 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 11 Jun 2010 14:02:39 -0000 Received: (qmail 96042 invoked by uid 500); 11 Jun 2010 14:02:39 -0000 Delivered-To: apmail-openjpa-dev-archive@openjpa.apache.org Received: (qmail 95913 invoked by uid 500); 11 Jun 2010 14:02:38 -0000 Mailing-List: contact dev-help@openjpa.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@openjpa.apache.org Delivered-To: mailing list dev@openjpa.apache.org Received: (qmail 95769 invoked by uid 99); 11 Jun 2010 14:02:37 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 11 Jun 2010 14:02:37 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.22] (HELO thor.apache.org) (140.211.11.22) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 11 Jun 2010 14:02:35 +0000 Received: from thor (localhost [127.0.0.1]) by thor.apache.org (8.13.8+Sun/8.13.8) with ESMTP id o5BE2C09013316 for ; Fri, 11 Jun 2010 14:02:14 GMT Message-ID: <7187382.44311276264932977.JavaMail.jira@thor> Date: Fri, 11 Jun 2010 10:02:12 -0400 (EDT) From: "Pinaki Poddar (JIRA)" To: dev@openjpa.apache.org Subject: [jira] Created: (OPENJPA-1693) Type introspection can upgrade to Java 5 or greater to rid of reflection MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 X-Virus-Checked: Checked by ClamAV on apache.org Type introspection can upgrade to Java 5 or greater to rid of reflection ------------------------------------------------------------------------ Key: OPENJPA-1693 URL: https://issues.apache.org/jira/browse/OPENJPA-1693 Project: OpenJPA Issue Type: Improvement Components: kernel Reporter: Pinaki Poddar Assignee: Pinaki Poddar Priority: Minor Fix For: 2.1.0 OpenJPA type introspection is flexible to cope with Java versions as new type facilities had been introduced. However the code has to use full of reflection to use ParameterizedType etc. As we have now deprecated support for JRE 4 -- should we get rid of reflection? -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.