You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@commons.apache.org by "Stefan Bodewig (JIRA)" <ji...@apache.org> on 2011/03/04 16:42:36 UTC

[jira] Created: (VFS-348) Upgrade to commons-net 2.2

Upgrade to commons-net 2.2
--------------------------

                 Key: VFS-348
                 URL: https://issues.apache.org/jira/browse/VFS-348
             Project: Commons VFS
          Issue Type: Improvement
    Affects Versions: Nightly Builds, 2.0
            Reporter: Stefan Bodewig
            Priority: Minor


commons-net says they recommend all users of 2.0 should upgrade to 2.2 because of the number of fixed issues.  Who knows, maybe some of the FTP issues of VFS are addressed as well.

It would also make the commons-vfs2 build in Gump work again.

The patch is trivial and the one I'll append also fixes the usage of a deprecated method - inside a log statement inside the example code, yay - which is required to make Gump happy.

-- 
This message is automatically generated by JIRA.
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Updated] (VFS-348) Upgrade to commons-net 2.2

Posted by "Gary D. Gregory (Updated) (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/VFS-348?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Gary D. Gregory updated VFS-348:
--------------------------------

    Fix Version/s:     (was: 2.0)
                   2.1
    
> Upgrade to commons-net 2.2
> --------------------------
>
>                 Key: VFS-348
>                 URL: https://issues.apache.org/jira/browse/VFS-348
>             Project: Commons VFS
>          Issue Type: Improvement
>    Affects Versions: Nightly Builds, 2.0
>            Reporter: Stefan Bodewig
>            Priority: Minor
>             Fix For: 2.1
>
>         Attachments: vfs-net22.patch
>
>
> commons-net says they recommend all users of 2.0 should upgrade to 2.2 because of the number of fixed issues.  Who knows, maybe some of the FTP issues of VFS are addressed as well.
> It would also make the commons-vfs2 build in Gump work again.
> The patch is trivial and the one I'll append also fixes the usage of a deprecated method - inside a log statement inside the example code, yay - which is required to make Gump happy.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Re: [jira] [Reopened] (VFS-348) Upgrade to commons-net 2.2

Posted by Ralph Goers <ra...@dslextreme.com>.
Darn - this should have gone to the dev list.

On Jul 24, 2011, at 10:40 AM, Ralph Goers wrote:

> Replying here rather than in Jira. Now that the 2.2 of the Maven release plugin is out I am going to try again to do a release of VFS. I'm OK with taking a quick pass at issues that have patches, especially if they include tests, but I'd prefer to do the minimum to get a release finally cut.
> 
> 
> On Jul 24, 2011, at 3:38 AM, Sebb (JIRA) wrote:
> 
>> 
>>    [ https://issues.apache.org/jira/browse/VFS-348?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
>> 
>> Sebb reopened VFS-348:
>> ----------------------
>> 
>> 
>> Since VFS appears to need Java 1.5, why not upgrade to NET 3.0.1?
>> 
>> This has more fixes over 2.2.
>> 
>> The 2.x NET line is no longer being developed.
>> 
>> Note: the FTP classes are available separately if you don't need any of the other NET code.
>> 
>>> Upgrade to commons-net 2.2
>>> --------------------------
>>> 
>>>               Key: VFS-348
>>>               URL: https://issues.apache.org/jira/browse/VFS-348
>>>           Project: Commons VFS
>>>        Issue Type: Improvement
>>>  Affects Versions: Nightly Builds, 2.0
>>>          Reporter: Stefan Bodewig
>>>          Priority: Minor
>>>           Fix For: 2.0
>>> 
>>>       Attachments: vfs-net22.patch
>>> 
>>> 
>>> commons-net says they recommend all users of 2.0 should upgrade to 2.2 because of the number of fixed issues.  Who knows, maybe some of the FTP issues of VFS are addressed as well.
>>> It would also make the commons-vfs2 build in Gump work again.
>>> The patch is trivial and the one I'll append also fixes the usage of a deprecated method - inside a log statement inside the example code, yay - which is required to make Gump happy.
>> 
>> --
>> This message is automatically generated by JIRA.
>> For more information on JIRA, see: http://www.atlassian.com/software/jira
>> 
>> 
> 


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@commons.apache.org
For additional commands, e-mail: dev-help@commons.apache.org


Re: [jira] [Reopened] (VFS-348) Upgrade to commons-net 2.2

Posted by Ralph Goers <ra...@dslextreme.com>.
Replying here rather than in Jira. Now that the 2.2 of the Maven release plugin is out I am going to try again to do a release of VFS. I'm OK with taking a quick pass at issues that have patches, especially if they include tests, but I'd prefer to do the minimum to get a release finally cut.


On Jul 24, 2011, at 3:38 AM, Sebb (JIRA) wrote:

> 
>     [ https://issues.apache.org/jira/browse/VFS-348?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
> 
> Sebb reopened VFS-348:
> ----------------------
> 
> 
> Since VFS appears to need Java 1.5, why not upgrade to NET 3.0.1?
> 
> This has more fixes over 2.2.
> 
> The 2.x NET line is no longer being developed.
> 
> Note: the FTP classes are available separately if you don't need any of the other NET code.
> 
>> Upgrade to commons-net 2.2
>> --------------------------
>> 
>>                Key: VFS-348
>>                URL: https://issues.apache.org/jira/browse/VFS-348
>>            Project: Commons VFS
>>         Issue Type: Improvement
>>   Affects Versions: Nightly Builds, 2.0
>>           Reporter: Stefan Bodewig
>>           Priority: Minor
>>            Fix For: 2.0
>> 
>>        Attachments: vfs-net22.patch
>> 
>> 
>> commons-net says they recommend all users of 2.0 should upgrade to 2.2 because of the number of fixed issues.  Who knows, maybe some of the FTP issues of VFS are addressed as well.
>> It would also make the commons-vfs2 build in Gump work again.
>> The patch is trivial and the one I'll append also fixes the usage of a deprecated method - inside a log statement inside the example code, yay - which is required to make Gump happy.
> 
> --
> This message is automatically generated by JIRA.
> For more information on JIRA, see: http://www.atlassian.com/software/jira
> 
> 


[jira] [Reopened] (VFS-348) Upgrade to commons-net 2.2

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

Sebb reopened VFS-348:
----------------------


Since VFS appears to need Java 1.5, why not upgrade to NET 3.0.1?

This has more fixes over 2.2.

The 2.x NET line is no longer being developed.

Note: the FTP classes are available separately if you don't need any of the other NET code.

> Upgrade to commons-net 2.2
> --------------------------
>
>                 Key: VFS-348
>                 URL: https://issues.apache.org/jira/browse/VFS-348
>             Project: Commons VFS
>          Issue Type: Improvement
>    Affects Versions: Nightly Builds, 2.0
>            Reporter: Stefan Bodewig
>            Priority: Minor
>             Fix For: 2.0
>
>         Attachments: vfs-net22.patch
>
>
> commons-net says they recommend all users of 2.0 should upgrade to 2.2 because of the number of fixed issues.  Who knows, maybe some of the FTP issues of VFS are addressed as well.
> It would also make the commons-vfs2 build in Gump work again.
> The patch is trivial and the one I'll append also fixes the usage of a deprecated method - inside a log statement inside the example code, yay - which is required to make Gump happy.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Resolved] (VFS-348) Upgrade to commons-net 2.2

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

Ralph Goers resolved VFS-348.
-----------------------------

       Resolution: Fixed
    Fix Version/s: 2.0

Fix was applied.

> Upgrade to commons-net 2.2
> --------------------------
>
>                 Key: VFS-348
>                 URL: https://issues.apache.org/jira/browse/VFS-348
>             Project: Commons VFS
>          Issue Type: Improvement
>    Affects Versions: Nightly Builds, 2.0
>            Reporter: Stefan Bodewig
>            Priority: Minor
>             Fix For: 2.0
>
>         Attachments: vfs-net22.patch
>
>
> commons-net says they recommend all users of 2.0 should upgrade to 2.2 because of the number of fixed issues.  Who knows, maybe some of the FTP issues of VFS are addressed as well.
> It would also make the commons-vfs2 build in Gump work again.
> The patch is trivial and the one I'll append also fixes the usage of a deprecated method - inside a log statement inside the example code, yay - which is required to make Gump happy.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Resolved] (VFS-348) Upgrade to commons-net 2.2

Posted by "Gary D. Gregory (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/VFS-348?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Gary D. Gregory resolved VFS-348.
---------------------------------

    Resolution: Fixed

trunk is on Commons Net 3.1 now.
                
> Upgrade to commons-net 2.2
> --------------------------
>
>                 Key: VFS-348
>                 URL: https://issues.apache.org/jira/browse/VFS-348
>             Project: Commons VFS
>          Issue Type: Improvement
>    Affects Versions: Nightly Builds, 2.0
>            Reporter: Stefan Bodewig
>            Priority: Minor
>             Fix For: 2.1
>
>         Attachments: vfs-net22.patch
>
>
> commons-net says they recommend all users of 2.0 should upgrade to 2.2 because of the number of fixed issues.  Who knows, maybe some of the FTP issues of VFS are addressed as well.
> It would also make the commons-vfs2 build in Gump work again.
> The patch is trivial and the one I'll append also fixes the usage of a deprecated method - inside a log statement inside the example code, yay - which is required to make Gump happy.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] Updated: (VFS-348) Upgrade to commons-net 2.2

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

Stefan Bodewig updated VFS-348:
-------------------------------

    Attachment: vfs-net22.patch

Trivial patch to upgrade to commons-net 2.2 and remove the invokation of a deprecated method at the same time.

> Upgrade to commons-net 2.2
> --------------------------
>
>                 Key: VFS-348
>                 URL: https://issues.apache.org/jira/browse/VFS-348
>             Project: Commons VFS
>          Issue Type: Improvement
>    Affects Versions: Nightly Builds, 2.0
>            Reporter: Stefan Bodewig
>            Priority: Minor
>         Attachments: vfs-net22.patch
>
>
> commons-net says they recommend all users of 2.0 should upgrade to 2.2 because of the number of fixed issues.  Who knows, maybe some of the FTP issues of VFS are addressed as well.
> It would also make the commons-vfs2 build in Gump work again.
> The patch is trivial and the one I'll append also fixes the usage of a deprecated method - inside a log statement inside the example code, yay - which is required to make Gump happy.

-- 
This message is automatically generated by JIRA.
-
For more information on JIRA, see: http://www.atlassian.com/software/jira