[jira] [Commented] (FTPSERVER-516) Bump Apache Mina Core from 2.1.6 to 2.2.1

2022-12-04 Thread Gary D. Gregory (Jira)


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

Gary D. Gregory commented on FTPSERVER-516:
---

I'm not sure the example in 
[https://mina.apache.org/mina-project/2.2-vs-2.1.html] is helpful because it is 
hard-wired to the guts of Apache DS, explicitly relying on StartTlsResponse 
which itself depends on Apache DS internals.

All of this is to say that it would be most appreciated if someone who knows 
Mina Core would port the FTP server module.

> Bump Apache Mina Core from 2.1.6 to 2.2.1
> -
>
> Key: FTPSERVER-516
> URL: https://issues.apache.org/jira/browse/FTPSERVER-516
> Project: FtpServer
>  Issue Type: Task
>Reporter: Gary D. Gregory
>Priority: Major
>
> Bump Apache Mina Core from 2.1.6 to 2.2.1: This is NOT a drop-in replacement 
> as binary compatibility is broken. We do not compile with these errors:
>  * DISABLE_ENCRYPTION_ONCE cannot be resolved or is not a field
>  * The method getSslSession(FtpIoSession) is undefined for the type SslFilter
>  * The type FtpIoSession must implement the inherited abstract method 
> IoSession.isServer()
> Help needed.
> FWIW, there are likely a bunch of other binary compatibility issues just 
> based on a quick comparison so more might pop up in the future.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

-
To unsubscribe, e-mail: dev-unsubscr...@mina.apache.org
For additional commands, e-mail: dev-h...@mina.apache.org



[jira] [Commented] (FTPSERVER-516) Bump Apache Mina Core from 2.1.6 to 2.2.1

2022-12-04 Thread Gary D. Gregory (Jira)


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

Gary D. Gregory commented on FTPSERVER-516:
---

Hm that example does not seem up to date:

{{return (SSLSession) ioSession.getAttribute(SSLFilter.SSL_SECURED);}}

should be

{{return (SSLSession) ioSession.getAttribute(SslFilter.SSL_SECURED);}}

> Bump Apache Mina Core from 2.1.6 to 2.2.1
> -
>
> Key: FTPSERVER-516
> URL: https://issues.apache.org/jira/browse/FTPSERVER-516
> Project: FtpServer
>  Issue Type: Task
>Reporter: Gary D. Gregory
>Priority: Major
>
> Bump Apache Mina Core from 2.1.6 to 2.2.1: This is NOT a drop-in replacement 
> as binary compatibility is broken. We do not compile with these errors:
>  * DISABLE_ENCRYPTION_ONCE cannot be resolved or is not a field
>  * The method getSslSession(FtpIoSession) is undefined for the type SslFilter
>  * The type FtpIoSession must implement the inherited abstract method 
> IoSession.isServer()
> Help needed.
> FWIW, there are likely a bunch of other binary compatibility issues just 
> based on a quick comparison so more might pop up in the future.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

-
To unsubscribe, e-mail: dev-unsubscr...@mina.apache.org
For additional commands, e-mail: dev-h...@mina.apache.org



[jira] [Commented] (FTPSERVER-516) Bump Apache Mina Core from 2.1.6 to 2.2.1

2022-12-03 Thread Christoph John (Jira)


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

Christoph John commented on FTPSERVER-516:
--

Hi [~ggregory]
I am no MINA developer but you can see the changes I needed to do here: 
https://github.com/quickfix-j/quickfixj/pull/441/files#diff-2e6ec7295da7919787ed7d3829b8c86e72c135dad8689470dd130173f9073902
The last file shows how to get the SSLSession.

Maybe [~johnnyv] or [~elecharny] can comment on the rest.

> Bump Apache Mina Core from 2.1.6 to 2.2.1
> -
>
> Key: FTPSERVER-516
> URL: https://issues.apache.org/jira/browse/FTPSERVER-516
> Project: FtpServer
>  Issue Type: Task
>Reporter: Gary D. Gregory
>Priority: Major
>
> Bump Apache Mina Core from 2.1.6 to 2.2.1: This is NOT a drop-in replacement 
> as binary compatibility is broken. We do not compile with these errors:
>  * DISABLE_ENCRYPTION_ONCE cannot be resolved or is not a field
>  * The method getSslSession(FtpIoSession) is undefined for the type SslFilter
>  * The type FtpIoSession must implement the inherited abstract method 
> IoSession.isServer()
> Help needed.
> FWIW, there are likely a bunch of other binary compatibility issues just 
> based on a quick comparison so more might pop up in the future.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

-
To unsubscribe, e-mail: dev-unsubscr...@mina.apache.org
For additional commands, e-mail: dev-h...@mina.apache.org



[jira] [Commented] (FTPSERVER-516) Bump Apache Mina Core from 2.1.6 to 2.2.1

2022-12-03 Thread Thomas Wolf (Jira)


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

Thomas Wolf commented on FTPSERVER-516:
---

{quote}how do I turn off this garbage Jira editor and get raw text?\{quote}

By selecting "Code" from the "+" drop-down menu in the text editor, which 
inserts {{\{code}}} mark-up.

> Bump Apache Mina Core from 2.1.6 to 2.2.1
> -
>
> Key: FTPSERVER-516
> URL: https://issues.apache.org/jira/browse/FTPSERVER-516
> Project: FtpServer
>  Issue Type: Task
>Reporter: Gary D. Gregory
>Priority: Major
>
> Bump Apache Mina Core from 2.1.6 to 2.2.1: This is NOT a drop-in replacement 
> as binary compatibility is broken. We do not compile with these errors:
>  * DISABLE_ENCRYPTION_ONCE cannot be resolved or is not a field
>  * The method getSslSession(FtpIoSession) is undefined for the type SslFilter
>  * The type FtpIoSession must implement the inherited abstract method 
> IoSession.isServer()
> Help needed.
> FWIW, there are likely a bunch of other binary compatibility issues just 
> based on a quick comparison so more might pop up in the future.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

-
To unsubscribe, e-mail: dev-unsubscr...@mina.apache.org
For additional commands, e-mail: dev-h...@mina.apache.org



[jira] [Commented] (FTPSERVER-516) Bump Apache Mina Core from 2.1.6 to 2.2.1

2022-12-01 Thread Gary D. Gregory (Jira)


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

Gary D. Gregory commented on FTPSERVER-516:
---

Hi [~chrjohn] 

I don't quite see how to re-implement 
{{org.apache.ftpserver.impl.FtpIoSession.getClientCertificates()}} in terms of 
the the 2.2.x core.

Any ideas?

 

> Bump Apache Mina Core from 2.1.6 to 2.2.1
> -
>
> Key: FTPSERVER-516
> URL: https://issues.apache.org/jira/browse/FTPSERVER-516
> Project: FtpServer
>  Issue Type: Task
>Reporter: Gary D. Gregory
>Priority: Major
>
> Bump Apache Mina Core from 2.1.6 to 2.2.1: This is NOT a drop-in replacement 
> as binary compatibility is broken. We do not compile with these errors:
>  * DISABLE_ENCRYPTION_ONCE cannot be resolved or is not a field
>  * The method getSslSession(FtpIoSession) is undefined for the type SslFilter
>  * The type FtpIoSession must implement the inherited abstract method 
> IoSession.isServer()
> Help needed.
> FWIW, there are likely a bunch of other binary compatibility issues just 
> based on a quick comparison so more might pop up in the future.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

-
To unsubscribe, e-mail: dev-unsubscr...@mina.apache.org
For additional commands, e-mail: dev-h...@mina.apache.org



[jira] [Commented] (FTPSERVER-516) Bump Apache Mina Core from 2.1.6 to 2.2.1

2022-12-01 Thread Gary D. Gregory (Jira)


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

Gary D. Gregory commented on FTPSERVER-516:
---

Thanks for the pointer :) 

FYI, I fixed the typos and grammar in that md file.

> Bump Apache Mina Core from 2.1.6 to 2.2.1
> -
>
> Key: FTPSERVER-516
> URL: https://issues.apache.org/jira/browse/FTPSERVER-516
> Project: FtpServer
>  Issue Type: Task
>Reporter: Gary D. Gregory
>Priority: Major
>
> Bump Apache Mina Core from 2.1.6 to 2.2.1: This is NOT a drop-in replacement 
> as binary compatibility is broken. We do not compile with these errors:
>  * DISABLE_ENCRYPTION_ONCE cannot be resolved or is not a field
>  * The method getSslSession(FtpIoSession) is undefined for the type SslFilter
>  * The type FtpIoSession must implement the inherited abstract method 
> IoSession.isServer()
> Help needed.
> FWIW, there are likely a bunch of other binary compatibility issues just 
> based on a quick comparison so more might pop up in the future.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

-
To unsubscribe, e-mail: dev-unsubscr...@mina.apache.org
For additional commands, e-mail: dev-h...@mina.apache.org



[jira] [Commented] (FTPSERVER-516) Bump Apache Mina Core from 2.1.6 to 2.2.1

2022-12-01 Thread Christoph John (Jira)


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

Christoph John commented on FTPSERVER-516:
--

https://mina.apache.org/mina-project/2.2-vs-2.1.html


> Bump Apache Mina Core from 2.1.6 to 2.2.1
> -
>
> Key: FTPSERVER-516
> URL: https://issues.apache.org/jira/browse/FTPSERVER-516
> Project: FtpServer
>  Issue Type: Task
>Reporter: Gary D. Gregory
>Priority: Major
>
> Bump Apache Mina Core from 2.1.6 to 2.2.1: This is NOT a drop-in replacement 
> as binary compatibility is broken. We do not compile with these errors:
>  * DISABLE_ENCRYPTION_ONCE cannot be resolved or is not a field
>  * The method getSslSession(FtpIoSession) is undefined for the type SslFilter
>  * The type FtpIoSession must implement the inherited abstract method 
> IoSession.isServer()
> Help needed.
> FWIW, there are likely a bunch of other binary compatibility issues just 
> based on a quick comparison so more might pop up in the future.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

-
To unsubscribe, e-mail: dev-unsubscr...@mina.apache.org
For additional commands, e-mail: dev-h...@mina.apache.org