You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@abdera.apache.org by "James M Snell (JIRA)" <ji...@apache.org> on 2008/04/15 19:07:06 UTC

[jira] Created: (ABDERA-148) Java 1.6 Support

Java 1.6 Support
----------------

                 Key: ABDERA-148
                 URL: https://issues.apache.org/jira/browse/ABDERA-148
             Project: Abdera
          Issue Type: Improvement
            Reporter: James M Snell
             Fix For: 0.5.0


Ensure that JDK 1.6 is supported

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


Re: [jira] Created: (ABDERA-148) Java 1.6 Support

Posted by Chris Berry <ch...@gmail.com>.
FYI; we are using abdera (0.3) on Java 1.6 without issue

On Apr 15, 2008, at 12:07 PM, James M Snell (JIRA) wrote:

> Java 1.6 Support
> ----------------
>
>                 Key: ABDERA-148
>                 URL: https://issues.apache.org/jira/browse/ABDERA-148
>             Project: Abdera
>          Issue Type: Improvement
>            Reporter: James M Snell
>             Fix For: 0.5.0
>
>
> Ensure that JDK 1.6 is supported
>
> -- 
> This message is automatically generated by JIRA.
> -
> You can reply to this email to add a comment to the issue online.
>


[jira] Commented: (ABDERA-148) Java 1.6 Support

Posted by "Jörg Prante (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/ABDERA-148?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12590429#action_12590429 ] 

Jörg Prante commented on ABDERA-148:
------------------------------------

To build Abdera under JDK 6 and Maven 2.0.8, I used the following modifications:

In main directory pom.xml:
- set source/target to 1.6 and adjust javadoc pointer in maven-javadoc-plugin
- force maven-surefire-plugin to version 2.3 to avoid junit annotation bug
- update Woodstox to 3.2.4 for passing StAX FeedValidator test
- set Xerces 2.8.1 scope to "compile" only
- remove xml-apis dependency 

In extension WSSE pom.xml
- suppress Maven tests to avoid NPE during surefire test (see also http://jira.codehaus.org/browse/MRRESOURCES-6)


> Java 1.6 Support
> ----------------
>
>                 Key: ABDERA-148
>                 URL: https://issues.apache.org/jira/browse/ABDERA-148
>             Project: Abdera
>          Issue Type: Improvement
>            Reporter: James M Snell
>             Fix For: 0.5.0
>
>
> Ensure that JDK 1.6 is supported

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Resolved: (ABDERA-148) Java 1.6 Support

Posted by "Jim Ancona (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/ABDERA-148?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jim Ancona resolved ABDERA-148.
-------------------------------

    Resolution: Fixed

Added "java6" Maven profile which can be invoke with mvn -Pjava6 installl or in settings.xml. If a profile doesn't meet your needs, please comment or re-open.

Note: I also had to set  MAVEN_OPTS="-XX:MaxPermSize=128m" to avoid an out of memory exception when compiling with Java 6.



> Java 1.6 Support
> ----------------
>
>                 Key: ABDERA-148
>                 URL: https://issues.apache.org/jira/browse/ABDERA-148
>             Project: Abdera
>          Issue Type: Improvement
>            Reporter: James M Snell
>            Assignee: Jim Ancona
>             Fix For: 0.5.0
>
>         Attachments: apache-abdera-build-jdk6.patch
>
>
> Ensure that JDK 1.6 is supported

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Assigned: (ABDERA-148) Java 1.6 Support

Posted by "Jim Ancona (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/ABDERA-148?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jim Ancona reassigned ABDERA-148:
---------------------------------

    Assignee: Jim Ancona

> Java 1.6 Support
> ----------------
>
>                 Key: ABDERA-148
>                 URL: https://issues.apache.org/jira/browse/ABDERA-148
>             Project: Abdera
>          Issue Type: Improvement
>            Reporter: James M Snell
>            Assignee: Jim Ancona
>             Fix For: 0.5.0
>
>         Attachments: apache-abdera-build-jdk6.patch
>
>
> Ensure that JDK 1.6 is supported

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (ABDERA-148) Java 1.6 Support

Posted by "Jörg Prante (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/ABDERA-148?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jörg Prante updated ABDERA-148:
-------------------------------

    Attachment: apache-abdera-build-jdk6.patch

Patch against pom.xml's for building Abdera with JDK 6

> Java 1.6 Support
> ----------------
>
>                 Key: ABDERA-148
>                 URL: https://issues.apache.org/jira/browse/ABDERA-148
>             Project: Abdera
>          Issue Type: Improvement
>            Reporter: James M Snell
>             Fix For: 0.5.0
>
>         Attachments: apache-abdera-build-jdk6.patch
>
>
> Ensure that JDK 1.6 is supported

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.