From dev-return-19746-apmail-openjpa-dev-archive=openjpa.apache.org@openjpa.apache.org Sat Dec 3 03:10:12 2011 Return-Path: X-Original-To: apmail-openjpa-dev-archive@www.apache.org Delivered-To: apmail-openjpa-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 488717B03 for ; Sat, 3 Dec 2011 03:10:12 +0000 (UTC) Received: (qmail 13684 invoked by uid 500); 3 Dec 2011 03:10:11 -0000 Delivered-To: apmail-openjpa-dev-archive@openjpa.apache.org Received: (qmail 13516 invoked by uid 500); 3 Dec 2011 03:10:09 -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 13413 invoked by uid 99); 3 Dec 2011 03:10:05 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 03 Dec 2011 03:10:05 +0000 X-ASF-Spam-Status: No, hits=-2001.2 required=5.0 tests=ALL_TRUSTED,RP_MATCHES_RCVD X-Spam-Check-By: apache.org Received: from [140.211.11.116] (HELO hel.zones.apache.org) (140.211.11.116) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 03 Dec 2011 03:10:02 +0000 Received: from hel.zones.apache.org (hel.zones.apache.org [140.211.11.116]) by hel.zones.apache.org (Postfix) with ESMTP id ACB54AF225 for ; Sat, 3 Dec 2011 03:09:41 +0000 (UTC) Date: Sat, 3 Dec 2011 03:09:41 +0000 (UTC) From: "Albert Lee (Closed) (JIRA)" To: dev@openjpa.apache.org Message-ID: <84824941.36773.1322881781743.JavaMail.tomcat@hel.zones.apache.org> In-Reply-To: <524379923.32164.1322769879959.JavaMail.tomcat@hel.zones.apache.org> Subject: [jira] [Closed] (OPENJPA-2085) Improve enhancement process to support JAVA 7 compliant class file generation 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 [ https://issues.apache.org/jira/browse/OPENJPA-2085?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Albert Lee closed OPENJPA-2085. ------------------------------- > Improve enhancement process to support JAVA 7 compliant class file generation > ----------------------------------------------------------------------------- > > Key: OPENJPA-2085 > URL: https://issues.apache.org/jira/browse/OPENJPA-2085 > Project: OpenJPA > Issue Type: Improvement > Components: Enhance, kernel > Affects Versions: 2.2.0 > Reporter: Albert Lee > Assignee: Albert Lee > Fix For: 2.2.0 > > Attachments: OPENJPA-2085.patch > > > Java 7 requires StackMapTable attribute to be set in class file for verification. > Serp does not support StackMapTable generation, hence the currently enhanced PersistenceCapable class will NOT be able to load by a Java 7 JVM if the entity is compiled with a Java 7 compiler (i.e. class file major version >= 51) -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa For more information on JIRA, see: http://www.atlassian.com/software/jira