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

[RESTEASY-1959] Removal of unused imports in JaxrsWithSpringMVCTest #1611

Merged
merged 1 commit into from Jul 23, 2018

Conversation

rsvoboda
Copy link
Member

@rsvoboda rsvoboda commented Jul 19, 2018

Unused imports in JaxrsWithSpringMVCTest prevent compilation success on Java 11 ea+22
Import of javax.xml.ws.WebServicePermission is the main problem.

https://issues.jboss.org/browse/RESTEASY-1959

@rsvoboda
Copy link
Member Author

Failed tests:
CompletionStageResponseTest.testExceptionDelay:182 expected:<200> but was:<500>
Tests run: 2483, Failures: 1, Errors: 0, Skipped: 97

for JDK: oraclejdk8 SERVER_VERSION=11.0.0.Final

Other combinations are green

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