Description of problem: Latest netty version is 3.6.5. we need to upgrade it. There is one issue https://bugzilla.redhat.com/show_bug.cgi?id=899916 that can be fixed by this upgrade. Version-Release number of selected component (if applicable): How reproducible: org.hornetq.tests.integration.ssl.CoreClientOverOneWaySSLTest.testOneWaySSLWithoutTrustStore() Run this test with sun's jdk and ibm's jdk respectively. It'll pass with sun's jdk but not with ibm's. Steps to Reproduce: 1. set your env using sun's jdk 7/netty 3.6.2 2. run the above test, it'll pass 3. change the env to use IBM's jdk 7/netty 3.6.2 4. the test hangs. 5. change the env to use netty 3.6.2 6. the test pass with both JDKs. Actual results: Expected results: Additional info:
Correction: In the 'How reproducible/Steps to Reproduce' step 5 change the evn to use netty 3.6.2 should be change the env to use netty 3.6.5
6.1.x (6.1.1) https://github.com/jbossas/jboss-eap/pull/203
this is a mandatory change on 6.1.1... it's a blocker
Netty 3.6.6.Final is part of EAP 6.1.1.ER3 build 7a6066a78659581facb35874915bf1f9 modules/system/layers/base/org/jboss/netty/main/netty-3.6.6.Final-redhat-1.jar
Clebert Suconic <clebert.suconic> updated the status of jira HORNETQ-1193 to Closed
Clebert Suconic <clebert.suconic> made a comment on jira HORNETQ-1193 we are going to netty4 now