You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
After #5387, InvokeWithJsonPProviderTest and InvokeWithJsonBProviderTest have stopped passing. The JSON-B test was trivially fixable by adding a config setup step (the config is read before Quarkus has a chance to establish it). However the JSON-P test, even with a similar fix, fails with an unusual injection error:
Caused by: java.lang.IllegalArgumentException: Can not set org.eclipse.microprofile.rest.client.tck.interfaces.JsonPClient field org.eclipse.microprofile.rest.client.tck.InvokeWithJsonPProviderTest.cdiJsonPClient to com.sun.proxy.$Proxy59
at sun.reflect.UnsafeFieldAccessorImpl.throwSetIllegalArgumentException(UnsafeFieldAccessorImpl.java:167)
at sun.reflect.UnsafeFieldAccessorImpl.throwSetIllegalArgumentException(UnsafeFieldAccessorImpl.java:171)
at sun.reflect.UnsafeObjectFieldAccessorImpl.set(UnsafeObjectFieldAccessorImpl.java:81)
at java.lang.reflect.Field.set(Field.java:764)
at io.quarkus.arc.impl.Reflections.writeField(Reflections.java:84)
This test has been disabled in #5387 until the problem can be found and fixed.
The text was updated successfully, but these errors were encountered:
Describe the bug
After #5387,
InvokeWithJsonPProviderTest
andInvokeWithJsonBProviderTest
have stopped passing. The JSON-B test was trivially fixable by adding a config setup step (the config is read before Quarkus has a chance to establish it). However the JSON-P test, even with a similar fix, fails with an unusual injection error:This test has been disabled in #5387 until the problem can be found and fixed.
The text was updated successfully, but these errors were encountered: