Return-Path: Delivered-To: apmail-db-jdo-dev-archive@www.apache.org Received: (qmail 42037 invoked from network); 5 Dec 2007 22:22:16 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 5 Dec 2007 22:22:16 -0000 Received: (qmail 97541 invoked by uid 500); 5 Dec 2007 22:22:04 -0000 Mailing-List: contact jdo-dev-help@db.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: jdo-dev@db.apache.org Delivered-To: mailing list jdo-dev@db.apache.org Received: (qmail 97530 invoked by uid 99); 5 Dec 2007 22:22:04 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 05 Dec 2007 14:22:04 -0800 X-ASF-Spam-Status: No, hits=-100.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO brutus.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 05 Dec 2007 22:22:04 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 505CB71423B for ; Wed, 5 Dec 2007 14:21:43 -0800 (PST) Message-ID: <26241265.1196893303326.JavaMail.jira@brutus> Date: Wed, 5 Dec 2007 14:21:43 -0800 (PST) From: "Craig Russell (JIRA)" To: jdo-dev@db.apache.org Subject: [jira] Updated: (JDO-540) Support for final modifier on fields of Persistence-Capable classes In-Reply-To: <30241833.1191604011286.JavaMail.jira@brutus> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/JDO-540?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Craig Russell updated JDO-540: ------------------------------ Fix Version/s: (was: JDO 2 maintenance release 1) This change request needs more investigation. Deferring to a future release. > Support for final modifier on fields of Persistence-Capable classes > ------------------------------------------------------------------- > > Key: JDO-540 > URL: https://issues.apache.org/jira/browse/JDO-540 > Project: JDO > Issue Type: New Feature > Components: api2 > Reporter: Chris Beams > Assignee: Chris Beams > > Per changes introduced in Java5 as part of JSR-133, post-construction modification of final fields is now possible when calling setAccessible(true) on a field via reflection. > Heinz Kabutz gives a good discussion of the feature: http://www.javaspecialists.eu/archive/Issue096.html > Supporting final on fields would make JDO even less intrusive than it already is, and would allow users to create richer class definitions. > Let's discuss... -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.