-
Notifications
You must be signed in to change notification settings - Fork 2.8k
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
Enable TCKS rest-client tests on JDK 16+ #17093
Comments
Will most likely require an upgrade to RESTEasy 4.7.0: https://issues.redhat.com/browse/RESTEASY-2905 |
Quarkus issue for the update: #18622 |
|
@michalszynkiewicz any chance you could have a look at this one when you have some time? It would be nice to have everything working with JDK 16+ |
If nothing more urgent pops up, I'll take a look at it on Monday |
Hello @michalszynkiewicz, @gsmet, this PR #19559 should fix the Timeout* test case failures in Java 16+. |
thanks for handling this @jaikiran |
Analyze problem (illegal access w.r.t. "opens java.lang.invoke" and also plain assertion errors), probably update some component and revert 6f62740.
Relates to #16195.
sdk
)mvn -Dquickly -T1C
mvn clean verify -f tcks/microprofile-rest-client
(should not fail)mvn clean verify -f tcks/microprofile-rest-client -P'!jdk16-workarounds'
(should fail)The text was updated successfully, but these errors were encountered: