You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@mina.apache.org by "07070529 (via GitHub)" <gi...@apache.org> on 2023/04/17 09:38:13 UTC

[GitHub] [mina-sshd] 07070529 opened a new issue, #360: Apache Mina SSHD adapt to Apache MINA 2.2.x

07070529 opened a new issue, #360:
URL: https://github.com/apache/mina-sshd/issues/360

   ### Description
   
   Hi, I see that Apache MINA 2.2.x rewrites the SSL/TLS layer to address some flaws that were hard to fix in 2.1.x.
   Apache Mina SSHD depends on Apache MINA, but the latest released version of Apache Mina SSHD (2.9.2) depends on Apache MINA 2.0.23.
   So, I'd like to ask if there are plans to release a new version of Apache Mina SSHD to adapt to Apache MINA 2.2.x.
   ![image](https://user-images.githubusercontent.com/42636191/232445217-3149cd18-e079-4675-b455-6eed4b1e81c0.png)
   
   
   ### Motivation
   
   The motivation I raise this issue is that we are using Apache MINA and Apache Mina SSHD together.
   Currently, we are using Apache Mina SSHD version 2.9.2, and we want to use the more secure Apache MINA version 2.2.1. However, Apache MINA 2.2 and 2.1 have incompatible changes (https://mina.apache.org/mina-project/2.2-vs-2.1.html) .
   Using Apache Mina SSHD 2.9.2 and Apache MINA 2.2.1 together has compatibility issues.
   Therefore, we wanted to know if there are plans to release a new version of Apache Mina SSHD to adapt to Apache MINA 2.2.x?
   
   ### Alternatives considered
   
   _No response_
   
   ### Additional context
   
   _No response_


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscribe@mina.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


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


[GitHub] [mina-sshd] 07070529 commented on issue #360: Apache Mina SSHD adapt to Apache MINA 2.2.x

Posted by "07070529 (via GitHub)" <gi...@apache.org>.
07070529 commented on issue #360:
URL: https://github.com/apache/mina-sshd/issues/360#issuecomment-1556775343

   We understand.
   Thanks for your reply.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscribe@mina.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


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


[GitHub] [mina-sshd] tomaswolf commented on issue #360: Apache Mina SSHD adapt to Apache MINA 2.2.x

Posted by "tomaswolf (via GitHub)" <gi...@apache.org>.
tomaswolf commented on issue #360:
URL: https://github.com/apache/mina-sshd/issues/360#issuecomment-1552027083

   Unfortunately MINA 2.0.x and 2.2.x are not source compatible. Switching might also require testing effort. (Perhaps we'd be lucky, and everything just still works. But maybe not.)
   
   We don't really have the resources to do this. Some clients also use the MINA 2.0.x integration quite happily, and for them a switch to 2.2.x would also incur substantial testing effort.
   
   If this is attempted, I think it should be done in way that lets clients still choose wither MINA 2.0 or 2.2. Which might, because of this source incompatibility, not trivial to achieve.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscribe@mina.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


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