Return-Path: Delivered-To: apmail-cocoon-dev-archive@www.apache.org Received: (qmail 63649 invoked from network); 27 Feb 2009 08:17:38 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 27 Feb 2009 08:17:38 -0000 Received: (qmail 78801 invoked by uid 500); 27 Feb 2009 08:17:37 -0000 Delivered-To: apmail-cocoon-dev-archive@cocoon.apache.org Received: (qmail 78658 invoked by uid 500); 27 Feb 2009 08:17:37 -0000 Mailing-List: contact dev-help@cocoon.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: List-Post: Reply-To: dev@cocoon.apache.org List-Id: Delivered-To: mailing list dev@cocoon.apache.org Received: (qmail 78649 invoked by uid 99); 27 Feb 2009 08:17:37 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 27 Feb 2009 00:17:37 -0800 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.140] (HELO brutus.apache.org) (140.211.11.140) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 27 Feb 2009 08:17:34 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 75D75234C4AF for ; Fri, 27 Feb 2009 00:17:13 -0800 (PST) Message-ID: <112126715.1235722633481.JavaMail.jira@brutus> Date: Fri, 27 Feb 2009 00:17:13 -0800 (PST) From: "Reinhard Poetz (JIRA)" To: dev@cocoon.apache.org Subject: [jira] Assigned: (COCOON3-27) [PATCH] Add Java5 support In-Reply-To: <1037845623.1234060259717.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/COCOON3-27?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Reinhard Poetz reassigned COCOON3-27: ------------------------------------- Assignee: Reinhard Poetz (was: Cocoon Developers Team) > [PATCH] Add Java5 support > ------------------------- > > Key: COCOON3-27 > URL: https://issues.apache.org/jira/browse/COCOON3-27 > Project: Cocoon 3 > Issue Type: Improvement > Components: cocoon-stax > Affects Versions: 3.0.0-alpha-2 > Reporter: Andreas Pieber > Assignee: Reinhard Poetz > Fix For: 3.0.0-alpha-2 > > Attachments: stax-jdk1.5.patch > > > Kilian pushed me at the fact that we could very easily support java5 in the StAX component. The only thing which have to be done for this is to add an optional dependency to the woodstox StAX implementation and remove all the @Override-Annotations from the code. So in a java6 environment the woodstox reference is not required and the module will work with the default implementation. For java5 the additional dependency is required. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.