Re: [jira] [Commented] (FTPSERVER-475) FTPServer should use latest MINA-Core (2.0.15) and prevent abstract method error caused by missing FtpHandlerAdapter.inputClosed()

2016-10-25 Thread Emmanuel Lécharny


Le 25/10/16 à 22:14, Guido Medina a écrit :
> Forget I mentioned it :D, brain fart, things like Google didn't exist in my
> head when I was thinking about this ;-)

Actually, it's not mentionned on the web site, so there is no reason for
you to expect this repository to exist on github !

May be we should update the web site to provide this information...



Re: [jira] [Commented] (FTPSERVER-475) FTPServer should use latest MINA-Core (2.0.15) and prevent abstract method error caused by missing FtpHandlerAdapter.inputClosed()

2016-10-25 Thread Guido Medina
Forget I mentioned it :D, brain fart, things like Google didn't exist in my
head when I was thinking about this ;-)

On Tue, Oct 25, 2016 at 5:09 PM, Emmanuel Lécharny 
wrote:

>
>
> Le 25/10/16 à 16:43, Guido Medina a écrit :
> > I have seen MINA steadily releasing versions, not as fast as I wish but
> > steady enough to classify as reliable.
> > But, there is a but, I don't like submit patch process, I have
> contributed
> > to several OS projects, lots of code using GitHub.
> >
> > I just can't seem to get along with patch like contributions, I wonder if
> > you have plans of moving it a more fast pace style like GitHub.
> > I would like very to contribute
> >
> > *-with my time constraints just like anyone else-*
>
> You mean, something like https://github.com/apache/mina ? ;-)
>
>
>


Re: [jira] [Commented] (FTPSERVER-475) FTPServer should use latest MINA-Core (2.0.15) and prevent abstract method error caused by missing FtpHandlerAdapter.inputClosed()

2016-10-25 Thread Emmanuel Lécharny


Le 25/10/16 à 16:43, Guido Medina a écrit :
> I have seen MINA steadily releasing versions, not as fast as I wish but
> steady enough to classify as reliable.
> But, there is a but, I don't like submit patch process, I have contributed
> to several OS projects, lots of code using GitHub.
>
> I just can't seem to get along with patch like contributions, I wonder if
> you have plans of moving it a more fast pace style like GitHub.
> I would like very to contribute
>
> *-with my time constraints just like anyone else-*

You mean, something like https://github.com/apache/mina ? ;-)

 


[jira] [Commented] (FTPSERVER-475) FTPServer should use latest MINA-Core (2.0.15) and prevent abstract method error caused by missing FtpHandlerAdapter.inputClosed()

2016-10-25 Thread Emmanuel Lecharny (JIRA)

[ 
https://issues.apache.org/jira/browse/FTPSERVER-475?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15605489#comment-15605489
 ] 

Emmanuel Lecharny commented on FTPSERVER-475:
-

No problem at all. What is important to understand is that there is no 'we ' 
and 'you' in Open Source projects. If someone feel like participating, it's 
clearly easy (and you have demonstrated it last week :-). As I said, it's so 
easy that there is no excuse not to do so, especially when using the piece of 
code in a part of your application. That is the key, everything else is just 
irrelevant.

For your information, I don't maintain FTPServer, I don't even know about the 
code, I can just cut a release. Of course, if needed, and assuming I have some 
time, I can get into the code and see how it works, but I have sadly very 
little time to dedicate to this project. This is one reason we push any one to 
participate, and we do respect those who do, and still, we accept criticisms, 
which are most of the time deserved. And when the project seems to be dormant, 
well, it may be, but it's just a matter for some one to take the train and 
drive it to a destination...

> FTPServer should use latest MINA-Core (2.0.15) and prevent abstract method 
> error caused by missing FtpHandlerAdapter.inputClosed()
> --
>
> Key: FTPSERVER-475
> URL: https://issues.apache.org/jira/browse/FTPSERVER-475
> Project: FtpServer
>  Issue Type: Bug
>  Components: Server
>Affects Versions: 1.0.6
>Reporter: Martin Wunderlich
> Attachments: patch.txt
>
>
> The interface of MINA's IOHandler was changed to add the inputClosed() 
> method. This breaks the FTPHandlerAdapter, which does not implement this 
> method. 
> The solution is to 
> - update to latest MINA version
> - extend IOHandlerAdapter (which provides a default implementation of said 
> method) instead of implementing the IOHandler interface. 
> A patch file for these changes is attached. Since this is currently a 
> production-critical issue for us, it would be great to get an updated release 
> version very soon. Thank you. 



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


Re: [jira] [Commented] (FTPSERVER-475) FTPServer should use latest MINA-Core (2.0.15) and prevent abstract method error caused by missing FtpHandlerAdapter.inputClosed()

2016-10-25 Thread Guido Medina
I have seen MINA steadily releasing versions, not as fast as I wish but
steady enough to classify as reliable.
But, there is a but, I don't like submit patch process, I have contributed
to several OS projects, lots of code using GitHub.

I just can't seem to get along with patch like contributions, I wonder if
you have plans of moving it a more fast pace style like GitHub.
I would like very to contribute

*-with my time constraints just like anyone else-*

On Tue, Oct 25, 2016 at 3:38 PM, Emmanuel Lecharny (JIRA) 
wrote:

>
> [ https://issues.apache.org/jira/browse/FTPSERVER-475?
> page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&
> focusedCommentId=15605489#comment-15605489 ]
>
> Emmanuel Lecharny commented on FTPSERVER-475:
> -
>
> No problem at all. What is important to understand is that there is no 'we
> ' and 'you' in Open Source projects. If someone feel like participating,
> it's clearly easy (and you have demonstrated it last week :-). As I said,
> it's so easy that there is no excuse not to do so, especially when using
> the piece of code in a part of your application. That is the key,
> everything else is just irrelevant.
>
> For your information, I don't maintain FTPServer, I don't even know about
> the code, I can just cut a release. Of course, if needed, and assuming I
> have some time, I can get into the code and see how it works, but I have
> sadly very little time to dedicate to this project. This is one reason we
> push any one to participate, and we do respect those who do, and still, we
> accept criticisms, which are most of the time deserved. And when the
> project seems to be dormant, well, it may be, but it's just a matter for
> some one to take the train and drive it to a destination...
>
> > FTPServer should use latest MINA-Core (2.0.15) and prevent abstract
> method error caused by missing FtpHandlerAdapter.inputClosed()
> > 
> --
> >
> > Key: FTPSERVER-475
> > URL: https://issues.apache.org/jira/browse/FTPSERVER-475
> > Project: FtpServer
> >  Issue Type: Bug
> >  Components: Server
> >Affects Versions: 1.0.6
> >Reporter: Martin Wunderlich
> > Attachments: patch.txt
> >
> >
> > The interface of MINA's IOHandler was changed to add the inputClosed()
> method. This breaks the FTPHandlerAdapter, which does not implement this
> method.
> > The solution is to
> > - update to latest MINA version
> > - extend IOHandlerAdapter (which provides a default implementation of
> said method) instead of implementing the IOHandler interface.
> > A patch file for these changes is attached. Since this is currently a
> production-critical issue for us, it would be great to get an updated
> release version very soon. Thank you.
>
>
>
> --
> This message was sent by Atlassian JIRA
> (v6.3.4#6332)
>


[jira] [Commented] (FTPSERVER-475) FTPServer should use latest MINA-Core (2.0.15) and prevent abstract method error caused by missing FtpHandlerAdapter.inputClosed()

2016-10-25 Thread Martin Wunderlich (JIRA)

[ 
https://issues.apache.org/jira/browse/FTPSERVER-475?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15605434#comment-15605434
 ] 

Martin Wunderlich commented on FTPSERVER-475:
-

Thanks a lot for the approximate release date, Emmanual. It's very much 
appreciated. 
I think my colleague didn't mean no disrespect. His remark was merely triggered 
by looking at the release history of the FTPServer project (not MINA). I am 
sure everyone appreciates all effort that is put into this open-source project. 

> FTPServer should use latest MINA-Core (2.0.15) and prevent abstract method 
> error caused by missing FtpHandlerAdapter.inputClosed()
> --
>
> Key: FTPSERVER-475
> URL: https://issues.apache.org/jira/browse/FTPSERVER-475
> Project: FtpServer
>  Issue Type: Bug
>  Components: Server
>Affects Versions: 1.0.6
>Reporter: Martin Wunderlich
> Attachments: patch.txt
>
>
> The interface of MINA's IOHandler was changed to add the inputClosed() 
> method. This breaks the FTPHandlerAdapter, which does not implement this 
> method. 
> The solution is to 
> - update to latest MINA version
> - extend IOHandlerAdapter (which provides a default implementation of said 
> method) instead of implementing the IOHandler interface. 
> A patch file for these changes is attached. Since this is currently a 
> production-critical issue for us, it would be great to get an updated release 
> version very soon. Thank you. 



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Commented] (FTPSERVER-475) FTPServer should use latest MINA-Core (2.0.15) and prevent abstract method error caused by missing FtpHandlerAdapter.inputClosed()

2016-10-25 Thread Emmanuel Lecharny (JIRA)

[ 
https://issues.apache.org/jira/browse/FTPSERVER-475?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15605040#comment-15605040
 ] 

Emmanuel Lecharny commented on FTPSERVER-475:
-

Both are currently being voted (MINA 2.0.16 and FTPServer 1.1.0). The vote last 
for 72h, so the release should happen around this thursday, if everything goes 
fine and if I have time to update the site, push the packages, and announce 
it So more likely : by the end of this week.

Of course, if the vote is not positive, then the release will be postponed.

Regarding your skeptical dev, let me tell you : those who do nothing have all 
the right to criticize as much as they want. As soon as they are willing to 
help, though, that would deserve my respect. And we have cut 6 releases in that 
past 12 months for MINA (just FTR)...

> FTPServer should use latest MINA-Core (2.0.15) and prevent abstract method 
> error caused by missing FtpHandlerAdapter.inputClosed()
> --
>
> Key: FTPSERVER-475
> URL: https://issues.apache.org/jira/browse/FTPSERVER-475
> Project: FtpServer
>  Issue Type: Bug
>  Components: Server
>Affects Versions: 1.0.6
>Reporter: Martin Wunderlich
> Attachments: patch.txt
>
>
> The interface of MINA's IOHandler was changed to add the inputClosed() 
> method. This breaks the FTPHandlerAdapter, which does not implement this 
> method. 
> The solution is to 
> - update to latest MINA version
> - extend IOHandlerAdapter (which provides a default implementation of said 
> method) instead of implementing the IOHandler interface. 
> A patch file for these changes is attached. Since this is currently a 
> production-critical issue for us, it would be great to get an updated release 
> version very soon. Thank you. 



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Commented] (FTPSERVER-475) FTPServer should use latest MINA-Core (2.0.15) and prevent abstract method error caused by missing FtpHandlerAdapter.inputClosed()

2016-10-25 Thread Martin Wunderlich (JIRA)

[ 
https://issues.apache.org/jira/browse/FTPSERVER-475?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15604625#comment-15604625
 ] 

Martin Wunderlich commented on FTPSERVER-475:
-

Hi Emannuel, could you give me an idea of when we can expect the MINA and 
FTPServer releases? I don't mean to cause any pressure; it's just that one of 
our devs (who looked at the project's release history) is skeptical that these 
releases might be happening at all. 
Thanks a lot. 

> FTPServer should use latest MINA-Core (2.0.15) and prevent abstract method 
> error caused by missing FtpHandlerAdapter.inputClosed()
> --
>
> Key: FTPSERVER-475
> URL: https://issues.apache.org/jira/browse/FTPSERVER-475
> Project: FtpServer
>  Issue Type: Bug
>  Components: Server
>Affects Versions: 1.0.6
>Reporter: Martin Wunderlich
> Attachments: patch.txt
>
>
> The interface of MINA's IOHandler was changed to add the inputClosed() 
> method. This breaks the FTPHandlerAdapter, which does not implement this 
> method. 
> The solution is to 
> - update to latest MINA version
> - extend IOHandlerAdapter (which provides a default implementation of said 
> method) instead of implementing the IOHandler interface. 
> A patch file for these changes is attached. Since this is currently a 
> production-critical issue for us, it would be great to get an updated release 
> version very soon. Thank you. 



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Commented] (FTPSERVER-475) FTPServer should use latest MINA-Core (2.0.15) and prevent abstract method error caused by missing FtpHandlerAdapter.inputClosed()

2016-10-23 Thread Martin Wunderlich (JIRA)

[ 
https://issues.apache.org/jira/browse/FTPSERVER-475?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15601103#comment-15601103
 ] 

Martin Wunderlich commented on FTPSERVER-475:
-

That's great news. Thanks so much, [~elecharny]. 

> FTPServer should use latest MINA-Core (2.0.15) and prevent abstract method 
> error caused by missing FtpHandlerAdapter.inputClosed()
> --
>
> Key: FTPSERVER-475
> URL: https://issues.apache.org/jira/browse/FTPSERVER-475
> Project: FtpServer
>  Issue Type: Bug
>  Components: Server
>Affects Versions: 1.0.6
>Reporter: Martin Wunderlich
> Attachments: patch.txt
>
>
> The interface of MINA's IOHandler was changed to add the inputClosed() 
> method. This breaks the FTPHandlerAdapter, which does not implement this 
> method. 
> The solution is to 
> - update to latest MINA version
> - extend IOHandlerAdapter (which provides a default implementation of said 
> method) instead of implementing the IOHandler interface. 
> A patch file for these changes is attached. Since this is currently a 
> production-critical issue for us, it would be great to get an updated release 
> version very soon. Thank you. 



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Commented] (FTPSERVER-475) FTPServer should use latest MINA-Core (2.0.15) and prevent abstract method error caused by missing FtpHandlerAdapter.inputClosed()

2016-10-23 Thread Emmanuel Lecharny (JIRA)

[ 
https://issues.apache.org/jira/browse/FTPSERVER-475?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15600110#comment-15600110
 ] 

Emmanuel Lecharny commented on FTPSERVER-475:
-

I have the whole FTPServer tests passing, but I need to cut a release of MINA 
before being able to cut a release of FTPServer. Working on it right now.

> FTPServer should use latest MINA-Core (2.0.15) and prevent abstract method 
> error caused by missing FtpHandlerAdapter.inputClosed()
> --
>
> Key: FTPSERVER-475
> URL: https://issues.apache.org/jira/browse/FTPSERVER-475
> Project: FtpServer
>  Issue Type: Bug
>  Components: Server
>Affects Versions: 1.0.6
>Reporter: Martin Wunderlich
> Attachments: patch.txt
>
>
> The interface of MINA's IOHandler was changed to add the inputClosed() 
> method. This breaks the FTPHandlerAdapter, which does not implement this 
> method. 
> The solution is to 
> - update to latest MINA version
> - extend IOHandlerAdapter (which provides a default implementation of said 
> method) instead of implementing the IOHandler interface. 
> A patch file for these changes is attached. Since this is currently a 
> production-critical issue for us, it would be great to get an updated release 
> version very soon. Thank you. 



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Commented] (FTPSERVER-475) FTPServer should use latest MINA-Core (2.0.15) and prevent abstract method error caused by missing FtpHandlerAdapter.inputClosed()

2016-10-23 Thread Emmanuel Lecharny (JIRA)

[ 
https://issues.apache.org/jira/browse/FTPSERVER-475?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15599346#comment-15599346
 ] 

Emmanuel Lecharny commented on FTPSERVER-475:
-

I have applied the patch (and a bit more).

I'm now facing some issue in MINA 2.0.16-SNAPSHOT (which I'm using). MINA 
2.0.15 generates tons of NPE, something that is fixed in 2.0.16.

Otherwise, some of the tests are failing when running them with JDK8, due to 
SSL being demoted. I have to see how to workaround this problem (may be 
removing the SSL tests would be the way to go...)

> FTPServer should use latest MINA-Core (2.0.15) and prevent abstract method 
> error caused by missing FtpHandlerAdapter.inputClosed()
> --
>
> Key: FTPSERVER-475
> URL: https://issues.apache.org/jira/browse/FTPSERVER-475
> Project: FtpServer
>  Issue Type: Bug
>  Components: Server
>Affects Versions: 1.0.6
>Reporter: Martin Wunderlich
> Attachments: patch.txt
>
>
> The interface of MINA's IOHandler was changed to add the inputClosed() 
> method. This breaks the FTPHandlerAdapter, which does not implement this 
> method. 
> The solution is to 
> - update to latest MINA version
> - extend IOHandlerAdapter (which provides a default implementation of said 
> method) instead of implementing the IOHandler interface. 
> A patch file for these changes is attached. Since this is currently a 
> production-critical issue for us, it would be great to get an updated release 
> version very soon. Thank you. 



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Commented] (FTPSERVER-475) FTPServer should use latest MINA-Core (2.0.15) and prevent abstract method error caused by missing FtpHandlerAdapter.inputClosed()

2016-10-17 Thread Martin Wunderlich (JIRA)

[ 
https://issues.apache.org/jira/browse/FTPSERVER-475?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15581520#comment-15581520
 ] 

Martin Wunderlich commented on FTPSERVER-475:
-

[~elecharny]  [~ukohlhase] A patch for issue 
https://issues.apache.org/jira/browse/FTPSERVER-461

> FTPServer should use latest MINA-Core (2.0.15) and prevent abstract method 
> error caused by missing FtpHandlerAdapter.inputClosed()
> --
>
> Key: FTPSERVER-475
> URL: https://issues.apache.org/jira/browse/FTPSERVER-475
> Project: FtpServer
>  Issue Type: Bug
>  Components: Server
>Affects Versions: 1.0.6
>Reporter: Martin Wunderlich
> Attachments: patch.txt
>
>
> The interface of MINA's IOHandler was changed to add the inputClosed() 
> method. This breaks the FTPHandlerAdapter, which does not implement this 
> method. 
> The solution is to 
> - update to latest MINA version
> - extend IOHandlerAdapter (which provides a default implementation of said 
> method) instead of implementing the IOHandler interface. 
> A patch file for these changes is attached. Since this is currently a 
> production-critical issue for us, it would be great to get an updated release 
> version very soon. Thank you. 



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)