Return-Path: Delivered-To: apmail-cocoon-dev-archive@www.apache.org Received: (qmail 42789 invoked from network); 8 Feb 2009 02:49:23 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 8 Feb 2009 02:49:23 -0000 Received: (qmail 89043 invoked by uid 500); 8 Feb 2009 02:49:22 -0000 Delivered-To: apmail-cocoon-dev-archive@cocoon.apache.org Received: (qmail 88969 invoked by uid 500); 8 Feb 2009 02:49:22 -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 88960 invoked by uid 99); 8 Feb 2009 02:49:22 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 07 Feb 2009 18:49:22 -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; Sun, 08 Feb 2009 02:49:19 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 9149B234C4A9 for ; Sat, 7 Feb 2009 18:48:59 -0800 (PST) Message-ID: <1704026745.1234061339580.JavaMail.jira@brutus> Date: Sat, 7 Feb 2009 18:48:59 -0800 (PST) From: "Andreas Pieber (JIRA)" To: dev@cocoon.apache.org Subject: [jira] Updated: (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 ] Andreas Pieber updated COCOON3-27: ---------------------------------- Affects Version/s: 3.0.0-alpha-2 Forget to mark the affekted version... > [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: Cocoon Developers Team > 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.