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 #634

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 changed the title Update 1.1.x to use io.restAssured veresion 4.3.0 Update 1.1.x to use io.restAssured version 4.3.0 Apr 15, 2021
@Channyboy Channyboy changed the title Update 1.1.x to use io.restAssured version 4.3.0 Upgrade REST assured dependency to address Java 16 TCK failures Apr 15, 2021
@Channyboy Channyboy requested a review from jmartisk April 15, 2021 01:12
@Channyboy Channyboy merged commit fc28262 into eclipse:branch-1.1 Apr 15, 2021
@Channyboy Channyboy deleted the 1.1.x-updateRestAssured 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.

None yet

2 participants