[
https://issues.apache.org/jira/browse/DIRMINA-1144?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17445141#comment-17445141
]
Emmanuel Lécharny commented on DIRMINA-1144:
--------------------------------------------
That won't work. The thing is that the code is dependent on a JAVA 9+ feature
that does not exist in Java 8. The following code won't simply build in Java 8:
{code:java}
switch (result.getHandshakeStatus()) {
case NEED_UNWRAP:
case NEED_UNWRAP_AGAIN: <<----- This has been
introduced in Java 9
...
{code}
At this point, I think we should consider releasing MINA 2.2 with Java 11.
> Deadlock with SSL + Proxy
> -------------------------
>
> Key: DIRMINA-1144
> URL: https://issues.apache.org/jira/browse/DIRMINA-1144
> Project: MINA
> Issue Type: Bug
> Components: SSL
> Affects Versions: 2.1.3, 2.1.4
> Reporter: Giuseppe Persico
> Assignee: Jonathan Valliere
> Priority: Critical
> Fix For: 2.2.0
>
> Attachments: thread-dump-clean.txt
>
>
> You will find the thread dump attached. This seems to be a problem that
> occurs using SSL in combination with proxy. I found the problem in the 2.1.4
> and 2.1.3 versions. The 2.0.20, instead, seems to work,
--
This message was sent by Atlassian Jira
(v8.20.1#820001)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]