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) <[email protected]>
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)
>

Reply via email to