You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@jackrabbit.apache.org by "Jukka Zitting (JIRA)" <ji...@apache.org> on 2008/08/28 11:33:44 UTC

[jira] Created: (JCR-1726) Hudson build doesn't detect Java 5 class references

Hudson build doesn't detect Java 5 class references
---------------------------------------------------

                 Key: JCR-1726
                 URL: https://issues.apache.org/jira/browse/JCR-1726
             Project: Jackrabbit
          Issue Type: Task
            Reporter: Jukka Zitting
            Priority: Minor
             Fix For: none


Due to the fact that the Maven 2 support in Hudson only works on Java 5, our current CI build at http://hudson.zones.apache.org/hudson/job/Jackrabbit-trunk/ doesn't detect references to classes and methods that are only available in the Java 5 class library.

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


[jira] Resolved: (JCR-1726) Hudson build doesn't detect Java 5 class references

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

Jukka Zitting resolved JCR-1726.
--------------------------------

    Resolution: Fixed
      Assignee: Jukka Zitting

There is now a simple Java 1.4 build http://hudson.zones.apache.org/hudson/job/Jackrabbit-trunk-java14/ that is automatically executed after all successful Java 1.5 builds of Jackrabbit trunk. This is a workaround, but should achieve the goal of automatically alerting us whenever Java 1.5 features creep in the codebase.

> Hudson build doesn't detect Java 5 class references
> ---------------------------------------------------
>
>                 Key: JCR-1726
>                 URL: https://issues.apache.org/jira/browse/JCR-1726
>             Project: Jackrabbit
>          Issue Type: Task
>            Reporter: Jukka Zitting
>            Assignee: Jukka Zitting
>            Priority: Minor
>             Fix For: none
>
>
> Due to the fact that the Maven 2 support in Hudson only works on Java 5, our current CI build at http://hudson.zones.apache.org/hudson/job/Jackrabbit-trunk/ doesn't detect references to classes and methods that are only available in the Java 5 class library.

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