Uploaded image for project: 'JBoss Enterprise Application Platform'
  1. JBoss Enterprise Application Platform
  2. JBEAP-11832

(7.0.z) UNDERTOW-1022 Fix ALPN versions for JDK 8 u121 and u112 inside pom.xml in 1.3.x branch

    XMLWordPrintable

Details

    • Bug
    • Resolution: Done
    • Minor
    • None
    • None
    • Undertow
    • None

    Description

      Fix ALPN versions for JDK 8 u121 (and u112) inside pom.xml in 1.3.x branch. See https://www.eclipse.org/jetty/documentation/9.4.x/alpn-chapter.html#alpn-versions for details.

      This causes that a unit test WebSocketClient13TestCase hangs when building/testing 1.3.x branch on JDK u121. A surefire report WebSocketClient13TestCase-output.txt contains the following Exception:

      io.undertow.websockets.client.version13.WebSocketClient13TestCase-output.txt
      Exception in thread "XNIO-1 task-1" java.lang.NoSuchFieldError: DEFAULT
      	at sun.security.ssl.ServerHandshaker.setupEphemeralECDHKeys(ServerHandshaker.java:1484)
      	at sun.security.ssl.ServerHandshaker.trySetCipherSuite(ServerHandshaker.java:1274)
      	at sun.security.ssl.ServerHandshaker.chooseCipherSuite(ServerHandshaker.java:1078)
      	at sun.security.ssl.ServerHandshaker.clientHello(ServerHandshaker.java:744)
      	at sun.security.ssl.ServerHandshaker.processMessage(ServerHandshaker.java:227)
      	at sun.security.ssl.Handshaker.processLoop(Handshaker.java:1026)
      	at sun.security.ssl.Handshaker$1.run(Handshaker.java:966)
      	at sun.security.ssl.Handshaker$1.run(Handshaker.java:963)
      	at java.security.AccessController.doPrivileged(Native Method)
      	at sun.security.ssl.Handshaker$DelegatedTask.run(Handshaker.java:1416)
      	at io.undertow.protocols.ssl.SslConduit$5.run(SslConduit.java:1027)
      	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
      	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
      	at java.lang.Thread.run(Thread.java:745)
      

      Attachments

        Issue Links

          Activity

            People

              sdouglas1@redhat.com Stuart Douglas
              thofman Tomas Hofman
              Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: