You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@qpid.apache.org by "Robert Greig (JIRA)" <qp...@incubator.apache.org> on 2007/09/08 00:20:30 UTC

[jira] Created: (QPID-582) Ensure Java codebase builds with Java 6

Ensure Java codebase builds with Java 6
---------------------------------------

                 Key: QPID-582
                 URL: https://issues.apache.org/jira/browse/QPID-582
             Project: Qpid
          Issue Type: Improvement
          Components: Java Broker, Java Client, Java Clustering
    Affects Versions: M2
         Environment: Java 6 compiler, any platform
            Reporter: Robert Greig
             Fix For: M2.1


Some parts of the management console do not build with Java 6 due to tightening up of some collection classes, e.g. ArrayList constructor ensures any collection passed in is compatible.

We have some cases where collections are created that break these rules. (It is a mystery to me why there are not failures at runtime).

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


[jira] Commented: (QPID-582) Ensure Java codebase builds with Java 6

Posted by "Robert Greig (JIRA)" <qp...@incubator.apache.org>.
    [ https://issues.apache.org/jira/browse/QPID-582?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12525855 ] 

Robert Greig commented on QPID-582:
-----------------------------------

Commit 573737 fixes this on the M2.1 branch.

Merge to trunk to follow.

> Ensure Java codebase builds with Java 6
> ---------------------------------------
>
>                 Key: QPID-582
>                 URL: https://issues.apache.org/jira/browse/QPID-582
>             Project: Qpid
>          Issue Type: Improvement
>          Components: Java Broker, Java Client, Java Clustering
>    Affects Versions: M2
>         Environment: Java 6 compiler, any platform
>            Reporter: Robert Greig
>             Fix For: M2.1
>
>
> Some parts of the management console do not build with Java 6 due to tightening up of some collection classes, e.g. ArrayList constructor ensures any collection passed in is compatible.
> We have some cases where collections are created that break these rules. (It is a mystery to me why there are not failures at runtime).

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


[jira] Updated: (QPID-582) Ensure Java codebase builds with Java 6

Posted by "Martin Ritchie (JIRA)" <qp...@incubator.apache.org>.
     [ https://issues.apache.org/jira/browse/QPID-582?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Martin Ritchie updated QPID-582:
--------------------------------

    Fix Version/s:     (was: M2.1)
                   M3

> Ensure Java codebase builds with Java 6
> ---------------------------------------
>
>                 Key: QPID-582
>                 URL: https://issues.apache.org/jira/browse/QPID-582
>             Project: Qpid
>          Issue Type: Improvement
>          Components: Java Broker, Java Client, Java Clustering
>    Affects Versions: M2
>         Environment: Java 6 compiler, any platform
>            Reporter: Robert Greig
>            Assignee: Robert Greig
>             Fix For: M3
>
>
> Some parts of the management console do not build with Java 6 due to tightening up of some collection classes, e.g. ArrayList constructor ensures any collection passed in is compatible.
> We have some cases where collections are created that break these rules. (It is a mystery to me why there are not failures at runtime).

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


[jira] Resolved: (QPID-582) Ensure Java codebase builds with Java 6

Posted by "Robert Greig (JIRA)" <qp...@incubator.apache.org>.
     [ https://issues.apache.org/jira/browse/QPID-582?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Robert Greig resolved QPID-582.
-------------------------------

    Resolution: Fixed

Builds under Java 6

> Ensure Java codebase builds with Java 6
> ---------------------------------------
>
>                 Key: QPID-582
>                 URL: https://issues.apache.org/jira/browse/QPID-582
>             Project: Qpid
>          Issue Type: Improvement
>          Components: Java Broker, Java Client, Java Clustering
>    Affects Versions: M2
>         Environment: Java 6 compiler, any platform
>            Reporter: Robert Greig
>            Assignee: Robert Greig
>             Fix For: M3
>
>
> Some parts of the management console do not build with Java 6 due to tightening up of some collection classes, e.g. ArrayList constructor ensures any collection passed in is compatible.
> We have some cases where collections are created that break these rules. (It is a mystery to me why there are not failures at runtime).

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


[jira] Assigned: (QPID-582) Ensure Java codebase builds with Java 6

Posted by "Robert Greig (JIRA)" <qp...@incubator.apache.org>.
     [ https://issues.apache.org/jira/browse/QPID-582?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Robert Greig reassigned QPID-582:
---------------------------------

    Assignee: Robert Greig

> Ensure Java codebase builds with Java 6
> ---------------------------------------
>
>                 Key: QPID-582
>                 URL: https://issues.apache.org/jira/browse/QPID-582
>             Project: Qpid
>          Issue Type: Improvement
>          Components: Java Broker, Java Client, Java Clustering
>    Affects Versions: M2
>         Environment: Java 6 compiler, any platform
>            Reporter: Robert Greig
>            Assignee: Robert Greig
>             Fix For: M2.1
>
>
> Some parts of the management console do not build with Java 6 due to tightening up of some collection classes, e.g. ArrayList constructor ensures any collection passed in is compatible.
> We have some cases where collections are created that break these rules. (It is a mystery to me why there are not failures at runtime).

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


[jira] Closed: (QPID-582) Ensure Java codebase builds with Java 6

Posted by "Robert Greig (JIRA)" <qp...@incubator.apache.org>.
     [ https://issues.apache.org/jira/browse/QPID-582?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Robert Greig closed QPID-582.
-----------------------------


> Ensure Java codebase builds with Java 6
> ---------------------------------------
>
>                 Key: QPID-582
>                 URL: https://issues.apache.org/jira/browse/QPID-582
>             Project: Qpid
>          Issue Type: Improvement
>          Components: Java Broker, Java Client, Java Clustering
>    Affects Versions: M2
>         Environment: Java 6 compiler, any platform
>            Reporter: Robert Greig
>            Assignee: Robert Greig
>             Fix For: M3
>
>
> Some parts of the management console do not build with Java 6 due to tightening up of some collection classes, e.g. ArrayList constructor ensures any collection passed in is compatible.
> We have some cases where collections are created that break these rules. (It is a mystery to me why there are not failures at runtime).

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


[jira] Commented: (QPID-582) Ensure Java codebase builds with Java 6

Posted by "Senaka Fernando (JIRA)" <qp...@incubator.apache.org>.
    [ https://issues.apache.org/jira/browse/QPID-582?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12593871#action_12593871 ] 

Senaka Fernando commented on QPID-582:
--------------------------------------

I'm using Java version,

java version "1.6.0_03"
Java(TM) SE Runtime Environment (build 1.6.0_03-b05)
Java HotSpot(TM) Client VM (build 1.6.0_03-b05, mixed mode, sharing)

And the trunk builds fine.

Regards,
Senaka

> Ensure Java codebase builds with Java 6
> ---------------------------------------
>
>                 Key: QPID-582
>                 URL: https://issues.apache.org/jira/browse/QPID-582
>             Project: Qpid
>          Issue Type: Improvement
>          Components: Java Broker, Java Client, Java Clustering
>    Affects Versions: M2
>         Environment: Java 6 compiler, any platform
>            Reporter: Robert Greig
>            Assignee: Robert Greig
>             Fix For: M3
>
>
> Some parts of the management console do not build with Java 6 due to tightening up of some collection classes, e.g. ArrayList constructor ensures any collection passed in is compatible.
> We have some cases where collections are created that break these rules. (It is a mystery to me why there are not failures at runtime).

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