Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Arquillian cube test may fail with newer versions of undertow. #1140

Open
jelmew opened this issue Aug 20, 2019 · 3 comments
Open

Arquillian cube test may fail with newer versions of undertow. #1140

jelmew opened this issue Aug 20, 2019 · 3 comments

Comments

@jelmew
Copy link
Contributor

jelmew commented Aug 20, 2019

Issue Overview

Withouth specifically specifying Undertow on the classpath, test fail with the error:

java.lang.NoClassDefFoundError: io/undertow/protocols/spdy/SpdyChannel
Caused by: java.lang.ClassNotFoundException: io.undertow.protocols.spdy.SpdyChannel

Expected Behaviour

Expecting test to succesfully complete (by either placing the correct undertow on the classpath for arquillian or by being compatible with newer versions).

Current Behaviour

A newer version of Undertow may be on the classpath. For example (undertow-core-2.0.23.Final). This version does not contain SpdyChannel, causing the test to fail.

Steps To Reproduce
  1. [step 1] Place a newer version of undertow-core onthe compile path
  2. [step 2] Run a test. (For example, HelloPodOPenShiftItCase from org.arquillian.cube.openshift.ftest).
@voronovmaksim
Copy link

voronovmaksim commented Oct 29, 2021

Hi. Any news? i have same exception

@Sachpat
Copy link

Sachpat commented Jul 6, 2022

Hi Any update on compatibility with the newer versions of undertow? . Undertow 1.x come with many Vulnerabilities listed below:

These all vulnerabilities can only get resolved by updated to the 2.x version of undertow. Please make Arquillian cube compatible with the same (undertow 2.x) and maybe update to the same already in the poms.

@bartoszmajsak
Copy link
Member

Hi @Sachpat. Have you tried to overwrite dependency with Undertow 2.x? Does it result in an error?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants