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

Upgrade REST assured dependency to address Java 16 TCK failures #636

Merged
merged 1 commit into from
Apr 15, 2021

Conversation

Channyboy
Copy link
Contributor

With Java 16, the TCKs will encounter issues when using the rest assured library.
e.g.

org.eclipse.microprofile.metrics.test.MpMetricTest:java.lang.ExceptionInInitializerError: null
at java.base/java.lang.reflect.AccessibleObject.checkCanSetAccessible(AccessibleObject.java:357)
at java.base/java.lang.reflect.AccessibleObject.checkCanSetAccessible(AccessibleObject.java:297)
at java.base/java.lang.reflect.Method.checkCanSetAccessible(Method.java:199)
at java.base/java.lang.reflect.AccessibleObject.setAccessible(AccessibleObject.java:130)
at org.codehaus.groovy.reflection.CachedClass$3$1.run(CachedClass.java:86)

See : OpenLiberty/open-liberty#16162

This PR upgrades the rest-assured dependency to address these test failures.

@Channyboy Channyboy merged commit 9a64ff4 into eclipse:2.0.x Apr 15, 2021
@Channyboy Channyboy deleted the 2.0.x-restAssured branch October 3, 2022 17:09
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

Successfully merging this pull request may close these issues.

2 participants