You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@qpid.apache.org by "Martin Ritchie (JIRA)" <qp...@incubator.apache.org> on 2008/08/04 11:49:44 UTC

[jira] Created: (QPID-1215) JNDICheck uses 1.6 specific methods Properites.load(Reader)

JNDICheck uses 1.6 specific methods Properites.load(Reader)
-----------------------------------------------------------

                 Key: QPID-1215
                 URL: https://issues.apache.org/jira/browse/QPID-1215
             Project: Qpid
          Issue Type: Bug
          Components: Java Tools
            Reporter: Martin Ritchie
            Assignee: Martin Ritchie
             Fix For: M3


Summary:

As we haven't yet said we are requiring 1.6 we should ensure our code compiles with JDK 1.5.

The use of Properties.load(Reader) was only introduced in JDK 1.6 so it should be replaced with a FileInputStream.

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


[jira] Resolved: (QPID-1215) JNDICheck uses 1.6 specific methods Properites.load(Reader)

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

Martin Ritchie resolved QPID-1215.
----------------------------------

    Resolution: Fixed

Resolved r682309

> JNDICheck uses 1.6 specific methods Properites.load(Reader)
> -----------------------------------------------------------
>
>                 Key: QPID-1215
>                 URL: https://issues.apache.org/jira/browse/QPID-1215
>             Project: Qpid
>          Issue Type: Bug
>          Components: Java Tools
>            Reporter: Martin Ritchie
>            Assignee: Martin Ritchie
>             Fix For: M3
>
>
> Summary:
> As we haven't yet said we are requiring 1.6 we should ensure our code compiles with JDK 1.5.
> The use of Properties.load(Reader) was only introduced in JDK 1.6 so it should be replaced with a FileInputStream.

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